/*
---------------------------------------
CSS stylesheet voor ECCI
(c) N.A. Hempel - 2008
---------------------------------------
*/


/*
---------------------------------------
LAYOUT
---------------------------------------
*/

HTML {
  	height: 100%;
}

BODY {
  	font: 12px "Arial", Sans-Serif;
  	/*background-color: #DFDFDF;*/
  	background: #CDCDCD url(images/site/bg.jpg) repeat-x scroll 0 0;
	margin: 0px;
  	padding: 0px;
  	height: 100%;
}

#container {
	position: relative;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	height: 100%;
	background: url("images/site/content_wrapper.jpg") repeat-y;
}

html>body #container {
  	height: auto;
}

#container #header {
	background-image: url("images/site/header.jpg");
	height: 126px;
	width: 780px;
}

#container #header #logo {
	position: absolute;
	top: 29px;
	left: 43px;
}

#container #header #logo a {
	display: block;
	height: 72px;
	width: 235px;
	background: url(images/site/logo2.jpg) no-repeat;
}

#container #footer {
  	position: absolute;
  	bottom: 0;
  	width: 780px;
  	height: 42px;
	background: url("images/site/footer3.jpg");
  	color: #FFF;
	font: 11px "Arial", Sans-Serif;
	text-align: center;
}

#container #footer .copyright ul {
	padding: 0;
 	margin: 0;
}

#container #footer .copyright li {
   display: inline;
   padding: 0 5px;
   border-right: 1px solid #fff;
   font-weight: bold;
}

#container #footer .copyright ul li a, a:link, a:visited, a:active {
   color: #fff;
   text-decoration: none;
 }

#container #footer .copyright li.last {
 	border-right: none;
}

 #container #footer .copyright ul li a:hover {
  text-decoration: underline;
}

#container #footer .copyright {
	margin-top: 10px;
}

/*
---------------------------------------
SUBHEADER / ROTATOR
---------------------------------------
*/

#container #rotator {
  	overflow: hidden;
  	margin: auto auto auto;
 	height: 186px;
 	width: 780px;
  	cursor: default;
  	top: 43px;
  	left: 14px;
}

#container #rotator img {
  	width: 780px;
  	height: 186px;
  	display: none;
  	position: absolute;
}

/*
---------------------------------------
MENU
---------------------------------------
*/

#container #menubar {
	background-image: url("images/site/menubar.jpg");
	height: 31px;
	width: 780px;
}

#container #menubar #menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	/*width: 100%;*/
	/*margin-left: 15px;*/
	padding-left: 15px;
	
}

#container #menubar #menu li {
	float: left;
	margin: 0;
	padding: 0;
}

#container #menubar #menu a {
	color: #FFFFFF;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 18px;
	text-decoration: none;
}

#container #menubar #menu a:hover {
	background: url("images/menu/hover.gif") bottom center no-repeat;
	padding-bottom: 8px;
}

#container #languageflags {
	position: absolute;
	top: 135px;
	left: 705px;
	z-index: 1;
}

#container #languageflags img {
	border: none;
}

/*
---------------------------------------
CONTENT
---------------------------------------
*/

#container #content_top {
  	height: 5px;
  	width: 780px;
 	background: url("images/site/content_start.jpg");        
}

#container #wrapper {
  	padding-bottom: 70px;
}

#container #wrapper #content {	
  	/*overflow: auto;*/
}

/*
---------------------------------------
CONTENT - SHOWCASE
---------------------------------------
*/

#container #wrapper #content #showcase {
	padding-left: 5px;
	padding-top: 10px;
	overflow: hidden;
	/*float: left;*/
	height: 375px;
}

#container #wrapper #content .showcase_options { 
	text-align: center;
	margin: 10px;
	font: 11px "Arial";
}

#container #wrapper #content .showcase_options a  { 
	text-decoration: underline;
	color: black;
	font-weight: bold;
}

#container #wrapper #content .showcase_options a:hover  {
	text-decoration: none;
	color: #595959;
}

#container #wrapper #content .showcase_options .previous_page { 
	position: absolute;
	top: 739px;
	left: 30px;
}

#container #wrapper #content .showcase_options .next_page { 
	position: absolute;
	top: 739px;
	left: 615px;	
}

