body,html
{
background-color: #ffffff;
color: #000000;
font-family: arial, serif;
font-family: 'Cousine', arial, serif;
font-size:14px;
line-height:18px;
}


* {
margin: 0;
padding: 0;
}

.wrapper{
margin: 0 auto;
width: 1006px;
display:table;
}

#header{
background-image: url(../image/header.jpg);
background-repeat:no-repeat;
background-position:0% 100%;
width:968px;
height:112px;
margin-top:37px;
}

#logo{
background-image: url(../image/logo.jpg);
width:587px;
height:36px;
display:block;
margin-left:45px;
text-decoration:none;
}

#menu{
width:968px;
height:43px;
margin-left:50px;
color:#cb9a8c;
padding-top:14px;
}

#menu a{
font-size:18px;
/*font-weight:bold;*/
color:#000000;
text-decoration:none;
position:relative;
}

#menu span{
margin-left:20px;
margin-right:20px;
}

#content{
display:table;
margin-left:50px;
}

#content a{
color:#97351A;
text-decoration:none;
}

.content_kop1_geel{
font-size: 19px;
color:#f09100;
font-weight: normal;
}

.content_kop1_rood{
font-size: 19px;
font-weight: normal;
color:#97351a;
}

.content_kop2_geel{
font-size: 14px;
font-weight: bold;
color:#f09100;
}

.content_kop2_rood{
font-size: 14px;
font-weight: bold;
color:#97351a;
}


.content_qoute_rood{
font-size:30px;
font-weight:bold;
color:#97351a;
line-height: 35px;
}

.content_qoute_wit{
font-size:30px;
font-weight:bold;
color:#ffffff;
line-height: 35px;
}

.content_qoute_geel{
font-size:30px;
font-weight:bold;
color:#f09100;
line-height: 35px;
}

.rood{
/*background-color:#97351a;*/
}

.geel{
/*background-color:#f09100;*/
}


.bggeelleft{
background-image: url(../image/geel_links.jpg);
background-repeat:repeat-y;
float:left;
/*background-position:50px 0px;*/
}


.bggeelright{
background-image: url(../image/geel_rechts.jpg);
background-repeat:repeat-y;
float:left;
/*background-position:50px 0px;*/
}

.bgroodleft{
background-image: url(../image/rood_links.jpg);
background-repeat:repeat-y;
float:left;
/*background-position:50px 0px;*/
}

.bgroodright{
background-image: url(../image/rood_rechts.jpg);
background-repeat:repeat-y;
float:left;
/*background-position:50px 0px;*/
}

.lijn_geel{
/*border-left:1px solid #f09100;*/
}

.lijn_rood{
/*border-left:1px solid #97351a;*/
}

.home {
background-image: url(../image/home_bg.jpg);
background-repeat:repeat-y;
background-position:100% 0px;
}

.home .col1{
float:left;
/*background-image: url(../image/auto.jpg);*/
/*margin-left:50px;*/
width:387px;
/*height:288px;*/
padding-right:24px;
}

.home .col2{
float:left;
width:368px;
background-color:#ffffff;
/*height:288px;*/
padding-left:21px;
padding-right:50px;
}

.home .col3{
width:16px;
/*height:288px;*/
float:left;
background-color:#97351a;
height:432px;
}

.txtLeft .col1{
float:left;
/*margin-left:50px;*/
width:79px;
height:288px;
}

.txtLeft .col2{
float:left;
width:455px;
padding-right:25px;
}

.txtLeft .col3{
width:358px;
float:left;
padding-left:25px;
}

.txtRight .col1{
float:left;
/*argin-left:50px;*/
width:79px;
height:288px;
}

.txtRight .col2{
float:left;
width:358px;
/*height:288px;*/
/*padding-left:25px;*/
padding-right:25px;
}

.txtRight .col3{
width:416px;
/*height:288px;*/
float:left;
padding-left:25px;
padding-right:25px;
}


.submenudiv {
    background-color: #f09100;
    position: absolute;
    padding: 7px;
	height:255px;
	display:none;
opacity: .90; /* Standard: FF gt 1.5, Opera, Safari */
filter: alpha(opacity=90); /* IE lt 8 */
-ms-filter: "alpha(opacity=90)"; /* IE 8 */
-khtml-opacity: .90; /* Safari 1.x */
-moz-opacity: .90; /* FF lt 1.5, Netscape */
}


#menu .submenudiv a {
    color: #FFFFFF;
    display: table;
    font-size: 14px;
    padding-left: 7px;
    text-decoration: none;
    white-space: nowrap;
	margin-top:20px;
	display:block;
	zoom:1;
}
.submenuitems:hover {
    text-decoration: underline;
}



form{
width: 350px;
}

label {
    width: 350px;
	float:left;
	margin-top:10px;
	font-weight:bold;
}
.invoer {
    width: 350px;
	color: #333333;
	float:left;
}
.invoerselect {
    color: #333333;
}

.knop {
	margin-top:10px;
    border: 1px solid black;
    font-size: 14px;
}

.error{
background-color:#F09100;
padding:10px;
}

