*{
	color: #3d3c3d;
	font-family: arial;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

img{
	border: none;
}

ul{
	list-style-type: none;
}

ul li{
	display: block;
	float: left;
}

a span, button span{
	display: none;
}

body{
	background: #fff;
	text-align: center;
}


#mainwrapper{
	background: #f7f7f7;
	width: 758px;
	min-height: 600px;
	text-align: left;
	margin: 55px auto 0px auto;
	border: 1px solid #dbdbdb;
}

#left_arrows{
	position: absolute;
	top: 260px;
	margin-left: -785px;
}

.floatfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#headerbelt{
	position: absolute;
	top: 105px;
	left: 0px;
	width: 100%;
	height: 155px;
	text-align: center;
	background: #6394ce;
}

#headerbelt div.fill1{
	position: relative;
	background: #6394ce url(../images/headerbelt_bg_repeat1.jpg) 0px 0px repeat-x;
	width: 50%;
	height: 155px;
	float: left;
}

#headerbelt div.fill2{
	background: #6394ce url(../images/headerbelt_bg_repeat2.jpg) 0px 0px repeat-x;
	width: 49%;
	height: 155px;
	float: right;
}

#headerbelt img{
	position: absolute;
	margin-left: -495px;
}

#menu{
	background: #f7f7f7;
	width: 758px;
	height: 49px; 
	margin-bottom: 155px;
}

#menu li a{
	display: block;
	width: 140px;
	height: 49px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#menu li a:hover, #menu li a.active{
	background-position: 0px -49px;
}

#menu li a.home{ background-image: url(../images/btn_home.jpg); width: 140px; }
#menu li a.overons{ background-image: url(../images/btn_overons.jpg); width: 140px; }
#menu li a.werkwijze{ background-image: url(../images/btn_werkwijze.jpg); width: 143px; }
#menu li a.noc{ background-image: url(../images/btn_noc.jpg); width: 143px; }
#menu li a.contact{ background-image: url(../images/btn_contact.jpg); width: 136px; }
#menu li a.panel{ background-image: url(../images/btn_panel.jpg); width: 198px; }

#content{
	width: 514px;
	min-height: 353px;
	float: left;
	*margin-bottom: -155px;
	border-right: 1px solid #dbdbdb;
	padding: 22px;
}

#content h1{
	color: #6394ce;
	font-size: 20px;
	margin-bottom: 20px;
}

#content p{
	color: #2b4059;
	font-size: 12px;
}

#sidebar{
	width: 169px;
	min-height: 360px;
	float: left;
	*margin-bottom: -155px;
	padding: 22px 15px 15px 15px;
}

#sidebar_menu{
	list-style-type: none;
}

#sidebar_menu li{
	display: block;
	width: 160px;
	margin-bottom: 5px;
	color: #686868;
}

#sidebar_menu li a{
	color: #686868;
	text-decoration: none;
}

#sidebar img{
	display: block;
	margin: 100px 0px 0px 10px;
	float: left;
}

span.note{
	font-size: 11px;
}

#footer{
	width: 758px;
	height: 41px;
	margin-bottom: 50px;
	text-align: left;
	margin: 0px auto 0px auto;
}

#footer img{
	float: left;
}

#footer span.copyrights{
	display: block;
	width: 340px;
	height: 38px;
	float: left;
	text-align: right;
	padding-top: 3px;
	font-size: 11px;
}

#footer span.copyrights a{
	text-decoration: none;
	font-size: 11px;
}

#footer span.copyrights a:hover{
	text-decoration: underline;
}

