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

html{
	margin: 0;
}

body {
	margin: 0;
	font-family: Arial, Calibri, Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #4e4e4e;
	line-height: 20px;
}

a{
	color: #B28E2D;
	text-decoration: none;
}

a:hover{
	text-decoration:underline;
}

h1{
	color:#8f712c;
	font-size:16px;
	font-weight: bold;
	text-transform: uppercase;
}

#header_container{
	width:100%;
	float:left;
	height: 82px;
	background: url(../images/headerbg.jpg) top left repeat-x;
	margin:0 0 0px 0;
}

#header{
	width:960px;
	margin:0 auto;
}
#headeradmin{
	margin: 0 auto;
    text-align: center;
    width: 100%;
	background: rgb(46,46,46); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(46,46,46,1) 0%, rgba(16,16,16,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(46,46,46,1)), color-stop(100%,rgba(16,16,16,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(46,46,46,1) 0%,rgba(16,16,16,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(46,46,46,1) 0%,rgba(16,16,16,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(46,46,46,1) 0%,rgba(16,16,16,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(46,46,46,1) 0%,rgba(16,16,16,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#101010',GradientType=0 ); /* IE6-9 */
;
	padding: 10px 0;
}
#header ul{
	float:right;
	padding:0;
	margin:0;
	border-left: 1px solid #2d2d2d;
	border-right: 1px solid #121212;
	margin: 0 0px 0 0;
}
.langu{
float: right;
    margin: 5px 0;
    width: 22px;
}
#header ul li{
	float:left;
	display: inline;
	border-left: 1px solid #121212;
	border-right: 1px solid #2d2d2d;
}

#header ul li a{
    color: #FFFFFF;
    float: left;
    font-size: 13px;
    padding: 31px 10px;
    text-transform: uppercase;
}

#header ul li a:hover{
	background: url(../images/menuHover.jpg) top left repeat-x;
	text-decoration:none;
}

#header ul li a:active, #header ul li a.active{
	background: url(../images/menuActive.jpg) top left repeat-x;
}

#main_container{
	width:100%;
	float:left;
}

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

#banner{
	float:left;
	width:100%;
	margin: 0 0 20px 0;
}

.blockCont{
	float:left;
	width:100%;
}

.block{
	float:left;
	width:307px;
	margin: 0 19px 20px 0;
	text-align:center;
	text-transform: uppercase;
	font-size: 18px;
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: opacity .20s ease-in-out;
	-moz-transition: opacity .20s ease-in-out;
	-ms-transition: opacity .20s ease-in-out;
	-o-transition: opacity .20s ease-in-out;
	transition: opacity .20s ease-in-out;
}

.block:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.block:active{
	box-shadow: 2px 3px 2px 0 #212121 inset;
}

.block a{
	color: #fff;
	padding:126px 0 13px 0;
	float:left;
	width:100%;
}

.block a:hover{
	text-decoration:none;
}

#block1{
	background: url(../images/button1.jpg) no-repeat top left;
}

#block2{
	background: url(../images/button2.jpg) no-repeat top left;
}

#block3{
	background: url(../images/button3.jpg) no-repeat top left;
}

#block4{
	background: url(../images/button4.jpg) no-repeat top left;
}

#block5{
	background: url(../images/button5.jpg) no-repeat top left;
}

#block6{
	background: url(../images/button6.jpg) no-repeat top left;
}

#block3, #block6{
	margin:0;
	float:right;
}

#text{
	float:left;
	width: 660px;
	margin: 0 20px 20px 0;
	min-height: 245px;
}
#textbig{
	float:left;
	width: 960px;
	margin: 0 20px 20px 0;
	min-height: 245px;
}

#voordelen{
	float:right;
	width:270px;
	border: 1px solid #bfbfbf;
	border-radius: 6px 6px 6px 6px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e7e7e7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e7e7e7));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e7e7e7 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e7e7e7 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e7e7e7 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e7e7e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 );
}

#voordelen .title{
	text-align:center;
	float:left;
	width:100%;
	font-size: 18px;
	border-radius: 5px 5px 0 0;
	padding:8px 0 14px;
	text-transform: uppercase;
	color: #fff;
	background: url(../images/titlebg.jpg) top left repeat-x;
}

#voordelen ul{
	float:left;
	margin:10px 0;
	padding:0 10px 0 33px;
}

#voordelen ul li{
	list-style-image: url(../images/vinkje.png);
}

#footer_container{
	width:100%;
	float:left;
	background: url(../images/footerbg.jpg) top left repeat-x;
	margin: 0px 0 0;
	padding: 15px 0;
	color:#fff;
}

#footer{
	width:960px;
	margin:0 auto;
}

#footer a{
	color: #fff;
}

/* contactpage */

#contact input, #contact textarea {
    float: left;
    width: 155px;
}

#contact td{
	width:25%;
}

#contact tr{
	width: 50%;
	float:left;
}

.contact_btn{
	float:left;
	padding: 5px 10px;
	background: white;
	border-radius: 3px 3px 3px 3px;
	text-align:center;
	margin: 0px 0 0 0;
	color:#fff;
	border:1px solid #b38c2d;
	background: #b38c2d;
	background: -moz-linear-gradient(top,  #b38c2d 0%, #94722b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b38c2d), color-stop(100%,#94722b));
	background: -webkit-linear-gradient(top,  #b38c2d 0%,#94722b 100%);
	background: -o-linear-gradient(top,  #b38c2d 0%,#94722b 100%);
	background: -ms-linear-gradient(top,  #b38c2d 0%,#94722b 100%);
	background: linear-gradient(to bottom,  #b38c2d 0%,#94722b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b38c2d', endColorstr='#94722b',GradientType=0 );
}

.contact_btn:hover{
	background: #c4a433;
	background: -moz-linear-gradient(top,  #c4a433 0%, #aa8833 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c4a433), color-stop(100%,#aa8833));
	background: -webkit-linear-gradient(top,  #c4a433 0%,#aa8833 100%);
	background: -o-linear-gradient(top,  #c4a433 0%,#aa8833 100%);
	background: -ms-linear-gradient(top,  #c4a433 0%,#aa8833 100%);
	background: linear-gradient(to bottom,  #c4a433 0%,#aa8833 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4a433', endColorstr='#aa8833',GradientType=0 );
}

.contact_btn:active{
	background: #aa8833;
	background: -moz-linear-gradient(top,  #aa8833 0%, #c4a433 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aa8833), color-stop(100%,#c4a433));
	background: -webkit-linear-gradient(top,  #aa8833 0%,#c4a433 100%);
	background: -o-linear-gradient(top,  #aa8833 0%,#c4a433 100%);
	background: -ms-linear-gradient(top,  #aa8833 0%,#c4a433 100%);
	background: linear-gradient(to bottom,  #aa8833 0%,#c4a433 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa8833', endColorstr='#c4a433',GradientType=0 );
}