@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../layout/bg_body.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#000000;
}

img { 
	-ms-interpolation-mode:bicubic;
}
strong{
	font-weight:bold;
}

.clear{
	clear:both;
}

#container{
	width:950px;
	margin:0px auto 0px auto;
}

#header{
	position:relative;
	width:950px;
	height:162px;
	z-index:1200;
}

#top{
	position:relative;
	width:950px;
	height:98px;
}

#menudiv{
	position:relative;
	width:942px;
	height:64px;
	margin:0px 0px 0px 8px;
	/*background-color:#c91727;*/
}

#submenudiv{
	clear:left;
	position:relative;
	width:940px;
	margin:0px 0px 0px 10px;	
	background-color:#f5f8c3;
	z-index:5000;
}

#content{
	position:relative;
	width:910px;
	padding:0px 20px 0px 20px;

}

#content_left{
	float:left;
	width:545px;
	padding:5px 20px 15px 0px;
}
#content_left .foto{
	float: left;
}
#contentLeftAanbiedingen{
	float:left;
	width:545px;
	padding:5px 20px 15px 0px;
}

#content_right{
	float:left;
	width:343px;
	margin:0px 0px 0px 1px;
	background-color:#f1f5bc;
}
#content_leftHome{
	width: 566px;
	float: left;
	padding-top:5px;
}
#contentRightSmall {
	float:left;
	width:239px;
	margin:0px 0px 0px 0px;
	
	}	

#breadcrumbs{
	position:relative;
	width:910px;
	height:17px;
	padding:8px 0px 0px 0px;
	font-size:8pt;
	color:#b6b6b6;
	background-color: #ffffff;
}

#footer{
	position:relative;
	width:100%;
	height:36px;
	background-color:#0089b7;
	border-top:1px solid #ffffff;
}

#footer_content{
	width:870px;
	height:24px;
	margin:0px auto 0px auto;
	padding:12px 20px 0px 20px;
	background-image:url(../layout/footer_u_verdient_t.jpg);
	background-position:center right;
	background-repeat:no-repeat;
	font-size:8pt;
	color:#ffffff;
}

/*##-- MENU --##*/
ul.menu{
	height:32px;
	margin:0px;
	padding:0px;
	list-style:none;
}

ul.menu li{
	float:left;
	margin:0px;
	padding:0px;
	display:block;
}

ul.menu li a{
	padding:8px 12px 7px 12px;
	background-image:none;
	background-color:#c81926;
	color:#ffffff;
	font-size:11pt;
	text-decoration:none;
	letter-spacing:0.5px;
	display:block;
}

ul.menu li a:hover{
	background-image:url(../layout/bg_menu_item_hover.jpg);
	background-repeat:repeat-x;
	background-color:#f5f8c3;
	color:#c81926;
	text-decoration:underline;	
}

ul.menu li a.item_active, a.item_active:hover{
	background-image:url(../layout/bg_menu_item_hover.jpg);
	background-repeat:repeat-x;
	background-color:#f5f8c3;	
	color:#c81926;
	text-decoration:underline;
}
/*##-- SUB-MENU --##*/
#submenudiv a{
	float:left;
	padding:8px 10px 7px 10px;
	color:#000000;
	font-size:9pt;
	text-decoration:none;
	display:block;
}

#submenudiv a:hover{
	background-color:#f5f8c3;
	color:#c81926;
	text-decoration:underline;
}


#submenudiv a.submenu_item_active, a.submenu_item_active:hover{
	background-color:#f5f8c3;
	color:#c81926;	
	text-decoration:underline;
}

/*##-- HOMEPAGE --##*/
#home_pageimg{
	position:relative;
	width:566px;
	height:253px;
	background-color: #000;
}

#home_pageimg_text{
	position:absolute;
	margin:165px 0px 0px 15px;
	width:500px;
	height:80px;
	font-size:10pt;
	color:#ffffff;
}

#home_nieuws_box{
	width:533px;
	padding:10px 0px 20px 15px;
}

.nieuws_item{
	margin:15px 0px 0px 0px;
	width: 530px;
}

