@charset "utf-8";
/* CSS Document */

img {
	border: 0px;
}

body {
	background:url(images/bg.jpg) repeat-x left top;
	margin:0px;
	margin-top:110px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#050403;
	color:#FFF;
}

/* opbouw div's */

#maindiv {
 	width:827px;
	float:left;
	margin-left:85px;
}



#header {
	 height:190px;
	 background:url(images/header.jpg) no-repeat left;
	 width:827px;
}


#content {
 	position:relative;
 	width:827px;
 	padding:0px;
	margin-top:0px;
}

#content_top {
 	position:relative;
 	width:671px;
 	padding:0px;
	background-color:#1E1E1E;
	height:27px;
}

#content_rechts {
	position:absolute;
	float:left;
}

#content_middle {
 	position:relative;
 	width:628px;
 	padding:5px 20px;
	background-color:#1E1E1E;
	border-left:1px solid #333;
	border-right:1px solid #333;
}

#content_bottom {
 	position:relative;
 	width:671px;
 	padding:0px;
	background-color:#1E1E1E;
	height:43px;
	border-left:1px solid #333;
	border-bottom:1px solid #333;
}

#menulinks {
 	float:left;
 	width:156px;
}

#menulinks1_top {
	background:url(images/menu_top.jpg) no-repeat left top;
	height:26px;
}

#menulinks1_middle {
	background:url(images/menu_middel.jpg) repeat-y left top;
}

#menulinks1_bottom {
	background:url(images/menu_bottom.jpg) no-repeat left top;
	height:30px;
}

#nieuws_top {
	background: url(images/nieuws_top.jpg) no-repeat left top;
	height:10px;
}

#nieuws_middle {
	background:url(images/nieuws_middel.jpg) repeat-y left top;
	padding:10px;
}

#nieuws_bottom {
	background:url(images/nieuws_bottom.jpg) no-repeat left top;
	height:39px;
}


#content_top_links {
	position:relative;
	background:url(images/content_lef_top.jpg) no-repeat left top;
	height:26px;
	width:20px;
	float:left;
}

#content_top_rechts {
	position:relative;
	float:right;
	background:url(images/content_right_top.jpg) no-repeat right top;
	height:10px;
	width:11px;
}

#content_bottom_links {
	position:relative;
	background:url(images/content_left_bottom.jpg) no-repeat left bottom;
	height:43px;
	width:10px;
	float:left;
}

#content_bottom_rechts {
	position:relative;
	float:right;
	background:url(images/content_right_bottom.jpg) no-repeat right top;
	height:43px;
	width:34px;
}

/* menu  */

#menulinks1_middle ul{
list-style: none;
margin: 0;
padding: 0;

} 

#menulinks1_middle li {
position: relative;
padding-right:7px;
padding-left:1px;
}

.mainmenu:link, .mainmenu:visited
{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 0px;
	font-weight: bold;
	display: block;
	padding-top:2px;
	height:22px;
	font-family:Century Gothic;
	background-image:url(images/punt.jpg);
	background-position:6px 8px;
	background-repeat:no-repeat;
	padding-left:20px;
}	

.mainmenu:hover, .mainmenu:active
{
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	letter-spacing: 0px;
	font-weight: bold;
	padding-top: 2px;
	background-image:url(images/punt1.jpg);
	background-position:6px 8px;
	background-repeat:no-repeat;
	display: block;
	height:22px;
	font-family:Century Gothic;
	background-color:#9F0050;
	padding-left:20px;
}



/* content */

#content p {
	padding:10px 20px;
}

#titel {
	font-size:18px;
	padding:0;
}
		