/**********************************************

	CSS Document 
	Mercedes-Benz Contactmodule new CI
	auteur: KRUIT Communicatie en Vormgeving in gebruik
	http://www.kruit.nl

************************************************/

body {
	font-family: Arial, sans-serif;
	font-size: 70%;
	margin: 0;
	padding: 0;
	background: url(http://messagent.dminterface.nl/images/20080358/bg.jpg) repeat-y top left #E9ECF0;
}



/*Radio buttons*/
.radioArea, .radioAreaChecked {
	display: block;
	float: left;
	clear: left;
	width: 15px;
	height: 14px;
	font-size: 0;
	cursor: pointer;
	padding: 0 4px 0 0;
}


/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	/*display: block;*/
	float: left;
	clear: left;
	width: 13px;
	height: 13px;
	font-size: 0;
	padding: 0 4px 0 0;
	margin: 0;
/*	cursor: pointer;*/
}













#contentcontainer-login { /*nieuw 06-03-2008*/
	float: left;
	width: 740px;
	height: 488px;
	margin: 2px 0 0 0;
	padding: 20px 30px;
	background: #fff;
}


#contentcontainer-mailwin { /*nieuw 06-03-2008*/
	float: left;
	width: 740px;
	height: 788px;
	margin: 2px 0 0 0;
	padding: 20px 30px;
	background: #fff;
}

#heading-login {
	float: left;
	width: 700px;
	height: 35px;
	background: #fff;
	padding: 15px 0 0 10px;
}

#nextstep ul li a.login { /*new: 06-03-2008*/
	text-decoration: none;
	margin: 0;
	padding: 10px 42px;
	color: #FFFFFF;
	background: url(http://messagent.dminterface.nl/images/20080358/sendbutton-bg.jpg) no-repeat 2px 7px transparent;
}

H1 {
	font-weight: normal;
	font-size: 1px;
	margin: 0;
	padding: 0;
}

H2 {
	font-weight: bold;
	color: #1F376D;
	font-size: 100%;
	margin: 0 0 15px 0;
	padding: 0;
}

H3 {
	font-weight: bold;
	color: #1F376D;
	font-size: 100%;
	margin: 0 0 15px 0;
	padding: 0;	
	line-height: 150%;
}

H4 {
	font-weight: bold;
	color: #1F376D;
	font-size: 100%;
	margin: 0 0 5px 0;
	padding: 0;
}

H4.dealerkeus {
	font-weight: bold;
	color: #1F376D;
	font-size: 100%;
	margin: 10px 0 0 3px;
	padding: 0;
}

p.dealerkeus {
	padding: 0;
	margin: 0 0 0 3px;
	line-height: 150%;
}

p {
	font-size: 100%;
	color: #666666;
	padding: 0;
	margin: 0 0 15px 0;
	line-height: 150%;
}

p a {
	color: #1F376D;
}

p a:hover {
	color: #25A8E0;
	text-decoration: none;
}

.invis {
	display: none;
}

.blue {
	color: #1F376D;
}

.black {
	color: #000000;
}

.boldblack {
	color: #000000;
	font-weight: bold;
}

.errormessage {
	font-weight: bold;
	color: #942528;
}

#wrapper {
	width: 800px;
	height: 650px;
	background: transparent;
}

#header {
	background: transparent;
	height: 87px;
}

#header2 {
	background: transparent;
	height: 87px;
}

#headerlogo {
	background: transparent;
	padding: 26px 0 0 103px;
	margin: 0;
}

#leftblock {
	margin-top:2px;
	float: left;
	width: 3px;
	background: #fff;
}

#leftnav {
	padding-top:50px;
	margin-top:2px;
	background: #ffffff;
	width: 188px;
	left:-188px;
	height:inherit;
	
	border-left: 0px solid #ffffff;
	border-right: 1px solid #e7e7e7;
}

#leftnav ul {
	margin: 20px 0 0 0;
	padding: 0;
	text-align: left;
	list-style-type: none;
	border-left: 0px solid #3C3C3C;
	
	
}


#leftnav ul li {
	padding: 0;
	margin: 0;
	margin-left:4px;	
	width: 190px;
	height: 30px;
	
	border-bottom: 0px solid #e9ecf0;
}