.nieuws_item2 {
	margin:10px 0px 0px 0px;
	}	

.nieuws_item img{
	float:right;
	margin:0px 0px 0px 35px;
	/*border:2px solid #d8dca8;*/
}

.home_right_button{
	position:relative;
	width:333px;
	background-repeat:no-repeat;
	color:#ffffff;
	cursor:pointer;
}

#klantenservice{
	height:74px;
	padding:15px 0px 0px 10px;
	background-image:url(../layout/kmprijs.jpg);
	/*background-image:url(../layout/bg_home_klantenservice.jpg);*/
}

#slurptax{
	height:74px;
	padding:15px 0px 0px 10px;
	background-image:url(../layout/bg_home_slurptax.jpg);
}

#groenleasen{
	height:75px;
	padding:10px 0px 0px 10px;	
	background-image:url(../layout/bg_home_groenleasen.jpg);
}

#shortleasen{
	height:74px;
	padding:10px 0px 0px 10px;	
	background-image:url(../layout/bg_home_shortleasen.jpg);
}

#home_right_leaseofferte_aanvragen{
	width:314px;
	height:55px;
	margin:20px 0px 20px 8px;
	padding:12px 0px 0px 15px;
	background-image:url(../layout/bg_home_lease_offerteaanvragen.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}

#home_right_directleasen{
	width:313px;
	height:128px;
	padding:8px 15px 15px 15px;
	background-image:url(../layout/bg_home_directleasen.jpg);
	background-repeat:no-repeat;
	border-top:1px solid #ffffff;
}

#home_right_directleasen a{
	font-weight:bold;
	text-decoration:none;
}

#home_right_directleasen .link1{
	padding:15px 0px 0px 10px;
}

#home_right_directleasen .link2{
	padding:13px 0px 0px 10px;
}

#home_rightCarModule{
	width:313px;
	height:145px;
	padding:8px 15px 15px 15px;
	background-image:url(../layout/bg_home_right_autonieuws.jpg);
	background-repeat:repeat-x;
	border-top:1px solid #ffffff;
}

#home_rightCarModule img{
	margin:2px 6px 0px 0px;
	border:1px solid #ffffff;
}

.rightCarModule strong{
	color:#13639f;
}

span.carModuleTitle{
	font-size:11pt;
	display:block;
	cursor:pointer;
}

span.carModuleContent{
	margin:9px 0px 9px 0px;
	display:block;
}

/*##-- VERVOLG PAGINA --##*/
#right_page_img{
	position:relative;
	width:343px;
	background-position:center;
}

.bg_right_page_img{
	position:absolute; 
	bottom:0px;
	padding:0;
	margin: 0;
	position:absolute;
}

.right_infobox{
	width:316px;
	height:106px;
	margin:10px 0px 10px 0px;
	padding:5px 0px 0px 28px;
	background-image:url(../layout/bg_right_infobox.jpg);
	background-repeat:no-repeat;	
}
.bgContent{
	background-image:url(../layout/bgContent.jpg);
	background-repeat: repeat-y;
	background-position: 0px 50px;
}
.right_contact{
	width:316px;
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 30px;
}

.right_aanbiedingen{
	margin:20px 0px 15px 0px;
	padding:5px 18px 5px 28px;
}

/*##-- FORMULIEREN --##*/
form.contactformulier label{
	float:left;
	width:150px;
	margin:5px 0px 5px 0px;
}

form.contactformulier input, option, textarea{
	float:left;
	margin:2px 2px 2px 0px;
	padding:1px;
	border:1px solid #cfd2a3;
	clear:left;
}

form.contactformulier textarea{
	width:350px;
	height:150px;
}

form.contactformulier input:focus, input.sffocus,
form.contactformulier option:focus, option.sffocus,
form.contactformulier textarea:focus, textarea.sffocus{
	border:1px solid #b4c400;
	background-color:#fcffe2;
}

form.contactformulier .contactButton{
	margin:4px 0px 0px 0px;
	background-color:#C91727;
	border:2px solid #cfd2a3;
	width:115px;
	color:#FFFFFF;
}

form.contactformulier .noborder{
	border:none;
}