#container #wrapper #content .showcase_options .next_page a { 
	/*background: url("images/showcase/next_page.jpg");
	width: 138px;
	height: 31px;*/
	display: block;
}

#container #wrapper #content .showcase_options .previous_page a { 
	/*background: url("images/showcase/previous_page.jpg");
	width: 138px;
	height: 31px;*/
	display: block;
}

#container #wrapper #content #showcase .showcase_cell {
	background: url("images/showcase/bg_cell.jpg");
	
	width: 375px;
	height: 177px;
	float: left;
	margin-left: 5px;
	margin-top: 10px;
}

#container #wrapper #content #showcase .showcase_cell .image_placeholder {
	/*padding-top: 20px;*/
	padding-top: 10px;
	/*padding-left: 12px;*/
	padding-left: 10px;
	padding-right: 9px;
	float: left;
	
	margin: 0 auto 15px;
	position: relative;
}

#container #wrapper #content #showcase .showcase_cell .image_placeholder img {
	border: 1px solid #828282;
}

#container #wrapper #content #showcase .showcase_cell .image_placeholder .overlay {
	overflow: hidden;
	position: absolute;
	top: 11px;
	left: 11px;
	width: 103px;
	height: 59px;
}

#container #wrapper #content #showcase .showcase_cell .cell_text {
	clear: none;
	font: 11px "Arial", Sans-Serif;
	padding-top: 12px;
}

#container #wrapper #content #showcase .showcase_cell .cell_text input.button {
	background-image: url("images/showcase/minibutton.gif");
	width: 80px;
	height: 17px;
	border: none;
	font: 10px "Arial";
	color: #fff;
	vertical-align: middle;
}

#container #wrapper #content #showcase .showcase_cell .cell_text img {
	border: 1px solid #595959;
}

#container #wrapper #content #showcase .showcase_cell .cell_text .price {
	font: 14px "Arial", Sans-Serif;
	font-weight: bold;
}

/*
---------------------------------------
CONTENT - CONTACTFORM
---------------------------------------
*/

#container #wrapper #content #contact {
	overflow: hidden;
}

#container #wrapper #content #contact .background {
	background: url("images/contactform/background2.jpg");
	width: 212px;
	height: 417px;
	float: left;
	margin-left: 25px;
	margin-top: 32px;
	margin-bottom: 18px;
	border: 1px solid #c6c4c5;
}

#container #wrapper #content #contact .contactform {
	padding-top: 40px;	
	margin-left: 265px;
	padding-right: 80px;
}

#container #wrapper #content #contact .contactform ul li a{
	color: #000;	
}

#container #wrapper #content #contact .contactform ul li a:hover {
	text-decoration: underline;
}

#container #wrapper #content #contact .contactform .title {
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;	
}

#container #wrapper #content #contact .contactform input, textarea {
  	border: 1px solid #a5a3a5; 
}

#container #wrapper #content #contact .contactform input.button {
 	background: url("images/contactform/send.jpg");
	height: 31px;
	width: 138px;
	margin-top: 29px;
	border: none;
}

#container #wrapper #content #contact .contactform input.button2 {
 	background: url("images/contactform/send_de2.jpg");
	height: 30px;
	width: 137px;
	margin-top: 29px;
	border: none;
}

#container #wrapper #content #contact .contactform input.button3 {
 	background: url("images/contactform/send_en.jpg");
	height: 31px;
	width: 138px;
	margin-top: 20px;
	border: none;
}

#container #wrapper #content #contact .contactform .notification_error {
	border: 1px solid #A25965;
	height: auto;
	width: 93%;
	padding: 4px;
	background: #F8F0F1;
	text-align: left;
	font-weight: bold;
	color: red;
}

#container #wrapper #content #contact .contactform .notification_ok {
	border: 1px #A25965 solid;
	height: auto;
	width: 93%;
	padding: 8px;
	background: #F8F0F1;
	text-align: center;
	font-weight: bold;
}

/*
---------------------------------------
CONTENT - ABOUT US
---------------------------------------
*/

#container #wrapper #content #aboutus {
	
}

#container #wrapper #content #aboutus .photo {
	float: left;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 25px;
	
}

#container #wrapper #content #aboutus .photo img {
	border: 1px solid #898989;
}

