/* CSS Het Eiland v1.0 */
body{
	font-family: Verdana;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	color: #0066CC;
	background: #FCFEFF;
}

table{
	font-family: Verdana;
	font-size: 13px;
}

h1{
	font-family: Impact;
	font-size: 26px;
	color: #0066CC;
}

img{
	border: 0px;
}

/* Secties Layout */
#header{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 150px;
	width: 780px;
	padding: 0px;
	margin: 0px;
}
#navigation{
	font-family: Verdana;
	font-size: 13px;	
	position: absolute;
	top: 150px;
	left: 0px;
	height: 39px;
	width: 780px;
	margin: 0px;
	padding: 0px;
	background: url('/gfx/menubalkBlauw.gif');
}

#content{
	position: absolute;
	top: 189px;
	left: 0px;
	width: 780px;
	padding: 0px;
	margin: 0px;
	background: #E9F5FF;
	overflow: visible;
}
#ads{
	position: absolute;
	top: 20px;
	left: 800px;
	height: 600px;
	width: 120px;
	padding: 0px;
	margin: 0px;
}

#footer{
	background: url('/gfx/footer.gif');
	color: #FFFFFF;
	width: 780px;
	height: 38px;
	padding: 0px;
	margin: 0px;
}

/* opmaak hyperlinks */
a.onder:link { color: #E9F5FF; text-decoration: none;}
a.onder:visited { color: #E9F5FF; text-decoration: none;}
a.onder:hover { color: #FFFFFF; text-decoration: underline;}
a.onder:active { color: #E9F5FF;  text-decoration: none;}

a.navigatie:link { color: #E9F5FF; text-decoration: none;}
a.navigatie:visited { color: #E9F5FF; text-decoration: none;}
a.navigatie:hover { color: #E46C2A; text-decoration: none;}
a.navigatie:active { color: #E9F5FF;  text-decoration: none;}

a:link { color: #265CE1; text-decoration: none;}
a:visited { color: #265CE1; text-decoration: none;}
a:hover { color: #E46C2A; text-decoration: underline;}
a:active { color: #265CE1;  text-decoration: none;}

/* opmaak classes */
.spaced20{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
}

table.bgWhite{
	background: #E9F5FF repeat;
}

td.bgYellow{
	background: url('/gfx/tabelhoofding.gif') repeat;
	font-weight: bold;
}

table.bold{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
}

