

.clear
{
	clear: both;
}


body.dark_content .content
{
	display: none;
}
body.dark_content .content_dark
{
	padding-top: 30px;
}

.content_dark
{
	padding: 5px 100px;
	background: #333333;
	color: #fff;
}

.content_full
{
	padding: 5px 100px;
}



/* slideshow  styling */
.slideshow_home .s_overlay
{
	height: 280px;
    background: url("/img/indexbannerline-trans.png") no-repeat scroll left top transparent;
}

.slideshow_model .s_overlay
{
	height: 324px;
    background: url("/img/carlijstmodellen-trans.png") no-repeat scroll left top transparent;
}


.slideshow_model
{
	width: 607px;
	height: 324px;
	margin: 30px 0 30px 35px;
}

.slideshow_model .s_items
{
	height: 323px;
	width: 575px;
}

.slideshow_model a.s_previous,
.slideshow_model a.s_next
{
	top: 148px;
}


/* Zend Form Styling */


dl.zend_form dt
{
	width: 190px;
}
dl.zend_form dt label
{
	padding-right: 25px;
	font-size: 14px;
}

dl.zend_form dt label.required { 
	margin-right: 8px;
	padding-right: 17px;
}

dl.zend_form th
{
     text-align: left;
}
dl.zend_form dd
{
	padding: 0;
	margin: 0 0 10px;
}

dl.zend_form dd fieldset dd
{
	padding-left: 150px;
}

dl.zend_form dd .input
{
	width: 300px;
	border: 1px solid #656565;
	padding: 5px;
}

dl.zend_form dd textarea
{
	width: 390px;
	height: 250px;
	padding: 5px;
	border: 1px solid #656565;
}

dl.zend_form dd input.send
{
	border: 0 none;
	background: url('/img/contactverzend.png');
	width: 145px;
	height: 32px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-indent:-99999px;
	
	/* Fix: hide input value in browser IE7: */
	display: block;
	font-size: 0;
	line-height: 0;
	
}

dl.zend_form .description
{
	font-style: italic;
	font-size: 11px;
}

dl.zend_form ul.errors
{
	color: red;
	padding: 0;
     margin: 0;
	margin: 5px 0 0;
	list-style-type:none;
}
dl.zend_form ul.errors li
{
	padding: 0;
	margin: 0;
}

p#p_info
{
	margin: 0;
}

p.col1,
p.col2
{
	background: none repeat scroll 0 0 transparent;
	border-right: 1px solid #666666;
	float: left;
	font-size: 11px;
	height: 120px;
	line-height: 17px;
	margin: 15px 20px 15px 0;
	padding-right: 30px;
}



