@charset "utf-8";
/* CSS Document */

html{
	height:100%;
}

body {
	height:100%;
	width:100%;
	padding:0px;
	margin:0px;
	text-align:center;
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#b7c2da;
}

div#container{
	width:906px;
	height:800px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(/images/Midden-tekst.jpg);
	/*display:table;*/
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

div#header{
	width:906px;
	height:208px;
	background-image:url(/images/header.jpg);
	background-repeat:no-repeat;
	float:left;
}

div#klok{
	width:100px;
	height:100px;
	margin-top:13px;
	margin-left:720px;

}

div#menu_container{
	width:906px;
	height:32px;
	float:left;
	background-image:url(/images/bg-menu.jpg);
	text-align:left;
}

div#content_container{
	width:906px;
	background-image:url(/images/Midden-tekst.jpg);
	float:left;
	padding-bottom:10px;
	/*display:table;*/
}

div#left_container{
	width:222px;
	margin-top:0px;
	margin-left:0px;
	background-image:url(/images/kop-links.jpg);
	background-repeat:no-repeat;
	float:left;
}

div#text_news{
	width:180px;
	height:200px;
	margin-top:27px;
	margin-left:18px;
	text-align:left;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	font-family: Verdana, Arial
}

div#right_container{
	width:672px;
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	background-image:url(/images/kop-rechts.jpg);
	background-repeat:no-repeat;
	float:right;
}

div#text_content{
	width:630px;
	min-height:500px;
	margin-top:27px;
	margin-left:11px;
	/*display:table;*/
	text-align:left;
	float:left;
}

div#footer{
	width:906px;
	height:37px;
	background-image:url(/images/footer.jpg);
	background-repeat:no-repeat;
	float:left;
}

A.link:visited {font-family: Verdana, Arial;font-size: 10px;font-weight: bold;color: #ffffff;text-decoration: none;}
A.link:link {font-family: Verdana, Arial;font-size: 10px;font-weight: bold;color: #ffffff;text-decoration: none;}
A.link:hover {font-family: Verdana, Arial;font-size: 10px;font-weight: bold;color: #ffffff;text-decoration: underline;}
A.link:active {font-family: Verdana, Arial;font-size: 10px;font-weight: bold;color: #ffffff;text-decoration: none;}

A.nieuws:visited {font-family: Verdana, Arial;font-size: 10px;font-weight: bold;color: #000000;text-decoration: none;}
A.nieuws:link {font-family: Verdana, Arial;font-size: 10px;font-weight: bold;color: #000000;text-decoration: none;}
A.nieuws:hover {font-family: Verdana, Arial;font-size: 10px;font-weight: bold;color: #000000;text-decoration: underline;}
A.nieuws:active {font-family: Verdana, Arial;font-size: 10px;font-weight: bold;color: #000000;text-decoration: none;}