/* Externe stylesheet */

#banner{
		font-family: Arial;		
		font-weight: bold;
		font-size:30px;
		color: Black;
		text-decoration: none;
		margin-left: 0px;
		margin-right: 10px;
		margin-top: 25px;
		margin-bottom: 25px;
}

#container{
		position: relative;
		z-index:1;
		left: 0px;
		top:    0px;
		width:  100%;
		height: 30px;
		background-color:  #e0d2ab;
}
#content {
		position:relative;
		left:0px;
		top:80px;
		width:100%;
}
#footer {
		font-family: Arial;		
		font-size:12px;	
		position:relative;
		left:0px;
		top:20px;
		width:100%;
		margin-left: 0px;
p
}

.TabelLijn {
	width: "100%";
	border-collapse: collapse; 
	border-width: 0;
}
.CellLijn {
	width: 25%;
	border-collapse: collapse; 
	padding-left: 10px;
}

.TabelZonder {
	width: "100%";
	border-collapse: collapse; 
	border-width: 0;
	border-style: none;
	border-width: 0;
}
.CellZonder {
	width: 25%;
	border-collapse: collapse; 
	border-style: none;
	border-width: 0;
}

body 	{
		margin-left:20px;
		margin-top:0px;
		margin-right:20px;
		margin-bottom:80px;
		background-color:#FFFACD;
		background-image:url('images/Achtergrond.jpg');
		background-repeat:no-repeat;
		background-attachment:fixed;
		background-position:center 50%;
}

img 	{
		border: none;
}

p		{
		font-family: Arial;		
		font-size:16px;
		color: Black;
		text-decoration: none;
		margin-left: 0px;
		margin-right: 10px;
		margin-top: 10px;
}

h1{
		font-family: Arial;		
		font-weight: bold;
		font-size:20px;
		color: Black;
		text-decoration: none;
		margin-left: 0px;
		margin-right: 10px;
		margin-top: 10px;
		margin-bottom: 20px;
}

h2{
		font-family: Arial;		
		font-weight: bold;
		font-size:16px;
		color: Black;
		text-decoration: none;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 10px;
		margin-bottom: 0px;
}

li {
		font-family: arial;

		font-size: 14px;

		color: Black;

		margin-left: 25px;

		margin-right: 25px;

		margin-top: 0px;
}