#container #wrapper #content #aboutus .story {
	clear: none;
	margin-top: 10px;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 25px;
	padding-left: 28px;
	text-align: justify;
	border-left: 1px solid #c4c4c4;
	margin-left: 198px;
	height: 410px;
}

#container #wrapper #content #aboutus .story a {
	color: #000;
	text-decoration: underline;
}

#container #wrapper #content #aboutus .story a:hover {
	font-weight: bold;
	text-decoration: none;
}
/*
---------------------------------------
CONTENT - TERMS
---------------------------------------
*/

#container #wrapper #content #termbox .terms .termKop {
	padding-left: 40px;
	font-weight: bold;
}

#container #wrapper #content #termbox .terms {
	margin-top: 30px;
	clear: none;
	padding-right: 25px;
	text-align: justify;	
}

#container #wrapper #content #termbox .terms li {
	
}

/*
---------------------------------------
404 PAGE
---------------------------------------
*/

#container #wrapper #content #error_box {
	margin: 30px;
	border: 1px solid #cccbcb;
	background: #fff;
	height: 225px;	
}

#container #wrapper #content #error_box .error_image {
	float: left;
	font-size: 7em;
	padding-left: 50px;
	padding-right: 50px;
	border-right: 5px solid #e5e5e5;
	text-align: center;
	margin-top: 15px;
}

#container #wrapper #content #error_box .error_text {
	margin-left: 200px;
	margin-top: 40px;
	padding-left: 20px;
	text-align: center;
}

#container #wrapper #content #error_box .error_text a {
	color: #000;
	text-decoration: underline;
}

#container #wrapper #content #error_box .error_text .koptext {
	font-size: 25px;
	font-weight: bold;
}

/*
---------------------------------------
CONTENT - SHOWCASE SINGLE CAR
---------------------------------------
*/

#window {
	font: 12px "Arial";
	width: 750px;
	background: #e5e5e5 url(images/showcase/bg.jpg) repeat-x scroll 0 0;
	margin: 14px;
	height: 400px;
}

#window .photo_left {
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	border: 1px solid #828282;
	height: 150px;
}

#window .photo_left img {
	border: none;
}

#window .suboptions {
	margin-top: 17px;
	margin-left: 38px;
	clear: both;
	float: left;
	width: 170px;	
}

#window .suboptionsText {
	margin-top: 2px;
	margin-left: 38px;
	clear: both;
	float: left;
	width: 168px;
	font: 11px "Arial";
	border: none;
	text-align: center;
}

#window .terug {
	clear:both;
	float:left;
	margin-left:38px;
	margin-top:17px;
	text-align:center;
	width:165px;
}

#window .terug img{
	border: 1px solid #595959;
}

#window .suboptions img {
	border: 1px solid #828282;
}

#window .car_info {
	clear: none;
	/*border: 1px solid #000;*/
	margin-bottom: 20px;
	margin-left: 255px;
	padding-top: 20px;
}

#window .car_info .kop {
	font-weight: bold;
	background-color: #e1e1e1;
	padding: 5px;
	width: 470px;
}

#window .car_info .options {
	padding: 2px;
}

#window .car_info table .detail_gegevens {
	width:240px;
	margin-top: 1px;
	margin-bottom: 5px;
}

#window .car_info table .input_title {
	font-weight:bold;
}

#window .car_info table .input_title2 {
	font-weight:bold;
	margin-right: 30px;
}

#window .car_info table .title {
	font: 18px "Arial", Sans-Serif;
	font-weight:bold;
}

#window .car_info table .text-large-bold {
	font-weight:bold;
}
					
#window .car_info table .padded-text {
	padding:3px;
	/*width: 103px;*/
}

#window .car_info table .padded-price {
	width: 103px;
	padding: 3px;	
}

#window .car_info table .detail_title {
	background-color:#e1e1e1;
	padding:3px;
}

/*
---------------------------------------
LIGHTBOX
---------------------------------------
*/

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/slimbox/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


/*
--------------------------------------
WANTED FORM 
---------------------------------------
*/

#maintext {
	padding-left: 19px;
	padding-top: 10px;
}

#maintext .toptext {
	padding-left: 60px;
	padding-top: 15px;
}

/* COLOR/BORDERS CSS */

