@charset "utf-8";
/* CSS Document */

body {
	background-image:url(img/bg-totaal.gif);
	background-repeat:no-repeat;
	background-color:#0068A0;
	text-align:center;
	height:100%;
	}
	
#container {
	margin:0 auto;
	text-align:left;
	width:800px;
	height:auto;
	overflow:hidden;
	}
	
html>body #container {
/* dit wordt alleen in firefox weergegeven */
height:auto;
min-height:100%;
}
	
#top {
	width:800px;
	height:140px;
	background-image:url(img/header.PNG);
	background-position:center;
	background-repeat:no-repeat;
	}

#middle {
	background-image:url(img/bg-content.PNG);
	width:800px;
	height:auto !important;
	min-height:600px;
	clear:both;
	display:block;
	overflow:auto;
	}


	
#middle-top {
	background-image:url(img/content-h.PNG);
	width:800px;
	height:12px;
	}
	
#middle-l {
	width:170px;
	height:auto;
	min-heigh:300px;
	float:left;
	clear:left;
	}
	
#middle-r {
	width:600px;
	height:auto;
	min-height:300px;
	float:right;
	clear:right;
	}		
	
.content-header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#990000;
	font-weight:bold;
	}
	
.content-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#black;
	}
span#Info{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}	
ul{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}
li{
	padding-top:2px;
	padding-bottom:2px;
}
a{
	color:#28307b;
	text-decoration:none;
}	
a:hover{
	text-decoration:underline;
	color:#6600FF;
}
span#Info table, span#Info td, span#Info tr{
	border:1px solid #000000;
	margin:0;
	padding:0;
}
span#Info td p{
	padding-left:10px;
	margin:5px;	
}