@charset "utf-8";
/* Body, HTML */

body, html{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: url(../img/bodybg.jpg) repeat-x #c5c5c5;
	font-size: 11px;
	font-family: Verdana;
	color: #676665;}
	
/* Tekst Opmaak */

.oranje{
	font-size: 16px;
	color: #ee7f00;}
	
a { color: #676665;}
/* Elementen */

#container{
	width: 980px;
	min-height: 82%;
	background: url(../img/container.png) repeat-y;
	margin: 0 auto;
	overflow: hidden;}

#logo a{
	width: 215px;
	height: 99px;
	background: url(../img/logo.png) no-repeat;
	display: block;
	position: absolute;
	margin-left: 715px;
	top: 30px;}
	
#header{
	width: 980px;
	height: 103px;
	background: url(../img/header.jpg) no-repeat;}
	
#footer{
	width: 980px;
	height: 136px;
	background: url(../img/footer.png) no-repeat;
	margin: 0 auto;}
	
#content{
	width: 867px;
	margin: 0 auto;}
	
#content_left{
	width: 647px;
	height: 320px;
	overflow: hidden;
	float:left;
	position: relative;
}
	
#banner{
	width: 647px;
	position: absolute;
}
	
#content_right{
	width: 199px;
	float:right;
	padding-top: 47px;
	padding-left: 19px;
	line-height: 22px;}

#content_main{
	width: 600px;
	float: left;
	padding-top: 17px;
	padding-left: 29px;
	line-height: 22px;}

#content_main h1 {
	color: #ee7f00;
	font-size: 15px;
}
	
#kaders{
	width: 900px;
	padding-top: 17px;
	float: left;
}

#kaders_left {
	clear: both;
	width: 190px;
	padding-top: 17px;
	float: left;
}

#kaders .kader {
	display: block;
	float:left;
	width: 205px;
	height: 204px;
	margin-right: 15px;
}

#kaders_left .kader {
	display: block;
	width: 205px;
	height: 45px;
	margin-top: 15px;
	float:left;
}

#kader_oranje{
	width: 190px;
	font-size: 10px;
	height: 167px;
	background: #ee7f00;
	color: #fff;
	padding: 10px 8px 27px 8px;
	line-height: 22px;
	float: left;
	margin-right: 15px;
}
	
#kader_oranje a {color: #fff;}

#kader_bouwend a{
	background: url(../img/foto-actueleprojecten.jpg) no-repeat;
}
	
#kader_certificering a{
	background: url(../img/foto-bouwgarant.jpg) no-repeat;
}
	
#kader_erkend a{
	background: url(../img/foto-actueel.jpg) no-repeat;
}

#footertekst{
	font-size: 10px;
	text-transform: uppercase;
	position: absolute;
	margin-top: 45px;
	margin-left: 280px;
	word-spacing: 3px;}
	
/* Menu */

.mainmenu {
	margin: 0;
	padding: 0;
	float:left;
	list-style: none;
	margin-top: 35px;
	margin-left: 55px;
}

.mainmenu li {
	padding: 0;
	margin: 0;
	display: block;
	list-style: none;
	border: 0px;
	float:left;
}
.mainmenu li a
{
	display: block;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	border: 0px;
	float:left;
	font-family: Verdana;	
	line-height: 54px;
	text-transform: uppercase;
	height: 54px;
}

.item_home a  { padding-left: 20px; padding-right: 20px; }
.item_home a:hover{  background: #2461b3 !important; padding-left: 20px; padding-right: 20px;}
.item_active_home a{  background: #2461b3 !important; padding-left: 20px; padding-right: 20px;}

.item_over a  { padding-left: 20px; padding-right: 20px; }
.item_over a:hover{  background: #2461b3 !important; padding-left: 20px; padding-right: 20px;}
.item_active_over a{  background: #2461b3 !important; padding-left: 20px; padding-right: 20px;}

.item_actueel a  { padding-left: 20px; padding-right: 20px; }
.item_actueel a:hover{  background: #2a67b8 !important; padding-left: 20px; padding-right: 20px;}
.item_active_actueel a{  background: #2461b3 !important; padding-left: 20px; padding-right: 20px;}

.item_projecten a  { padding-left: 20px; padding-right: 20px; }
.item_projecten a:hover{  background: #326ec0 !important; padding-left: 20px; padding-right: 20px;}
.item_active_projecten a{  background: #2461b3 !important; padding-left: 20px; padding-right: 20px;}

.item_contact a  { padding-left: 20px; padding-right: 20px; }
.item_contact a:hover{  background: #3c78cb !important; padding-left: 20px; padding-right: 20px;}
.item_active_contact a{  background: #2461b3 !important; padding-left: 20px; padding-right: 20px;}

.projectdiv {
	float: left;
	margin-left: 5px;
}

.kader a img {
	border: 0px;
}
