@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	background-image:url(../layout/bg_body.jpg);
	background-repeat:repeat-x;
}

img{
	border:0px;
}

#container{
	margin:0px auto 0px auto;
	width:820px;
	padding:0px 3px 0px 2px;
}

#top{
	width:815px;
	height:76px;
	background-color:#FFFFFF;
}

#header{
	width:820px;
	height:194px;
	padding:6px 0px 1px 3px;
	background-image:url(../layout/bg_header.jpg);
	background-repeat:no-repeat;
}

#menudiv{
	width:813px;
	height:62px;
	margin:0px 0px 0px 2px;
	z-index:1000;
}

#logo{
	width:78px;
	height:76px;
	float:right;
}

#content{
	width:820px;
	padding:25px 0px 15px 3px;
}

#content_cav{
	width:795px;
	padding:10px;
	background-color:#ffffff;
	border:1px solid #dedede;		
}

#content_left_home{
	float:left;
	width:410px;
}

#content_right_home{
	float:left;
	width:375px;
	margin:0px 0px 0px 30px;
}

#content_left{
	float:left;
	width:495px;
	padding:10px;
	background-color:#ffffff;
	border:1px solid #dedede;
}

#content_right{
	float:left;
	width:260px;
	margin:0px 0px 0px 20px;
}

#contact_container{
	position:relative; 
	width:495px;
}

.cc_gegevens{
	position:relative;
	width:152px; 
	float:left; 
	padding:5px; 
	border-right:1px solid #E1E1E1;
}

.cc_openingstijdenShowroom{
	position:relative;
	width:154px;  
	float:left; 
	padding:5px;
}

.cc_openingstijdenWerkplaats{
	position:relative;
	width:154px;  
	float:left; 
	padding:5px; 
	border-left:1px solid #E1E1E1;
}

#footer{
	width:820px;
	height:15px;
	padding:0px 3px 0px 2px;	
	border-top:1px solid #dedede;
	background-color:#ffffff;
}


/*** Header ***/
#header img {
	float:left;
	width:530px;
	height:188px;
}

#header_nieuws{
	float:left;
	width:285px;
	height:189px;
}

.nieuws_item{
	width:275px;
	height:84px;
	padding:10px 0px 0px 10px;
	background-image:url(../layout/bg_nieuwsitem.jpg);
	background-repeat:repeat-x;
}

.nieuws_item h2{
	margin:0px;
	padding:0px 0px 3px 0px;
}

.nieuws_item h2 a{
	font-size:9pt;
	color:#20316a;
}

.nieuws_item p{
	margin:0px;
	padding:0px 20px 0px 0px;
	line-height:14pt;
}

.nieuws_item a{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

.nieuws_item a:hover{
	text-decoration:underline;
}

/*** Blokken ***/

.blok{
	float:left;
	width:182px;
	height:128px;
	margin:17px 0px 0px 0px;
	padding:10px 0px 10px 10px;
	background-image:url(../layout/bg_blok.jpg);
	background-repeat:repeat-x;
	border:1px solid #dedede;
}

.car_config{
	float:left; 
	margin:20px 0px 0px -10px; 
}

.car_configTekst{
	float:right; 
	width:180px; 
	margin:25px 10px 0px 0px;
}

#contact{
	margin:17px 20px 0px 0px;
}

#contact p, #contact_right p{
	margin:0px;
	padding:10px 0px 0px 0px;
	line-height:13pt;
}

#werkplaats{
	position:relative;
	background-image:url(../layout/bg_werkplaatsafspraak.jpg);
}

a.werkplaats_link{
	position:absolute;
	bottom:9px;
	padding:0px 10px 0px 0px;	
	background-image:url(../layout/a_arrow.gif);
	background-repeat:no-repeat;
	background-position:right;	
}


/*** Direct leverbaar op HOME ***/
#direct_leverbaar{
	width:363px;
	height:199px;
	padding:10px 0px 0px 10px;
	background-color:#ffffff;
	border:1px solid #dedede;
}

.direct_auto{
	float:left;
	width:134px;
	height:127px;
	margin:10px 15px 5px 10px;
	padding:5px;
	border:1px solid #dedede;
	cursor:pointer;
	text-align:center;
}

.direct_auto:hover{
	border:1px solid #20316a;
}

.direct_auto p{
	margin:0px;
	padding:5px 0px 0px 0px;
}

.direct_auto p.prijs{
	font-weight:bold;
	color:#20316a;
}

a.voorraad{
	float:left;
	margin:5px 0px 0px 0px;
	padding:0px 10px 0px 0px;
	color:#20316a;
	background-image:url(../layout/a_arrow.gif);
	background-repeat:no-repeat;
	background-position:right;		
}

/*** Banners ***/
.banner{
	float:left;
	width:180px;
	height:150px;
	margin:20px 0px 0px 0px;
}

#banner2{
	margin:20px 0px 0px 15px;
}

/*** Overige stylen ***/
h1{
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-size:14pt;
	color:#20316a;
}

h2{
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-size:12pt;
	color:#20316a;
}

h3{
	margin:0px 0px 0px 5px;
	padding:0px;
	font-weight:normal;
	font-size:12pt;
}

h4{
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-size:10pt;
	color:#20316a;
}

a{
	color:#20316a;
	text-decoration:underline;
}