#leftnav ul li a {
	display: block;
	font-weight: bold;
	color: #07386a;
	text-decoration: none;
	
	width: 184px;	
	margin: 0;
	padding: 7px 5px 5px 5px;
	height: 17px;
}

#leftnav ul li a:hover, #leftnav ul li a.active {
	
	width: 184px;	
	margin: 0;
	color: #75a8e0;
}

#contentcontainer {
	width: 600px;
	margin: 2px 0 0 0;
	background: #fff;
}

#contentcontainer2 {
	float: left;
	width: 740px;
	margin: 0;
	padding: 20px 30px 20px 30px;
	background: #fff;
	border-top: 0px solid #000000;
}

.content {
	float: left;
	padding: 8px 16px 0 16px;
	background: transparent;
	width: 566px;
	overflow: hidden;
	height: 435px; /*added: 22-02-2008*/
}

#heading {
	float: left;
	width: 583px;
	height: 35px;
	background: #fff;
	padding: 15px 0 0 15px

}

#tabnav {
 	margin: 0px;
 	padding: 0px;
 	float: left;
	background: #fff;
	width: 100%;
	border-bottom: 1px solid #E9ECF0;		
 }
 
#tabnav ul {
 	margin: 0px;
 	padding: 0px;
 } 

#tabnav ul li {
  display: block;
 	float: left;
 	border-right: 2px solid #fff;
 	padding: 7px 0;
 	font-weight: bold;
} 
 
#tabnav ul li a.pw {
  color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 15px;
	background: url(http://messagent.dminterface.nl/images/20080358/tabtop-pw.gif) no-repeat top left #ADB6BC;
	
}

#tabnav ul li a.pw:hover {
	color: #FFFFFF;
	background: url(http://messagent.dminterface.nl/images/20080358/tabtop-pw.gif) no-repeat top left #ADB6BC;
}

#tabnav ul li.selected a.pw, #tabnav ul li.selected a.pw:hover {
	color: #25A8E0;
	background: url(http://messagent.dminterface.nl/images/20080358/tabtop-pw.gif) no-repeat top left #ffffff;
	
	
}

#tabnav ul li a.bw {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 15px;
	background: url(http://messagent.dminterface.nl/images/20080358/tabtop-bw.gif) no-repeat top left #ADB6BC;
}

#tabnav ul li a.bw:hover {
	color: #FFFFFF;
	background:url(http://messagent.dminterface.nl/images/20080358/tabtop-bw.gif) no-repeat top left #ADB6BC;
}

#tabnav ul li.selected a.bw, #tabnav ul li.selected a.bw:hover {
	color: #25A8E0;
	background: url(http://messagent.dminterface.nl/images/20080358/tabtop-bw.gif) no-repeat top left #ffffff;
}

#tabnav ul li.selected a.bw2, #tabnav ul li.selected a.bw2:hover {
	color: #25A8E0;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 15px;
	background: url(http://messagent.dminterface.nl/images/20080358/tabtop-bw.gif) no-repeat top left #ffffff;
}

#tabnav ul li a.truck {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 15px;
	background: url(http://messagent.dminterface.nl/images/20080358/tabtop-truck.gif) no-repeat top left #ADB6BC;
}

#tabnav ul li a.truck:hover {
	color: #FFFFFF;
	background: url(http://messagent.dminterface.nl/images/20080358/tabtop-truck.gif) no-repeat top left #ADB6BC;
}

#tabnav ul li.selected a.truck, #tabnav ul li.selected a.truck:hover {
	color: #25A8E0;
	background: url(http://messagent.dminterface.nl/images/20080358/tabtop-truck.gif) no-repeat top left #ffffff;
}

#tabnav ul li.selected a.truck2, #tabnav ul li.selected a.truck2:hover {
	color: #25A8E0;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 15px;	
	background: url(http://messagent.dminterface.nl/images/20080358/tabtop-truck.gif) no-repeat top left #ffffff;
}

.tabcontent {
	display: none;
}

.tabcontentstyle { /*style of tab content container*/
	float: left;
}

.modellimage {
	border: 3px solid #fff;
	margin: -7px 0 5px -3px;
}

.modell-list {
	width: 240px;
	background: transparent;
	float: left;
	padding: 0;
	margin: 0 37px 0 -3px;
	font-size: 105%;	
}

