body {
	background-color:#666;
	background-image:url(../art/graphics/bg/gras.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:fixed;
	text-align:center;
	margin:0;
	/* font-family:"lucida grande",tahoma,verdana,arial,sans-serif; */
	font-family:"Trebuchet MS",tahoma,verdana,arial,sans-serif;
	font-size:13px;
	color:#666;
}

/* ### POSITIONERING */
#logoholder{
	margin:0 auto;
	position:relative;
	width:990px;
	height:30px;
}
#provincieflevoland{
	margin:0 auto;
	position:relative;
	width:990px;
	height:30px;
}
#menuwrap{
	background-color:#BC2500;
	margin:30px 0 10px 0;
	height:30px;
}
#hoofdmenu{ /* ul hoofdnavigatie */
	width:990px;
	height:30px;
	margin:0 auto;
	padding:0;
	list-style-type:none;
}
#hoofdmenu li, #submenu li{
	float:left;
	padding:1px;
}
#hoofdmenu li a, #submenu li a{
	display:block;
	padding:4px 0 0 0;
	margin:1px 15px 1px 15px;
	text-transform:uppercase;
	/* font-family:Georgia, "Times New Roman", Times, serif; */
	font-size:14px;
	font-weight:normal;
	color:#fff;
}
#submenu li a{
	background-color:#FFDD00;
	height:20px;
	color:#000;
	font-size:13px;
	text-transform:lowercase;
	padding:5px 15px 0 15px;
	margin: 0 10px 0 0;
}
#hoofdmenu li a.current{
	color:#FFDD00;
}
#submenu li a.current{
	color:#BC2500;
}
#hoofdmenu li a.stamvader{
	color:#FFDD00;
}

#submenu{
	padding:0;
	margin: 10px 0 10px 0;
	height:30px;
}
#submenu ul{
	
	padding:0;
	margin:0 auto;
	width:990px;
	list-style-type:none;
}
#wrapper{
	width:990px;
	margin:0 auto;
	padding-top:80px;
	text-align:left;
	position:relative;
}

#content{
	width:620px;
	padding:15px;
	/*position:absolute;
	left:0;
	top:80px; */
	margin:0 0 0px 0;
	background-color:#EAEAEA;
	
	line-height:1.3em;
}

#sidebar{
	/*background-color:#999;
	position:absolute;
	left:650px;
	top:80px;*/
	width:275px;
	float:right;
	display:inline;
	margin:0 65px 0 0; /* margin-right moet in ie6 nog wat minder om content en sidebar naast elkaar te laten bestaan */
	
}
.sideblock{
	padding:15px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-right-radius: 12px;
	margin-bottom:15px;
	
}

#twitter{
	background-color:#666;
	color:#fff;
	min-height:220px;
	height:auto !important;
	height:220px;
}
#logoos{
	background-color:#FFDD00;
}
#titelbalk{
	position:absolute;
	left:0;
	top:30px;
	background-color:#666;
	color:#fff;
	height:40px;
	padding:10px 15px 0 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	-moz-border-radius-topleft: 12px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-right-radius: 12px;
}
#peilstok{
	width:10px;
	height:100%;
	left:0;
	top:0;
	position:fixed;
	background-image:url(../art/graphics/peilstok.gif);
}
/* tekstdingetjes */
a{
	text-decoration:none;
	color:#BC2500;
}
img{
	border:none;
}
.imgholder{
	width:110px;
	overflow:hidden;
	float:left;
}
.img_left{
	float:left;
	margin:2px 10px 6px 0;
}
.img_right{
	float:right;
	margin:2px 0 6px 10px;
}
hr.clearboth{
	clear:left;
	visibility:hidden;
}
a.twita, #twitter a{
	text-decoration:none;
	color:#FFDD00;
}
a.twita:hover{
	text-decoration:underline;
	color:#FFDD00;
}
form{
	border-top:5px solid #FFDD00;
	border-bottom:5px solid #FFDD00;
	padding:10px 0;
	margin:15px 0 0 0;
}
input{
	width:250px;
}

#partners{
	width:100%;
	height:120px;
	clear:both;
	margin-top:20px;
	position:relative;
	padding: 0;
}
#partners img{
	position:absolute;
}
li.lastmessages{
	margin-left:-20px;
	margin-bottom:10px;
}
.lastmessages-span{
	font-size:10px;
}
#footer {
	background-color:#CCCCCC; 
	width:620px; 
	padding:15px;
	background-color:#EAEAEA;
	-moz-border-radius-bottomleft: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-right-radius: 12px;
}
