@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html,body
{	
	background:#BFE7E7 url(../img/body_bg.gif) repeat-y 50% 0;
	height:100%;
	font-size:12px;
}

#wrapper
{
	height: 100%; /* Lengte van de div (zo lang mogelijk, dus 100%) */
	margin: 0 auto; /* Zet de div in het midden */
	width:929px;
}
#wrapper_links
{
	float:left;
}
#logo
{
	background-image:url(../img/logo.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	width:200px;
	height: 293px;
}
#wrapper_center
{
	float:left;
	width:157px;
	height:100%;
	background-color:#6C6C6C;
}
#nav
{
	text-align:right;
	padding-top:50px;
	width:157px;
	float:left;		
}
#nav a
{
	height: 29px;
	width: 147px;
	text-decoration: none;
	font-size: 14px;
	font-family:"Arial";
	color: #FFF;
	display:block;
	padding-top:5px;
	font-weight:bold;
	padding-right:10px
}
#nav ul
{
	list-style:none;
  
}
#nav li
{
	background-color:#6C6C6C;
	width:147px;
	height: 28px;
	padding-right:10px;
}
#nav li:hover
{
	list-style:none;
	background-color:#BFE7E7;
	
	width:147px;
	height: 28px;
	padding-right:10px;
}

#nav  a:hover
{    
	color:#000;
}
#wrapper_rechts
{
	float:left;
	width:572px;
	height:100%;
	background-color:#6C6C6C;
	font-family:"Arial";
}
#header
{

	color:#FFFFFF;
	padding: 60px 20px 20px 20px;
	
	font-weight:bold;
	font-size:14px;	
}
#content
{
	background-color:#BFE7E7;
	width:432px;
	padding: 40px 20px;
	text-align:justify;
	line-height:150%;
	min-height:400px;
	/*height:400px;
	overflow:auto;*/
}
#content h1
{
	font-size:18px;
	color:#000;
	padding-bottom:1em;
}
#content h2
{
	font-weight:bold;
	font-size:14px;
	color:#000;
}
#content h3
{
	font-weight:bold;
	font-size:13px;
	color:#000;
}
#content p
{
	padding-bottom:1em;
}

.home_img
{
	margin-right: 5px;
}

#mailform{
	padding-top:15px;
}
td.label{
	text-align:left;
	width:100px;
}
.fld{
	width:280px;
}

div.alert{
	color:#FF0000;
	font-weight:bold;
	padding:5px;
	border:1px solid #FF0000;
	margin:5px 0;
}


ul.showroommodellen{
	list-style:none;
	margin:0;
	padding:0;
}
ul.showroommodellen li{
	margin:0;
	padding:10px 0 20px 0;
	border-top:1px solid #6C6C6C;
	min-height:100px;
}
ul.showroommodellen img{
	float:left;
	margin:0 10px 10px 0;
}
ul.showroommodellen p.info{
	text-align:right;
}


/* IMAGE GALLERIES */

ul.gallery, ul.imagelist, ul.preview{
	list-style:none;
	margin:0;
	padding:0;
}
ul.gallery li, ul.imagelist li, ul.preview li{
	display:inline;
	margin:0;
	padding:0;
}

ul.gallery img, ul.imagelist img, ul.preview img{
	margin:0 5px 5px 0;
}

