@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
}

body{
	background-image: url('../images/body-bg.jpg');
	font-family: Arial,Helvetica,Garuda,sans-serif;
	font-size:13px;
	font-weight: normal;
	overflow-y:scroll;
}

h1{
	font-size:16px;
	color:#418405;
	font-weight:bold;
}

#wrapper{
	width:320px;
}

#header{
	width:100%;
	height:68px;
}

#menu{
	width:100%;
	height:42px;
	background-color:#418605;
	background-image: url('../images/menu-bg.jpg');
}

#menu ul{
	list-style-type: none;
}

#menu ul li{
	float:left;
	text-align:center;
	background-image: url('../images/divider.jpg');
	background-repeat: no-repeat;
	background-position:right;
}

#menu ul li a{
	display:block;
	float:left;
	width:80px;
	height:42px;
	text-decoration:none;
}

#menu ul li a.active{
	background-image: url('../images/active-link-bg.jpg');
}

#menu ul li a span{
	width:80px;
	float:left;
	margin:auto;
	color:#fff;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

#menu ul li a img{
	float:left;
	margin-top:5px;
	margin-left:31px;
}

#content{
	width:100%;
	margin-bottom:10px;
}

#content h1{
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
}

#content p{
	margin-left:10px;
	margin-bottom:10px;
}

#content p.nomargin{
	margin-bottom:0px;
}

#content ul{
	margin-left:25px;
	margin-bottom:10px;
}

#content input{
	border:1px solid #aacfe4;
	margin-left:10px;
}

#content label{
	width: 250px;
	float: left;
	text-align: left;
	display: block;
	margin-left:10px;
	padding-bottom:1px;
}

#content label span{
	color:#939191;
	font-size:11px;
}

#content button.verzenden{
	width:320px;
	height:39px;
	margin-bottom:10px;
	cursor:pointer;
	background:url('../images/senden-btn.png') no-repeat;
}

#contactGegevens{
	width:100%;
	height:265px;
	background-image: url(../images/contactform-bg.png);
	background-repeat: no-repeat;
}

#contactGegevens h1{
	margin-left:20px;
	padding-top:10px;
	margin-bottom:5px;
}

#bedrijfsGegevens{
	width:100%;
	height:225px;
	background-image: url(../images/bedrijfform-bg.png);
	background-repeat: no-repeat;
}

#bedrijfsGegevens h1{
	margin-left:20px;
	padding-top:10px;
	margin-bottom:5px;
}

#content .bedankt{
	padding-top:25px;
	margin-left:50px;
	padding-bottom:15px;
}

.divider{
	clear:both;
	width:300px;
	height:2px;
	background-image: url('../images/divider-hor.jpg');
	margin-left:10px;
	margin-bottom:5px;
}

.left{
	float:left;
}

.right{
	float:right;
	margin-right:10px;
}

.setwidth{
	width:180px;
}

#footer{
	width:100%;
	height:35px;
	font-size:11px;
}

#footer p{
	float:left;
	width:80px;
	margin-left:75px;
}

#footer a{
	float:left;
	width:90px;
	text-decoration:none;
	color:#2b5803;
}

#conversie{
	display:none;
}
{
	margin-left:10px;
	width:300px;	
}
 h2{
	font-size:14px;
	color:#418405;
	font-weight:bold;
}
#content input.error{
	border:1px red solid;
}
#errorBox #messageBox li{
	color:red;
	font-weight:bold;
	width:292px;
	margin-top:12px;
	margin-left:13px;
	list-style-type:none;
}
table a{
	color:black;
	text-decoration:none;	
}
select{ 
	margin-left:10px;
	border:1px solid #aacfe4;
	width:150px;
}
#content .radio{ 
	border:0;
	margin-right:2px;
}
#content .radio .error{
	border:0;
}
#contact-tile{
	background:url("../images/form1.png") no-repeat;
	padding:1px 0 0 10px;
	height:32px;
}
#contact-form{
	padding:10px 0 1px 0;
	background:url("../images/form2.png") repeat-y;
}
#contact-footer{
	background:url("../images/form3.png");
	width:100%;
	height:13px;
}
#content label{
	width: 100px !important;
}