a.link{
	text-decoration:underline;
	background-image:url(../layout/a_arrow.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding:0px 10px 0px 0px;
}

a.linkterug{
	background-image:url(../layout/a_arrow_terug.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:0px 0px 0px 10px;
}

a:hover{
	color:#000000;
}


/*** VERVOLG PAGINA ***/
.img_box{
	float:left;
	width:235px;
	height:150px; 
	margin:0px 0px 10px 0px;
	padding:0px 6px 0px 6px;	
	overflow:hidden;
	clear:right;
}

.file_box{
	float:right;
	width:165px;
	margin:0px 0px 10px 20px;
	padding:0px 0px 15px 10px;	
	border:1px solid #dedede;
	overflow:hidden;
	clear:right;
}

/*** Right Blok ***/
.right_blok{
	padding:10px;
	margin:0px 0px 20px 0px;
	background-color:#ffffff;
	border:1px solid #dedede;
}

/*** Directleverbaar in Right ***/
.direct_auto_right{
	margin:10px 0px 0px 0px;
}

.direct_auto_right img {
	float:left;
	padding:0px 15px 0px 0px;
}

.direct_auto_right p{
	margin:0px;
	padding:0px 0px 0px 0px;
}

.direct_auto_right span.prijs{
	font-weight:bold;
	color:#20316a;
	padding:5px 0px 10px 0px;	
}

/*** Snellinks ***/
ul.snellinks{
	padding:0px;
	margin:10px 0px 0px 0px;
	list-style:none;
}

ul.snellinks li a{
	width:225px;
	height:20px;
	margin:0px 0px 5px 0px;
	padding:5px 0px 0px 10px;
	background-image:url(../layout/li_snellinks.jpg);
	border:1px dotted #dedede;
	font-weight:bold;
	text-decoration:none;
	display:block;
}

ul.snellinks li a:hover{
	background-image:url(../layout/li_snellinks_over.jpg);
	border:1px dotted #a6a6a6;
}

/*** Nieuws overzicht ***/
.nieuws_img_box{
	float:right;
	width:100px;
	height:77px;
	margin:0px 10px 0px 0px;
	padding:0px 0px 0px 20px;	
	overflow:hidden;
	clear:left;
}

.nieuws_item_groot{
	width:485px;
	height:84px;
	padding:10px 0px 0px 10px;
	background-image:url(../layout/bg_nieuwsitem.jpg);
	background-repeat:repeat-x;
}

.nieuws_item_groot h2{
	margin:0px;
	padding:0px 0px 7px 0px;
}

.nieuws_item_groot h2 a{
	font-size:9pt;
	color:#20316a;
}

.nieuws_item_groot p{
	margin:0px 0px 20px 0px;
	padding:0px 20px 0px 0px;
	line-height:13pt;
}

.nieuws_item_groot a{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

.nieuws_item_groot a:hover{
	text-decoration:underline;
}

/*** CAV Stylen ***/
#cav_zoekenscherm_klein{
	width:200px; 
	float:left; 
	padding:5px 0px 0px 0px;
}

#cav_zoekenscherm_klein select{
	width:130px;
}

#cav_zoekenscherm_klein input.input2{
	width:100px;
	padding:0px;
	margin:0px 0px 0px 87px;
}

#cav_zoekenscherm_klein a{
	display:none;
	visibility:hidden;
}

a#uitgebreid_zoeken{
	margin:0px 0px 0px 40px;
}

.cav_title_zoekopdracht{
	font-weight:bold;
}

.cav_detail_merk_prijs_header_item{
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-size:14pt;
	color:#20316a;
}

.cav_lijst_merkmodel{
	font-weight:bold;
	color:#A00F1E;
}

#cav_overzicht_center, #cav_zoeken_center{
	padding:10px 0px 0px 70px; 
	border-top:1px solid #dedede;
}

#cav_detail_center{
	padding:10px 0px 0px 70px; 
}

/*** Werkplaats Formulier ***/
form.werkplaats label{
	float:left;
	width:160px;
	margin:3px 0px 3px 0px;
}

form.werkplaats input {
	float:left;
	width:200px;
	height:14px;
	padding:1px;
	margin:3px 0px 3px 0px;
}

form.werkplaats input.checkbox, form.werkplaats input.radio{
	float:left;
 	width:20px;
}

form.werkplaats label.textopties{
	float:left;
	width:225px;
}

form.werkplaats textarea{
	width:460px;
	height:150px;
}

form.werkplaats label.groot{
	float:left;
	width:460px;
}

form.werkplaats input.btn{
	width:100px;
	height:27px;
	cursor:pointer;
}

/*** ContactFormulier ***/
form.contactformulier label{
	float:left;
	width:160px;
	margin:3px 0px 3px 0px;
}

form.contactformulier input {
	float:left;
	width:200px;
	height:14px;
	padding:1px;
	margin:3px 0px 3px 0px;
}

form.contactformulier textarea{
	float:left;
 	width:200px;
	height:100px;
	padding:1px;
	margin:3px 0px 3px 0px;	
}

form.contactformulier input.radio{
	float:left;
 	width:20px;
}

form.contactformulier label.radiotext{
	float:left;
 	width:50px;
}

form.contactformulier input.btn{
	width:100px;
	height:27px;
	cursor:pointer;
}

