@charset 'UTF-8';
html {
	height:auto;
	min-height:100%;
}
 
body{
	height:auto;
	margin:0; 
	padding:0;
	min-height:100%;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow-x:hidden;
	background-color:#f3f3f3;
	font-family:Arial, Helvetica, sans-serif;
}
 
#main_header
{
	position:relative;
	width:900px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
	background-color:white;
}

#header {
	position:relative;
	height:50px;
	background-color:#f3f3f3;
}

#slider {
	position:absolute;
	height:255px;
	width:100%;
	background-color:#FFF;
}

#slider_img {
	background-image:url(../images/slider_img2.png);
	position:relative;
	width:1100px;
	height:255px;
	margin:0 auto 0 auto;
}

#title {
	font-family: 'Lato', sans-serif;
	color:rgba(67,73,100,1);
	float:left;
	font-size:24px;
	margin-top:10px;
}

#title a {
	text-decoration:none;
	color:rgba(67,73,100,1);
}

#bellen {
	float:right;
	font-size:12px;
	color:#715349;
}

#bellen a {
	text-decoration:none;
	color:rgba(67,73,100,1);
}

#main_content {
	position:relative;
	width:900px;
	height:auto;
	min-height:600px;
	margin:0 auto 0 auto;
	top:180px;
}

#title_content {
	height:40px;
	width:auto;
	padding: 0px 20px 0px 20px;
	float:right;
	background-color:rgba(67,73,100,1);
	font-family: 'Lato', sans-serif;
	font-size:24px;
}

#title_content h1 {
	font-family: 'Lato', sans-serif;
	font-size:17px;
	margin:0px;
	padding:0px;
	color:#FFF;
	line-height:40px;
	text-align:center;
	font-weight:normal; 
}

#content {
	width:860px;
	height:auto;
	min-height:600px;
	background-color:#FFF;
	position:relative;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
}

#content h1 {
	margin:0px;
	padding:0px;
	font-family: 'Lato', sans-serif;
	font-size:24px;
	font-weight:normal;
	margin-top:10px;
	width:500px;
	margin-left:15px;
}

#content_tekst {
	float:left;
	width:605px;
	margin-top:30px;
	color:#474444;
	height:auto;
	font-size:14px;
	line-height:24px;
	margin-left:15px;
}

#content_tekst li {
	list-style-type:none;
	background-image:url(../images/menu_blokje.png);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	padding-left:40px;
	line-height:26px;
	
}

#content_tekst a {
	text-decoration:none;
	color:black;
}

#sidebar {
	float:right;
	width:235px;
	height:auto;
	min-height:500px;
	margin-top:-38px;
}

#sidebar a {
	text-decoration:none;
	color:black;
}

#sidebar_contact {
	text-align:right;
	font-size:12px;
	color:#474444;
	position:relative;
	top:30px;
}

#menu {
	font-size:14px;
}

#menu ul{
	list-style-type:none;
	color:rgba(67,73,100,1);
	text-align: right;
}

#menu li
{
	background-image:url(../images/menu_blokje.png);
	background-repeat: no-repeat;
	background-position: 100% 16px;
	padding-right: 30px;
	line-height:40px;
	border-bottom:1px solid #adadad;
}

#menu a{
	text-decoration:none;
	color:#000;
}


#footer {
	background-image:url(../images/footer.png);
	width:900px;
	height:112px;
	position:relative;
}

input, textarea { 
	padding: 8px;
	border: solid 1px #E5E5E5;
	font: normal 12px Arial, Helvetica, sans-serif;
	width: 200px;
	background: #FFFFFF url('form_background.png') left top repeat-x;/*Mimic Background Property in Internet Explorer since IE 6,7,8 does not support CSS3*/
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;/*0.1 actually means 10 %*/
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	margin:0px;
	}
	
input[type=radio] {
  width:20px;
}
	
select { 
	padding: 8px;
	border: solid 1px #E5E5E5;
	font: normal 12px Arial, Helvetica, sans-serif;
	width: auto;
	background: #FFFFFF url('form_background.png') left top repeat-x;/*Mimic Background Property in Internet Explorer since IE 6,7,8 does not support CSS3*/
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;/*0.1 actually means 10 %*/
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	margin:5px;
	}

textarea { 
	width: 300px;
	max-width: 300px;
	height: 100px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus { 
-moz-box-shadow:0 0 8px lightblue;
	-webkit-box-shadow:0 0 8px lightblue;
	box-shadow:0 0 8px lightblue;
}

.form label { 
	margin-left: 12px; 
	color: #fff; 
	}

.submit input {
	width: auto;
	padding: 10px 14px;
	background: #660066;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
	}
#form-div { 
-moz-border-radius:12px 12px 12px 12px;
-webkit-border-radius: 12px 12px 12px 12px;
background-color:#F5F5F5;
padding:15px;
}