body{
	/*background-image: url("../images/wrapper/back.jpg");	*/
	background-repeat: repeat-y;
	background-color: #e7e7e7;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 100%;
	height: 100%;
}

img{
	border: 0 none;	
}

h1{
	color: #8c8b8b;
	font-weight: normal;
	font-size: 22px;
}

h2{
	text-align: center;
	color: white;
	font-weight: normal;
	font-size: 18px;
	padding: 10px 5px 10px 0;	
	margin: 0;
}

h3{
	color: #8c8b8b;
	font-weight: normal;
	font-size: 16px;
}

h4{
	text-align: center;
	color: white;
	margin: 10px 0;
	font-size: 36px;	
}

p{
	padding: 0 30px 20px 0;	
	margin: 0;
	font-size: 14px;
}


label{
	float: left;	
	font-size: 14px;
	width: 200px;
}

input{
	float: left;
	width: 300px;
	border: 1px solid #8c8b8b;
	margin: 0 0 5px 0;
}

select{
	margin: 0 0 5px 0;
}

textarea{
	width: 300px;	
	border: 1px solid #8c8b8b;
	margin: 0 0 5px 0;
}

a{
	font-size: 14px;
	color: white;
	text-decoration: none;
	padding-bottom: 20px;
}

div#container{
	width: 980px;
	text-align: left;
	margin: auto;
}

/* HEADER */

div.header{
	float: left;
	height: 150px;
	width: 980px;	
	background-color: white;
}

div.header img{
	padding: 20px;
	height:	107px;
	width: 355px;
	float: left;
}

div.header img.img-header{
	height: 128px;
	width: 499px;
	float: right;	
	padding: 14px 7px;
}

/* MENU */

div.main{
	background-image: url("../images/menu/back.jpg");
	width: 980px;
	margin: 0;
	padding: 0;
	float: left;
	height: 50px;
	display: block;
}

#menubar, #menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menubar a {
	display: block;
	text-decoration: none;
	padding: 11px;
	border-left: 1px solid #4d4c4c;
	border-right: 1px solid #8c8b8b;
	font-size: 13px;
	color: white;
	margin: 6px 0 0 0;
}

#menubar li a.no-border1{
	border-left: 0 none;
}

#menubar li a.no-border2{
	border-right: 0 none;	
}

#menubar a.trigger {
	background-image: url("../images/menu/hover.jpg");
	background-repeat: no-repeat;
}

#menubar li {
	float: left;
}

#menubar li ul, #menubar ul li  {
	width: 150px;
}

#menubar ul li a  {
	border-right: 0;
	padding: 5px;
	margin: 0;
}

#menubar li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
}

#menubar li:hover a, #menubar a:focus, #menubar li.hvr a {
	background-image: url("../images/menu/hover.jpg");
	color: #4b4b4b;
	height: 16px;
}

#menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}

#menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: white;
	background-color: #4b4b4b;
	background-image: none;
	height: auto;
	text-align: left;
	width: 160px !important;
}

#menubar ul a:hover {
	color: #FFFFFF!important;
	background-color: #8c8b8b!important;
}

#menubar li {
	width: auto;
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

ul.sitemap a{
	color: black;	
}

/* CONTENT */

div.content{
	width: 980px !important;
	height: 100%;
	float: left;
	display: block;
	margin: auto;
	padding: 10px 0 0 0;	
	background-color: white;
}

div.content ul{
	margin: 0;	
}

div.content li{
	margin: 0;
	font-size: 14px;
}

div.content-left{
	width: 725px;
	float: left;	
	padding: 0 0 0 20px;
}

div.content-left p a{
	color: #8c8b8b;
}

div.content-right{
	width: 235px;
	float: left;
}

div.block-offer{
	background-image: url("../images/content-right/block.jpg");
	width: 233px;
	float: left;	
}

div.block-news{
	background-image: url("../images/content-right/block.jpg");
	width: 233px;
	float: left;
	margin: 10px 0 0 0;	
}

div.block-projects{
	background-image: url("../images/content-right/block.jpg");
	width: 233px;
	float: left;
	margin: 10px 0 0 0;	
}

div.shadow{
	background-image: url("../images/content-right/shadow.jpg");	
	background-repeat: no-repeat;
	float: left;
	clear: left;
	width: 233px;
	height: 8px !important;
	line-height: 0;
	margin: 0;
	padding: 0;
}

div.block-offer p,
div.block-news p,
div.block-projects p{
	padding: 0 17px;
	font-size: 14px;
}

select.subject{
	float: left;
	width: 145px;
}

select.gekomen{
	float: left;
	width: 145px;	
}

input.nieuwsbrief{
	width: 20px;	
	margin-left: 195px;
	border: 0 none;
}

input.radio{
	width: 20px;	
	border: 0 none;
}

label.radio{
	width: 30px;	
}

input.send{
	width: auto;
	border: 1px solid #4b4b4b;
	background-color: #4b4b4b;	
	float: left;
	color: white;
	margin: 0 0 0 200px;
}

div.contact{
	clear: left;
}

div.portfolio-left{
	width: 250px;
	height: 135px;
	float: left;
	border: 2px solid #4b4b4b;
}

div.portfolio-center{
	background-color: white;
	width: 250px;
	height: 135px;
	float: left;	
}

div.portfolio-center p{
	margin-left: 20px;	
}

div.portfolio-right{
	width: 200px;
	height: 135px;
	float: left;
}

div.portfolio-right p{
	padding: 0;
}

div.portfolio-right ol{
	padding-left: 20px;	
}

div.portfolio-bottom{
	margin: 20px 0;
	clear: left;
	float: left;
	height: 10px;
	width: 700px;
	background-color: #4b4b4b;		
}

div.overons {
	width: 100%;
	float: left;	
	margin: auto;
}

div.overonsicon{
	width: 70px;
	float: left;	
	margin: 0 10px;
}

div.overonsicon img{
	height: 50px;
	width: 70px;
	float: left;
	margin: 0 0 10px 0;
}

div.overonsicon p{
	text-align: center !important;	
	float: left;
	width: 70px;
}

ul.framework{
	float: left;
	padding: 0;
	margin: 0;
}

ul.framework li{
	float: left;
	list-style-type: none;
}

ul.framework li a{
	color: white;	
}

ul.framework li img{	
	float: left;
	width: 250px;
	height: 135px;
	padding: 0;	
}

/* FOOTER */

div.footer{
	background-color: #4b4b4b;	
	width: 100%;
	height: 81px;
	float: left;
	background-image: url("../images/footer/back.jpg");
}

div.footer p{
	color: white;
	text-align: center;
	margin: 27px 0 0 0;
	padding: 0;
}

div.footer a{
	padding: 0 5px;	
}

div.footer img {
	margin: 5px 0;	
}

div.footer-left{
	width: 235px;
	height: 81px;
	background-image: url("../images/footer/logo.jpg");
	float: left;	
	margin: 0 0 0 20px;
}

div.footer-right{
	width: 725px;
	height: 81px;
	float: left;	
}