form.ddfm #whitespacer {
	padding-bottom: 100px;
}

form.ddfm .warning {
	font: 10px "Arial";
	padding-left: 180px;
}

form.ddfm fieldset .warningverify {
	font: 10px "Arial";
	padding-left: 180px;
}

form.ddfm .fmcheck p,
form.ddfm .fmradio p,
form.ddfm textarea, 
form.ddfm .fmfullblock, 
form.ddfm .fmhalfblock, 
form.ddfm .fmselect, 
form.ddfm input.fmtext,
form.ddfm input.fmdate,
form.ddfm input.fmverify,
form.ddfm textarea.fmtextwide,
form.ddfm .submit,
form.ddfm .credits,
form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	color: #000;
	font: 12px "Arial";
	
}

form.ddfm .required, .ddfmerrors {
	color: #FF0000;
}

/* TEXT CSS */

.ddfmwrap {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	font-weight: bold;
}

.ddfmerrors {
	font-weight: bold;
}

/* STRUCTURE CSS */

.ddfmwrap {
	/**
	 * margin: 15px auto 15px auto;
	 * 	width: 450px;
	 */
	
}

.ddfmwrap p.fieldwrap {
	/**
	 * padding: 1px;
	 * 	margin: 1px;
	 */
	/*clear: left;*/
	
}

form.ddfm {
	text-align: left;
	/**
  * width: 430px;
  */ 
}

form.ddfm fieldset {
/*padding: 10px 10px 10px 10px; */
	margin: 10px;
	display: block;
	border: 1px solid #cdcdcd;
	padding-bottom: 13px;
	
}

form.ddfm legend {
	padding: 0 6px 0 6px;
	margin: 0 0 0 10px;	 
}

form.ddfm label {
	display: block; 
	float: left; 
	width: 26%; 
	text-align: left;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	/*clear: left;*/  
	padding-left: 15px;
}

form.ddfm label.fmtextlblwide {
	display: block;  
	float: left; 
	text-align: left;
	margin: 0 10px 0 1px; 
	padding-bottom: 8px; 
	width: 100%;
}

form.ddfm select.fmselect {
	float: left; 
	display: block;
	width: 66.2%; 
	margin-bottom: 9px;  
	padding: 3px; 
	background-color: #f2f2f2;
	border:1px solid #dcdcdc;
	color: #000;
}

form.ddfm .fmcheck {
	width: 65%; 
	float: left;
	display: block;  
	margin-bottom: 15px;
}

form.ddfm .fmradio {
	width: 65%;
	float: left;
	display: block;
	margin-bottom: 15px;
}

form.ddfm .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm textarea {
	float: left; 
	position: relative;
	width: 65%;
	margin-bottom: 9px;
	padding: 3px;
	background-color: #f2f2f2;
	border:1px solid #dcdcdc;
	color: #000;
}


/*
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  */

form.ddfm .fmfullblock {
	padding-left: 0px;
	float: left; 
	width: 100%;
	margin-bottom: 13px;
	display: block;
}

form.ddfm .fmhalfblock {
	width: 65%;
	padding-left: 29%;
	margin-bottom: 13px;
	float: left; 
	display: block;
}

form.ddfm input.fmverify {
	float: left; 
	width: 22%;
	margin-top: 1px;
	padding: 3px;
	position: relative;
	display: block;
	background-color: #f2f2f2;
	border:1px solid #dcdcdc;
}

form.ddfm img {
	margin: 1px 0 0 10px; 
    float: left;
}

form.ddfm input.fmtext,
form.ddfm input.fmfile {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 9px;  
	padding: 3px;
	font: 12px "Arial";
	background-color: #f2f2f2;
	border:1px solid #dcdcdc;
	color: #000;
}

form.ddfm input.fmdate {
	float: left; 
	display: block;
	width: 35%;
	margin-bottom: 15px;  
	padding: 3px;
}

form.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px; 
	padding: 3px;
}

form.ddfm .credits {
	text-align: right;
	margin-top: 7px;
	width: 97%;
}

form.ddfm .submit {
	text-align: center;
	clear: both; 
	width: 97%;
	padding-bottom: 15px;
}

form.ddfm input.button {
	background:transparent url(images/wanted/send.jpg) repeat scroll 0 0;
	border:medium none;
	height:30px;
	width:137px;
}

