
/* CSS Document */

body{
margin: 0;
padding: 0;
}

#container
{
	position:absolute;
	width:950px;
	height:600px;
	background-color:#ffffff;
	left:25px;
	top:0px;
	padding:0px;
	text-align:center;
	font-family:verdana;
	font-size:14px;
}

#header
{
	position:absolute;
	width:900px;
	height:100px;
	background-color:#ffffff;
	left:120px;
	top:20px;
	text-align:center;
		
}
#navigatie
{
	position:absolute;
	width:250px;
	height:575px;
	background-color:rgb(84,141,212);
	left:0px;
	top:0px;
	font-size:12px;
	text-align:left;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:link {
	text-decoration: none;
	color:#ffffff;
}

a:hover {
	text-decoration: underline;
	color: #002060;
}


#rechterkant
{
	position:absolute;
	width:50px;
	height:545px;
	background-color:#ffffff;
	left:900px;
	top:30px;
	
}

#content
{
	position:absolute;
	width:650px;
	height:470px;
	background-color:#ffffff;
	left:250px;
	top:115px;
	
}

#tekst
{
position:absolute;
	width:390px;
	height:250px;
	background-color:#ffffff;
	left:370px;
	top:200px;
	font-size:14px;
	text-align:left;
	color:#002060;
}
#footer
{
	position:absolute;
	width:950px;
	height:25px;
	background-color:rgb(0,32,96);
	left:0px;
	top:570px;
	
}





