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

body{
	width:100%;
	height:100%; 
	margin:0px;
	padding:0px;	
	background:#99cc33 url(/images/elements/achtergrond.jpg) repeat-x;
	font-family:arial;
	font-size:12px;
}
#slider{
	border-top:7px solid #669933;	
	width:1000px;
}
#container{
	width:1050px;
	margin:0px auto;
	background:url(/images/elements/content_bg.png) repeat-y;	
	top:0px;	
}

a{
	color:#99cc33;	
}
h4.error{
	color:red;
	font-size:18px;
	font-weight:600;
	display:none;
}
#twitter{
	width:250px;
	float:right;
	margin-top:-100px;
	text-align:right;
	margin-right:50px;
	font-size:11px;
	line-height:18px;
}
#header{
	height:310px;
	width:1000px;
	margin:0px auto;
}
#header #logo{
	padding:1px 0px 2px 20px;
}

#menu{
	height:50px;
	width:1000px;
	margin-left:25px;	
}
#menu #menuBalk{
	height:50px;
	background:url(/images/elements/menu_bg.jpg) repeat-x;
	padding-left:40px;
}

#content{
	width:1050px;
	margin:0px auto;
}

#content #tekst{
	width:640px; 
	float:left;	
	padding:10px 40px 10px 80px;
}
#content #tekst img{
	border:5px solid #99cc33;
	padding:2px;
	margin:4px;
	border-radius:4px;
}
#content #tekst h1{
	font-size:22px;
	font-weight:600;
	color:#333;	
}
#content #tekst p,#content #tekst li{
	line-height:22px;	
}
#content #tekst h2{
	font-size:18px;
	color:#333;
	font-weight:300;	
}
#content #tekst ul.nieuws{
	margin:0px;
	padding:0px;
	list-style:none;	
}
#content #tekst ul.nieuws .datum{
	font-style:italic;
	color:#333;	
	margin-top:-16px;
	font-size:11px;
}
h2 a{
	text-decoration:none;	
}
a.lees_meer{
	font-size:12px;
	text-decoration:none;
}
a.lees_meer_r{
	float:right;
	display:inline;
}

#content #laatste_nieuws{
	width:220px;
	float:left;	
}

#content #laatste_nieuws ul{
	margin:0px;
	padding:0px;
	list-style:none;	
	line-height:18px;
}
#content .datum{
	font-style:italic;
	color:#333;	
	margin-top:-10px;
	font-size:11px;
}
#content #laatste_nieuws h3 a{
	text-decoration:none;	
}

h2 a{
	text-decoration:none;	
}
a.lees_meer{
	font-size:11px;
	text-decoration:none;
	font-style:italic;
}

#content #laatste_nieuws h2{
	font-size:16px;
	font-weight:600;
	color:#333;
}
#content #laatste_nieuws #wij_bellen{
	width:190px;
	height:190px;
	border-radius:4px;
	padding:10px;
	background:url(/images/elements/telefoon.png) no-repeat #99cc33 160px 20px;
	margin: 30px 0px 40px 0px;
}
#content #laatste_nieuws #wij_bellen h2{
	color:#FFF;
}
#footer{
	width:900px;
	margin:0px auto;
	border-top:1px solid #99cc33;
}
#footer .footertekst{
	width:900px;
	padding:0px 0px 40px 0px;
	font-size:11px;	
}
#footer .footertekst .socialmedia{
	float:left;
	padding:2px;	
}
#footer .footertekst ul{
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
	color:#666;
	line-height:16px;
	width:25%;	
}
#footer .footertekst h4{
	color:#333;
}
#footer .footertekst ul h4{
	margin-bottom:8px;	
}
#footer .footertekst a{
	text-decoration:none;
	color:#99cc33;
}
#footer .footertekst .fruto_communicatie{
	width:400px;
	margin:0px auto;
	text-align:center;	
}
#footer .footertekst .fruto_communicatie a{
	color:#666;	
}
#footer .footertekst .fruto_communicatie a img{
	position:absolute;
	border:0px solid #FFF;
	padding:0px 0px 0px 5px;
}
.contactform label {
	width:180px;
	margin-bottom:20px;
	display:inline-block;
	vertical-align:top;
}

#contactform label.error{
	display:none;
}
#contactform label.error{
	position:absolute;
	visibility:hidden;
	background:#fff;
	border:0;
border:1px solid red
}

input[type="submit"] {
	background:#669933;
	border:2px solid #efefef;
	padding:5px 15px 5px 15px;
	font-size:12px;
	cursor:pointer;
	margin-top:5px;
	color:#FFF;
	margin-left:200px;
}

.contactform input[type=text],.contactform textarea,.contactform input[type="password"],.contactform select{
	width:400px;
	padding:4px;
	margin:0px;
	border-radius:4px;
	border:2px solid #CCC;
	margin:2px;
	font-size:12px;
}

#bel_mij h4{
	padding:0px;
	margin:4px;	
}
#bel_mij input[type="text"]{
	padding:4px;
	margin:0px;
	border-radius:4px;
	border:2px solid #669933;
	width:90%;
}
#bel_mij input[type="submit"]{
	background:#669933;
	border:2px solid #ccffcc;
	border-radius:4px;
	font-size:11px;
	padding:2px 8px 2px 8px;
	margin:4px;

}