body{
	margin:0px;
	background-image:url(../layout/layout/body_achtergrond.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-color:#E4F6FF;
}

div.header{
	width:990px;
	height:60px;
	min-height:60px;
}

div.logo{
	width:200px;
	height:60px;
	min-height:60px;
	float:left;
	margin-right:20px;
}

div.subnav{
	width:770px;
	height:20px;
	min-height:20px;
	float:left;
	padding-top:40px;
}

.subnav a:link, .subnav a:visited, .subnav a:active, .subnav a:hover{
	font-size:12px;
	font-weight:bold;
	color:#069;
	text-decoration:none;
}

.subnavSpacer{
	font-weight:bold;
	margin-left:10px;
	margin-right:10px;
	font-size:14px;
	color:#0CF;
}
	

div.headerimage{
	width:990px;
	height:130px;
	min-height:130px;
}

div.toolbalk{
	width:990px;
	height:24px;
	min-height:24px;
	background-color:#000;
}

div.container{
	width:990px;
	height:500px;
	min-height:500px;
}

div.infonav{
	width:210px;
	float:left;
}

div.infonavContainer{
	width:190px;
	padding:10px;
	padding-top:24px;
	min-height:400px;
}

.infonavContainer a:link, .infonavContainer a:visited, .infonavContainer a:active{
	font-size:12px;
	font-weight:bold;
	color:#666;
	text-decoration:none;
}

.infonavContainer a:hover{
	font-size:12px;
	font-weight:bold;
	color:#069;
	text-decoration:none;
}

div.footer{
	width:600px;
	height:100px;
	min-height:100px;
	text-align:center;
	font-size:11px;
	color:#069;
}

.footer a:link, .footer a:active, .footer a:visited, .footer a:hover{
	text-decoration:none;
	color:#069;
	font-size:14px;
	margin:0px;
}

.footer img{
	margin:0px;
}

div.content{
	width:600px;
	padding:10px;
	min-height:480px;
	border-right:dotted 1px #006699;
	border-left:dotted 1px #006699;
	float:left;
	line-height:20px;
	background-color:#FFF;
}

.content a:link, .content a:active, .content a:visited{
	color:#069;
	font-weight:bold;
	text-decoration:none;
}

.content a:hover{
	color:#069;
	font-weight:bold;
	text-decoration:underline;
}

.content ul{
	list-style:circle;
}

.content li{
	margin-left:-10px;
}

.content h1{
	color:#069;
	text-transform:uppercase;
	font-size:24px;
	font-weight:bold;
}

div.rechterkolom{
	width:148px;
	padding-left:10px;
	min-height:480px;
	height:480px;
	float:right;
}