form.ddfm input.button2 {
	background:transparent url(images/wanted/send_en.jpg) repeat scroll 0 0;
	border:medium none;
	height:30px;
	width:137px;
}

form.ddfm input.button3 {
	background:transparent url(images/wanted/send_de2.jpg) repeat scroll 0 0;
	border:medium none;
	height:30px;
	width:137px;
}

.ddfmwrap .ddfmerrors {
	display: block; 
	float: left; 
	width: 27%; 
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
}

.ddfmwrap .errorlist {
	/*float: left; 
	display: block;
	width: 100%;
	padding: 3px;
	text-align: left;
	padding-left: 10px;
	color: #ff0000;
	font-weight: bold;
	border: 1px solid #000;*/
	
	display: block;
	padding: 3px;
	text-align: left;
	font-weight: bold;
	background:#F8F0F1 none repeat scroll 0 0;
	border:1px solid #cdcdcd;
	color:red;
	margin: 10px;
	height:auto;
}

.ddfmwrap .recaptcha {
	width: 100%;
	text-align: right;
	clear: both; 
	height: 120px;
	margin-right: 7px;
	padding-bottom: 10px;
}

.ddfmwrap .recaptcha-inner {
	float: right;
	margin-right: 3px;
}

#containerform{
	text-align:center;
	background:#fff;
}
#containerform, #top, #bottomform, #footer{
	margin:0 auto;
	width:640px;
}
#top, #bottomform{
	width:650px;
	height:10px !important;
	display:block !important;
}
#top{
	margin-top:10px;
}

form.wufoo{
	margin:20px 20px 0 20px;
	padding:0 0 20px 0;
}

/* ----- LOGO ----- */

#containerform h1{
	margin:0;
	padding:0;
	min-height:0;
	background-color:#dedede;
	text-indent:-9000px;
	text-decoration:none;
}
#containerform h1 a{
	min-height:40px;
	height:40px;
	display:block;
	background:url(./images/wflogo.png) no-repeat left top;
	overflow:hidden;
}

img, a img{
	border:none;
}

.hide{
	display:none !important;
}

.wufoo li{
	width:62%;
}

.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both !important;
}

/* ----- INFO ----- */

.info{
	display:inline-block; 
	clear:both;
	border-bottom:1px dotted #ccc;
	margin:0 0 1em 0;
}
.info[class]{
	display:block;
}
.info h2{
	font-weight:normal;
	font-size:160%;
	margin:0 0 .2em 0;
	clear:left;
}
.info div{
	font-size:95%;
	line-height:135%;
	margin:0 0 1em 0;
	color:#555;
}

/* ----- SECTIONS ----- */

form hr{
	display:none;
}
form li.section{
	border-top:1px dotted #ccc;
	padding-top:.9em;
	padding-bottom:0px;
	padding-left:9px;
	width:97% !important;
	position:static;
}
form ul li.first{
	border-top:none !important;
	margin-top:0px !important;
	padding-top:0px !important;
}
form .section h3{
	font-weight:normal;
	font-size:110%;
	line-height:135%;
	margin:0 0 .2em 0;
}
form .section div{
	display:block;
	font-size:85%;
	margin:0 0 1.2em 0;
	padding:0;
}

form li div label, form li span label{
	margin:0;
	padding-top:6px;
	clear:both;
	font-size:9px;
	line-height:9px;
	color:#444;
	display:block;
}
label.choice{
	font-size:100%;
	display:block;
	line-height:1.5em;
	margin:-1.65em 0 0 25px;
	padding:.44em 0 .5em 0;
	color:#222;
	width:88%; 
	display:block;
}

span.symbol{
	font-size:115%;
	line-height:130%;
}

/* Logo */
h1 a {
	min-height:0;
	height:40px;
}

/* Backgrounds */

h1{
	background-image:none;
	background-color:#DEDEDE;
}
#containerform, body.embed{
	background-color:#FFFFFF;
}

/* Borders */
#containerform{
	border:1px solid #CCCCCC;
}

.wufoo .footer{
	color:#000000;
}
.wufoo .footer span{
	color:#444444;
}

/* Drop Shadows */
#top, #bottom{
	visibility:visible;
}