form.contactformulier .aanhef{
	padding:4px 0px 0px 0px;
}

form.contactformulier input.postcode{
	width:50px;
}

form.contactformulier input.telefoon{
	width:150px;
}


form.contactformulier1 label{
	float:left;
	width:150px;
	margin:5px 0px 5px 0px;
}

form.contactformulier1 input, textarea{
	float:left;
	margin:2px 0px 2px 0px;
	padding:1px;
	border:1px solid #cfd2a3;
}

form.contactformulier1 textarea{
	width:350px;
	height:150px;
}

form.contactformulier1 input:focus, input.sffocus,
form.contactformulier1 textarea:focus, textarea.sffocus{
	border:1px solid #b4c400;
	background-color:#fcffe2;
}

form.contactformulier1 fieldset input{
border:0px;
padding:1px 2px;
}

form.contactformulier1 .contactButton{
	margin:4px 0px 0px 0px;
	background-color:#C91727;
	border:2px solid #cfd2a3;
	width:115px;
	color:#FFFFFF;
}

form.contactformulier1 input.postcode{
	width:50px;
}

form.contactformulier1 input.telefoon{
	width:150px;
}

/*##-- TEXT STYLE --##*/
h1{
	margin:15px 0px 5px 0px;
	font-size:14pt;
	color:#c61227;
}

#home_pageimg_text h1{
	margin:0px;
	color:#ffffff;
}

h2{
	font-size:13pt;
	color:#c40d26;
}

.home_right_button h2{
	margin:0px 0px 5px 0px;
	color:#ffffff;
}

#home_right_autonieuws h2{
	margin:0px 0px 5px 0px;
}

h3{
	margin:5px 0px 5px 0px;
	font-size:10pt;
	font-weight:bold;
	color:#0089B7;
}

h3.rood{
	color:#c40d26;
}

.right{
	margin-left:25px;
}

.nieuws_item h3 a{
	line-height:11px;
	text-decoration:none;
	color:#008dbc;
}

p{
	line-height:13pt;
	padding:0px 0px 8px 0px;
}

.groen{
	color:#6b751e;
}

.textRight{
	padding:10px;
}

#home_right_autonieuws p{
	margin:0px 0px 5px 0px;
	border-bottom:1px solid #ffffff;
}

a{
	color:#008dbc;
	text-decoration:underline;
}

a:hover{
	color:#c61227;
}

a.arrow_link{
	padding:0px 13px 0px 0px;
	/*background-image:url(../layout/bg_arrow_link.gif);
	background-position:bottom right;
	background-repeat:no-repeat; */
	color:#008dbc;
	text-decoration:underline;
}

a.arrow_link:hover, a.arrow_link_active{
	color:#c61227;
}

a.link_white_arrow{
	background-image:url(../layout/bg_arrow_link_white.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	color:#ffffff;
}
a.link_white_arrow:hover{
	color:#b0bf01;
}

a.link_white{
	color:#ffffff;
}

a.link_white:hover{
	color:#e7ed9f;
}

#breadcrumbs a{
	color:#b6b6b6;
	text-decoration:none;
}

#breadcrumbs a:hover{
	color:#008dbc;
	text-decoration:underline;
}

#footer a{
	color:#ffffff;
}

#footer a:hover{
	color:#b0bf01;
}


ul.right_snel_links{
	width:327px;
	margin:10px 0px 10px 3px;
}

ul.right_snel_links li{
	margin:0px 0px 0px 10px;
	padding:0px 0px 7px 12px;
	border-top:1px solid #ffffff;
}
ul.right_snel_links li.last{
	border-bottom:1px solid #ffffff;
}

ul.opsomming{
	padding:5px 0px 0px 20px;
	list-style-image:url(../layout/li_opsomming.jpg);
}

ul.opsomming li{
	padding:3px 0px 8px 5px;
	list-style-image:url(../layout/li_opsomming.jpg);
}

.textbox{
	display:block;
}
.textboxLeft{
	width:173px;
	margin:0px 8px 0px 0px;
	float:left;
	display:block;
}
.textboxRight{
	width:173px;
	margin:0px 0px 0px 8px;
	float:left;
	display:block;
}

