/* CSS Document */

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	background-image: url(../../images/bg.jpg);
	padding: 0;
	text-align: center;
	color: #000000;
}
#container { 
	width: 999px;
	background-image:url(../../images/container_bg.jpg);
	margin: 0 auto;
	text-align: left;
} 
#header {
	padding: 0px 27px;
	height: 135px;	
	overflow: hidden;
}
#header_middle {
	 width:285px;
	 /*_width:307px;*/
	 height:129px;
	 background-image:url(/images/samensterk_spreukbg.jpg);
	 background-position:center;
	 background-repeat:no-repeat;
	 float:left;
         text-align: left;
         padding: 0px;
}
#menu {
	margin: 0px 25px;
	height: 40px;
}
#breadcrumbs {
	/*background-image:url(../../images/breadcrumb_bg.jpg);*/
	height: 19px;
	padding: 4px 0px 0px 10px;
	margin: 0px 32px 0px 25px;
	background-color: #e1dede;
}
.breadcrumb_text {
	font-size: 11px;
	color: #3b3b3b;
}
#rightcolumn {
	float: right;
	width: 312px;
	padding: 10px 32px 8px 0px;
}
#maincontent {
	width: 610px;
	float: left;
	min-height: 568px;
	padding: 8px 10px 8px 30px;
	line-height: 17px;
}
#footer {
	background-image: url(../../images/footer_bg.jpg);
	height: 52px;
}
.footer_text {
	font-size: 10px;
	color: #b1c0d3;
}
.nieuwsTitel {
	font-size: 14px;
	font-weight: bold;
	color: #222222;
}
.contentbox {
	border: 1px solid #bcbdc1;
	padding: 5px 10px 10px 10px;
	margin-top: 10px;
	font-size: 11px;
	background-color: #eceef2;
}
a {
	color:#3f3f3f;
	text-decoration:underline;
}
.headerlink {
	font-size: 10px;
	font-weight: bold;
	float: right;
	color: #3f3f3f;
}
a.headerlink:link {color: #3f3f3f; text-decoration: none; }
a.headerlink:visited {color: #3f3f3f; text-decoration: none; }
a.headerlink:hover {color: #3f3f3f; text-decoration: underline; }
a.headerlink:active {color: #3f3f3f; text-decoration: none; }

.webloglink {
	font-size: 10px;
	float: right;
	color: #222222;
}
a.webloglink:link {color: #222222; text-decoration: underline; }
a.webloglink:visited {color: #222222; text-decoration: underline; }
a.webloglink:hover {color: #222222; text-decoration: underline; }
a.webloglink:active {color: #222222; text-decoration: underline; }

.fltrt {
	float: right;
}
.fltlft {
	float: left;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}