@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
	color:#000;
}
td, ul, ol, li, dl, dt, dd{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:normal;
	line-height: 20px;
	color:#000;
	border:none;
} 
p{margin:0;	padding:0;}

.voetregel{
	font-size:11px;
	text-align:center;
	}


/*WEB- ALGEMEEN LAYOUT*/

#container{
	position:absolute;
	width: 960px;
	height: 100%;
	border: 0;
	margin: 0;
	padding:0;
	top: 0;
	left:50%;
	margin-left:-480px;
}
#logohouder{
	position:absolute;
	width: 860px;
	height:470px;
	top: 40px;
	left: 50px;
	background-image:url(../images/underconstruction.jpg);
	}

#contenthouder{
	position:relative;
	width: 370px;
	height: 220px;
	top: 190px;
	left: 430px;
}

#footer{	
	position:absolute;
	width: 800px;
	height: 25px;
	top: 510px;
	left: 70px;
	}