.modell-list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

.modell-list ul li {
	padding: 4px 5px;
	border-bottom: 1px solid #E9ECF0;
}

.modell-list ul li a {

}

.modell-list ul li.last  {
	padding: 4px 5px;
	border-bottom: none;
}

.modell-list ul ul li {
	padding: 4px 5px 0 18px;
	border-bottom: none;
	color: #000000;
}

#hnav {
	display: inline;
	width: 800px;
}

.hnavleft {
	height: 26px;
	float: left;
	width: 60px;

}

.hnavright {
	float: left;
	width: 60px;
	height: 26px;
	background:url(http://messagent.dminterface.nl/images/20080358/new/img_stapright.png) no-repeat;	
}

.hnavleft-b {
	height: 26px;
	float: left;
	width: 55px;
	}

.hnavright-b {
	height: 26px;
	float: left;
	width: 55px;
	}

.stap, .seen {
	width: 150px; 
	height: 21px;
	margin: 0;
	background-image: none;
	float: left;
	text-align: center;
}

.stap a {
	display: block;
	margin: 0; 
	padding: 5px 0 0 0;
	width: 100%; 
	height: 100%;
	overflow: hidden;
	text-decoration: none;
	background: url(http://messagent.dminterface.nl/images/20080358/new/img_stap.png) no-repeat;
	color: #1f376d;	
	}

.seen a {
	display: block;
	margin: 0; 
	padding: 5px 0 0 0;
	width: 100%; 
	height: 100%;
	overflow: hidden;
	text-decoration: none;
	background: url(http://messagent.dminterface.nl/images/20080358/new/img_stap.png) no-repeat;
	color: #1f376d;	
}

a.selected {
	color: #43adef;
	background: url(http://messagent.dminterface.nl/images/20080358/new/img_stapa.png)url(http://messagent.dminterface.nl/images/20080358/new/img_stapa.png) no-repeat;
}

.stap a:hover, .stap a:active, .seen a:hover {
	background: url(http://messagent.dminterface.nl/images/20080358/new/img_stap.png)url(http://messagent.dminterface.nl/images/20080358/new/img_stap.png) no-repeat;
	color: #43adef;
}

.formpart {
	width: 720px;
	padding: 5px 10px 0 10px;
	border-top: 1px solid #E9ECF0;
	float: left;
}

.error {
	border-top: 2px solid #942528;
	border-bottom: 2px solid #942528;
	float: left;
	margin: -4px 0 1px 0;
	padding: 1px 0 0 0;
}

*html .error {
	margin: -4px 0 -4px 0;
}

.formtext {
	background: transparent;
	width: 195px;
	color: #1F376D;
	padding: 0 10px;
	margin: -21px 0 0 0;
	float: right;
	line-height: 150%;
}

/**************
SMALL form 
**************/
.formline-small {
	width: 350px;
	background: transparent;
	float: left;
	margin: 0;
	padding: 0 0 8px 0;
	color: #537BB9;
}

.formpart-small {
	width: 570px;
	padding: 5px 0 0 0;
	border-top: 1px solid #E9ECF0;
	float: left;
	background: transparent;
}

.radio-list-small {
	background: transparent;
	float: left;
	padding: 0;
	margin: 0;
}

.radio-list {
	width: 500px;
	background: transparent;
	float: left;
	padding: 0;
	margin: 0;
}

.radio-list ul, .radio-list-small ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

.radio-list ul li, .radio-list-small ul li {
	padding: 4px 0;
}

.radio-list a, .radio-list-small a {
	color: #1F376D;
}

.radio-list a:hover, .radio-list-small a:hover {
	color: #25A8E0;
	text-decoration: none;
}

.dropdown {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

.formline {
	width: 500px;
	background: transparent;
	float: left;
	margin: 0;
	padding: 0 0 8px 0;
	color: #537BB9;
}

.formitem {
	float: left;
	padding: 0 10px 0 0;
}

.gegevenscontainer {
	width: 150px;
	float: left;
	margin: 0;
	color: #1F376D;
}

.gegevenscontainer1 {
	width: 250px;
	float: left;
	margin: 0 50px 0 0;
}

.gegevenscontainer2 {
	width: 250px;
	float: left;
}

.gegevenscontainer3 {
	width: 250px;
	float: left;
	margin: 30px 0 0 0;
}

.gegevens-list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

.gegevens-list ul li {
	padding: 4px 5px;
	border-bottom: 1px solid #E9ECF0;
}

.gegevens-list ul li.last  {
	padding: 4px 5px;
	border-bottom: none;
}

.gegevenspart {
	float: left;
	width: 720px;
	margin: 15px 0 0 0;
}

.gegevenspart ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.gegevenspart ul li {
	margin: 0;
	padding: 0 0 5px 0;
}

.gegevenspart ul li a {
	color: #1F376D;
}

.gegevenspart ul li a:hover {
	color: #25A8E0;
	text-decoration: none;
}

.overzicht-list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: transparent;
	width: 300px;
}

.overzicht-list ul li {
	padding: 4px 5px;
	border-bottom: 1px solid #E9ECF0;
}

.overzicht-list ul li.last  {
	padding: 4px 5px;
	border-bottom: none;
}

.footertekst {
	font-size: 90%;
	color: #666666;
	float: left;
	padding: 0 0 0 40px;
}

#nextstep {
	float: right;
	height: 20px;
	background: transparent;
	text-align: right;
	padding: 7px 10px 0 20px;
	margin: 0;
	width: 770px;
}

#nextstep2 {
	clear: both;
	height: 20px;
	padding: 7px 10px 0 20px;
	width: 770px;
}

#nextstep ul {
	margin: 0;
	padding: 0;
}

#nextstep ul li {
	display: block;
 	float: right;
	margin: 0;
	padding: 4px 0;
	font-weight: bold;
}

#nextstep ul li a {
	text-decoration: none;
	margin: 0;
	padding: 0 10px 0 7px;
	color: #000000;
	background: url(http://messagent.dminterface.nl/images/20080358/back-arrow.gif) no-repeat 0 5px transparent;
}

.backbut:link {
	text-decoration: none;
	margin: 0;
	padding: 0 10px 0 7px;
	color: #000000;
 font-weight:bold;
	cursor:hand;
}

.sendbut:link {
	text-decoration: none;
	margin: 0 8px 0 0;
	padding: 10px 26px;
	color: #FFFFFF;
	background:url(http://messagent.dminterface.nl/images/20080358/sendbutton-bg.jpg) no-repeat 2px 7px transparent;

}

#nextstep ul li a.next {
	text-decoration: none;
	margin: 0;
	padding: 10px 17px;
	color: #FFFFFF;
	background:url(http://messagent.dminterface.nl/images/20080358/nextbutton-bg.jpg) no-repeat 2px 7px transparent;
}

#nextstep ul li a.send {
	text-decoration: none;
	margin: 0;
	padding: 10px 26px;
	color: #FFFFFF;
	background:url(http://messagent.dminterface.nl/images/20080358/sendbutton-bg.jpg) no-repeat 2px 7px transparent;
}

#printbutton a {
	float: right;
	text-decoration: none;
	margin: 25px -24px 0 0;
	font-weight: bold;
	padding: 10px 26px;
	color: #FFFFFF;
	background: url(http://messagent.dminterface.nl/images/20080358/printbutton-bg.jpg) no-repeat 2px 7px transparent;
}

input {
	margin: 0 8px 0 0;
	font-family: Arial, sans-serif;
	font-size: 100%;
	padding: 2px 4px;
}


.inputbut {
	margin: 0 8px 0 0;
	font-family: Arial, sans-serif;
	font-size: 100%;
	padding: 2px 4px;
	color: #FFFFFF;
	background: url(http://messagent.dminterface.nl/images/20080358/sendbutton-bg.jpg) no-repeat transparent;
  border:0;
  width:110px;
  cursor:hand;
  }

select {
	margin: 2px 8px 0 0;
	font-family: Arial, sans-serif;
	font-size: 100%;
	padding: 0;
}




/***********************
UITKLAP divs
***********************/

#aklasse {}
#bklasse {}
#cklassesedan {}
#cklassecombi {}
#cklassesportcoupe {}
#eklasselimousine {}
#eklassecombi {}
#mklasse {}
#viano {}

#mmodellen {}
