@charset "utf-8";
/* CSS Document */

html{
	height:100%;
}

body{
	height:100%;
	padding:0px;
	margin:0px;
	text-align:center;
	background-image:url(/images/background.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#B9B4B1;
}

div#container{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:864px;
}

div#header{
	height:273px;
	width:864px;
	background-image:url(/images/header.jpg);
	background-position:center;
	background-repeat:no-repeat;
	text-align:right;
	float:left;
}

div#container_content{
	width:864px;
	float:left;
}

div#box_left{
	width:24px;
	height:460px;
	float:left;
}

div#menu{
	width:175px;
	height:460px;
	float:left;
}

div#box_right{
	width:24px;
	height:460px;
	float:left;
}

div#container_main{
	width:641px;
	float:left;
}

div#container_text{
	width:630px;
	min-height:460px;
	float:left;
	text-align:left;
	padding:0px 0px 0px 0px;
	background-color:#ffffff;
}

div#container_height{
	width:1px;
	height:460px;
	float:left;
}

div#footer{
	width:641px;
	height:21px;
	float:left;
}

div#footer_news{
	width:641px;
	height:21px;
}

tr.licht{
	border-bottom:1px solid #f6f6f6;
}

tr.donker{
	
}

A.wijzigen:visited {font-family: Verdana, Arial;font-size: 11px;font-weight: bold;color: #990000;text-decoration: none;}
A.wijzigen:link {font-family: Verdana, Arial;font-size: 11px;font-weight: bold;color: #990000;text-decoration: none;}
A.wijzigen:hover {font-family: Verdana, Arial;font-size: 11px;font-weight: bold;color: #000000;text-decoration: underline;}
A.wijzigen:active {font-family: Verdana, Arial;font-size: 11px;font-weight: bold;color: #990000;text-decoration: none}