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

body {
	background-image:url(../images/background_2.png);
	background-repeat:repeat-x;
	background-color:#97185F;
}

#wrapper	{
	position:relative;
	margin:70px auto;
	width:653px;
}

#box {
	
	height: 531px;
	border: 1px solid #FFF;

}


#logo	{
	margin:32px 0 27px 31px;
	
}

#topmenu	{
	padding: 7px 8px;
	border-top: 1px solid #5B5858;
	border-bottom: 1px solid #5B5858;

}



#navigatie-horizontaal {
	width: 651px;
	float:left;
	height:23px;
	padding:7px 0 0;
	background-color: #676464;
	border-top: 1px solid #FFF;	
}

#kolom-links {
	float:left;
	width:325px;
	height:500px;
	border-right: 1px solid #FFF;
	background-image: url(../images/background_left.jpg);
	background-repeat: repeat-x;
	background-color:#989898;
	
}

#mainbody {
	height:300px;
	overflow-x:hidden;
	overflow-y:auto;
	padding:5px 10px 0 20px;
	width:295px;
}

#mainbody-top {
	float:left;
	width:310px;
	height:30px;
	line-height:28px;
	vertical-align:middle;
	padding:0 0 0 20px;
}

#mainbody-bottom {
	float:left;
	padding:0 20px 0 20px;
	width:310px;
}

#modules {
	float:left;
	width:219px;
	padding:0 20px 0 0;
}

#kolom-rechts {
	float:left;
	width:325px;
	height:500px;
}

#voet {
	border-top:1px solid #666666;
	float:left;
	height:30px;
	margin:auto;
	padding:20px 0 0 0;
	width:650px; 
}

.clear {
	clear:both;
}
