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

*{
	margin:0;
	padding:0;
}

body{
	background-color:#96C600;
	position:relative;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a{
	color:#FFFFFF;
}

p{
	margin-bottom:10px;
}

h1{
	margin-bottom:15px;
	font-size:20px;
}

h2{
	font-size:14px;
	margin-bottom:10px;
	clear:left;
}

img{
	border:0;
}

#container{
	width:812px;
	margin-left:auto;
	margin-right:auto;
}

#banner{
	background-image:url(images/banner.jpg);
	margin-bottom:7px;
	width:799px;
	height:213px;
}

#menu{
	float:left;
	margin-right:5px;
}

#menu_top{
	background-image:url(images/menu_top.png);
	width:178px;
	height:55px;
}

#menu_midden{
	background-image:url(images/menu_content.png);
	background-repeat:repeat-y;
	width:153px;
	padding-left:25px;
}

#menu_midden ul li{
	list-style-type:circle;
	margin-left:20px;
	font-weight:bold;
	line-height:20px;
}

#menu_midden ul li a{
	color:#FFFFFF;
	text-decoration:none;
}

.active{
	text-decoration:underline;
	color:#CCCCCC;
}

#menu_bottom{
	background-image:url(images/menu_bottom.png);
	margin-bottom:10px;
	width:178px;
	height:32px;
}

#logo{
	background-image:url(images/logo.png);
	width:180px;
	height:162px;
}

#content{
	float:left;
}

#content_top{
	background-image:url(images/content_top.png);
	width:429px;
	height:28px;
}

#content_midden{
	background-image:url(images/content_midden.png);
	background-repeat:repeat-y;
	width:384px;
	padding-left:25px;
	padding-right:20px;
}

.title{
	font-size:14px;
	font-weight:bold;
}

#left{
	float:left;
	margin-right:5px;
	margin-bottom:20px;
}

#center{
	text-align:center;
	padding-bottom:20px;
}

#groepslint{
	background-color:#000000;
	text-align:center;
	font-size:18px;
	width:300px;
	height:50px;
}

#content_bottom{
	background-image:url(images/content_bottom.png);
	width:429px;
	height:26px;
	margin-bottom:7px;
	margin-top:-10px;
}

#rechts{
	margin-left:622px;
}

#rechtsboven_top{
	background-image:url(images/rechtsboven_top.png);
	width:178px;
	height:28px;
}

#rechtsboven_midden{
	background-image:url(images/rechtsboven_midden.png);
	background-repeat:repeat-y;
	width:163px;
	padding-left:15px;
}

#rechtsboven_bottom{
	background-image:url(images/rechtsboven_bottom.png);
	margin-bottom:7px;
	width:178px;
	height:32px;
}

#rechtsonder_top{
	background-image:url(images/rechtsonder_top.png);
	width:178px;
	height:24px;
}

#rechtsonder_midden{
	background-image:url(images/rechtsonder_midden.png);
	background-repeat:repeat-y;
	width:153px;
	padding-left:25px;
}

#rechtsonder_bottom{
	background-image:url(images/rechtsonder_bottom.png);
	width:178px;
	height:26px;
}

#dummy{
	height:150px;
}

#footer{
	background-image:url(images/footer.png);
	width:799px;
	height:33px;
	clear:left;
}

#bg_bottom{
	margin-left:-5px;
	margin-top:-100px;
	width:1640px;
	height:260px;
}