@charset "utf-8";
/* CSS Document */

body , html{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
}


* {
 margin: 0;
 }
 
p, td 	{	font-family: Verdana, Arial; color: #000000; font-size: 11px; }
a:link       { font-family:Verdana, Arial,; color: #666666; font-size: 11px; text-decoration:underline }
a:visited    { font-family: Verdana, Arial,; color: #000000; font-size: 11px; text-decoration:underline }
h1 		{	font-family: Verdana, Arial; font-size: 14px; font-weight: bold; text-align:center; background-color: #FFFFA4; border:#CCCCCC; border:solid 1px; }
h2 		{	font-family: Verdana, Arial; font-size: 11px; font-weight:bold; background-color: #CCCCCC }
h3 		{	font-family: Verdana, Arial; font-size: 13px; }
h4 		{	font-family: Verdana, Arial; font-size: 9px; font-weight:bold; font-style:italic}
h5 		{	font-family: Verdana, Arial; font-size: 11px; color:#FF0000; }
h6 		{	font-family: Verdana, Arial; font-size: 9px; font-weight: bold; }

ul { margin-top: 0px; margin-bottom: 0px; margin-left: 1.2em; padding-left: 0em; }

.container {
width: 950px;
text-align: left;
position: relative;
margin-left:10px;
min-height:700px;
background-color:#FFFFFF
}

.header {
height: 190px;
background-image:url(header.jpg);
}

.links {
	position: absolute;
	left: 5px;
	padding: 0px;
	top: 200px;
	width: 5px;
}

.midden {
margin-left: 5px;
margin-top: 0px !important;
margin-top: 10px;
padding: 10px 0 0 0;
top: 0px;
width: 650px;
}

.rechts {
	position: absolute;
	right: 5px;
	padding: 0 0 0 10px;
	top: 200px;
	width: 250px;
	display: inline;
}

#footer    { 
    position:absolute; 
    bottom:0; 
    width:100%; 
    height: 25px; 
    border-top: 1px solid #e9e9e9; 
    _bottom:-1px; /* thanks Rickets, IE wil er nog wel eens een pixeltje naast zitten ivm afronden*/ 
}