/*##-- Schade Formulier --##*/
fieldset {
	border: 1px solid #b4c400;
}

legend {
	font-weight:bold;
	color:#0089B7;
	margin-left:0px;
	padding-left:5px;

}

fieldset table {
	margin:10px;
}

fieldset input , textarea, select{
	border:1px solid #cfd2a3;
	padding:1px 2px 1px 2px;
}
fieldset .check, .radio {
	border:none;
}

table .omschrijving {
	width:190px;
	height:22px;
}
table .veld {
	height:22px;
}

/*##-- Contactpersonen --##*/
.contactpersonen {
	margin:8px 0px 5px 0px;
	}
.contactpersoon {
	width:150px;
	padding:0px 0px 8px 5px;
	float:left;
	display:block;
	}
.contactpersoonNaam {
	font-weight:bold;
	}
.contactpersoonFunctie {
	font-size:11px;
	}

/*##-- Ons team --##*/
content_left_foto {
	width:100%;
}

.foto {
	float:left;
	width:292px;
	height: 110px;
}
.foto img {
	float:left;
	border:none;
}

.foto p {
	float:left;
	margin-left:5px;
}
.foto .rood {
	color:#c40d26;
	font-weight:bold;
}
.foto .blauw {
	color:#008dbc;
}
.foto .groen {
	color:#9aad00;
	font-weight:bold;
}

/*## AUTONIEUWS */

.autonieuws {
	padding:0px 0px 10px 0px;
	border-bottom:1px solid #cccccc;
	}
	
.autonieuws img {
	border:2px solid #d8dca8;
	margin:0px 0px 0px 20px;
	}	 
	
.autonieuws p {
	width:410px;
	}	
	
/*##-- Shortlease Tarievenlijst --##*/
#tarievenlijst{
	min-height:300px;
	margin:5px 0px 20px 0px;
}
#tarievenlijst .huurperiode{
	background-color:#0089b7;
	height:18px;
	padding:3px 3px 2px 258px;
	color:#ffffff;
	font-weight:bold;
}
#tarievenlijst .columns{
	background-color:#F5F8C1;
	height:20px;
	display:block;
}
#tarievenlijst .columns ul li{
	width:67px;
	padding:3px 2px 3px 3px;
	display:block;
	float:left;
}
#tarievenlijst .columns ul li.leftcolumn{
	width:180px;
	font-weight:bold;
}

#tarievenlijst .records1{
	height:40px;
	margin:2px 0px 2px 0px;
	display:block;
}
#tarievenlijst .records1 ul li{
	width:67px;
	padding:2px 2px 3px 3px;
	display:block;
	float:left;
}
#tarievenlijst .records1 ul li.leftcolumn1{
	width:180px;
	font-weight:bold;
}
#tarievenlijst .records1 ul li.leftcolumn2{
	width:180px;
	font-size:11px;
	font-weight:normal;
}

#tarievenlijst .records2{
	background-color:#f1f1f1;
	height:40px;
	margin:2px 0px 2px 0px;
	display:block;
}
#tarievenlijst .records2 ul li{
	width:67px;
	padding:2px 2px 3px 3px;
	display:block;
	float:left;
}
#tarievenlijst .records2 ul li.leftcolumn1{
	width:180px;
	font-weight:bold;
}
#tarievenlijst .records2 ul li.leftcolumn2{
	width:180px;
	font-size:11px;
	font-weight:normal;
}
#tarievenlijst .redcolumn1{
	background-color:#c40d26;
	color:#ffffff;
}
#tarievenlijst .redcolumn2{
	background-color:#b40c23;
	color:#ffffff;
}
span.signalement{
	color: #000;
	font-weight: bold;
}
#signalement{
	 border: 1px solid #ccc; 
	 padding: 10px;
	 float:left;
	 width: 200px;
	 margin-left: 20px;
	 margin-top: 15px;
}
#eindoordeel{
	border: 1px solid #ccc; 
	padding: 10px;
	float:left;
	width: 250px;
	margin-top: 15px;
}
