*
{
  padding: 0px;
  margin: 0px;
  border: 0px none;
  outline: none;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #3d3d3d;
}

body.home {
	
background:white url(/images/footer-bg.gif) repeat-x scroll 0 520px;
}

div#container
{
	width: 980px;
	margin: 0px auto 0px auto;
}

/* HEADER */
div#header
{
	background: url('/images/header-bg.gif') no-repeat 0px 0px;
	height: 276px;
	width: 980px;	
}

div#header.home {
	height:356px;
}


/* TOP MENU */
div#mainmenu
{
	height: 29px;
	width: 980px;
	padding-top: 7px;
	font-family: Arial Narrow, arial, helvetica, sans-serif;
	font-stretch: condensed;
}

	div#mainmenu ul
	{
		margin: 0px 0px 0px 0px;
		display: block;
		list-style: none;
	}

		div#mainmenu ul li
		{		
			display: inline;		
		}

			div#mainmenu ul li a,
			div#mainmenu ul li a:visited
			{
				color: #3d3d3d;
				text-decoration: none;
				font-weight: normal;
				font-size: 17px;
				padding: 0px 9px 4px;
				display: block;
				float: left;
				height: 14px;	
				border-right: 1px solid #bcbcbc;
			}
			div#mainmenu ul li a:hover
			{
				text-decoration: underline;
			}

			div#mainmenu ul li.active a,
			div#mainmenu ul li.active a:visited
			{
				text-decoration: none;
				color: #185e08;			
			}
			
			div#mainmenu ul li a.first,
			div#mainmenu ul li a.first:visited {
			padding-left: 0px;
			}
			
			div#mainmenu ul li a.last,
			div#mainmenu ul li a.last:visited {
			border-right: none;
			}
			
/* ACTIEBLOKKEN */

div#actieblokken {
height:144px;
padding-bottom:35px;
}

div#actieblokken .blok {
	float:left;
	height:144px;
	width:315px;
	padding-right:15px;
}

div#welkom, div#nieuws, div#acties {
	float:left;
	width:315px;
	padding-right:15px;
	height:275px;
	overflow:hidden;
}

div#actieblokken .blok.last, div#acties.last {
	padding-right:0px;
}

/* LEFT MENU */
div#leftColumn
{
	float: left;
	margin-top: 5px;
	min-height: 333px;
	height: auto !important;
	height: 333px;
	width: 215px;
	
}

div#leftColumn h2
{
	border: 1px solid #999999;
	margin: 0px 0px 5px 0px;
	text-align: center;
	font-size: 14px;
	padding: 2px 0px 4px 0px;
	font-weight: bold;
}

div#submenu {
margin-top: 20px;
background: url('/images/submenu-line.gif') 0px 0px no-repeat;
padding-top: 10px;
}
	div#submenu ul
	{
		list-style: none;
		padding: 0px;
		margin: 0px 0px 5px 0px;	
	}

		div#submenu ul ul
		{
		  border: none;		
		  margin: 0px 0px 10px 10px;
		}

		div#submenu li a,
		div#submenu li a:visited
		{
			color: #000000;
			font-weight: normal;
			text-decoration: none;
			font-size: 12px;
			display: block;
			padding: 0px 6px 2px 13px;
			margin: 0px;
			border-top: 1px solid #e2e2e2;
			min-height: 20px;
			height: auto !important;
			height: 20px;
		}
		
		div#submenu li a.first {
		border-top:0px;
		}
		
		div.submenu li a:hover {
		text-decoration:underline !important;
		}

		div#submenu li.active a,
		div#submenu li.active a:visited,
		div#submenu li.active a:hover
		{
		    background: url("/images/submenu-bg-active.gif") no-repeat 0px 2px;
			color: white !important;
			display:block;
			text-decoration:none !important;
		}

			div#submenu li a,
			div#submenu li a:visited
			{
			  padding: 4px 4px 0px 10px;
			  height: auto !important;
			  height: 20px;
			  font-size: 11px;
			}
			

			div#submenu li.active li a,
			div#submenu li.active li a:visited,
			div#submenu li.active li a:hover
			{
			  
			  background: none !important;
			  color: black !important;
			  border-bottom: none !important;
			}
			
			div#submenu li.active li.active a {
			font-weight:bold;
			padding-bottom:0px;
			height:20px;
			}
			
			div#submenu li.active li a:hover {
			text-decoration:underline !important;
			}
			
			div#submenu li.active li.active a:hover,
			div#submenu li.active li.active a:visited {
			background: #ddd;
			border-bottom: 1px solid #ffffff;
			text-decoration:underline !important;
			}

div.submenu-footer {
	display:block;
	height:8px;
	background: url('/images/submenu-line.gif') 0px 0px no-repeat;
	margin-bottom:20px;
}

/* ZOEKEN */
#search {
position: absolute;
margin-left:762px;
top: 62px;
width:219px;
}
	form#zoekForm
	{
	  padding: 4px;
	  
	}

		form#zoekForm input#ZoekString
		{
		  
		 
		  color: #555555;
		  width: 168px;
		  float: left;
		}

		form#zoekForm input#ZoekString:focus
		{
		   
		}

		form#zoekForm input#ZoekButton
		{
		 cursor: pointer;
		 background: none;
		  margin-left: 10px;
		  width: 30px;
		  height: 20px;
		  float: right;
		}


/* KRUIMELPAD */
div#breadCrumb
{
	margin-top: 12px;
	margin-left: 235px;	
	margin-bottom: 15px;
	font-size: 11px;
	color: #484848;
}

	div#breadCrumb a,
	div#breadCrumb a:visited {
	color: #848484;
	}
	
		div#breadCrumb a:hover {
		color: black;
		}

/* CONTENT */

div#content{
	height: auto !important;
	margin-left: 235px;	
	text-align: left;
	padding-bottom:20px;
}

	div#content.home {
	margin-left:0px;
	margin-bottom:0px;
	
	}
	
	div#content.home div.standaardcontent {
	width:auto;
	}
	
	div.standaardcontent {
	width:740px;	
	float:left;
	padding-bottom:15px;
	}
	div#bottom-center div.standaardcontent {
		width:860px;
	}
	
	/* Occassion */
	
	div#sortOptions {
	height:50px;
	width:745px;
	_width:735px;
	}
	
	div.sortOption {
		display:inline;
		float:left;
		
	}
	
	div.sortOption.model {
		width:465px;
	}
	
	div.sortOption span, div.Occassion span{
		float:left;		
	}
	
	div.sortOption a.asc, div.sortOption a.desc  {
	display:block;
	float:left;
	width:12px;
	height:12px;
	margin-top:3px;
	margin-left:3px;
	}
	
	div.sortOption a.asc { background:url("/images/bg-asc.gif") no-repeat; 	}
	div.sortOption a.desc {	background:url("/images/bg-desc.gif") no-repeat;}
	
	div.Occassion {
	border-top:solid 6px #41a62a;
	height:132px;
	width:744px;
	}
	

	

/* DISCLAIMER */
div#footer
{
background: url('/images/footer-bg.gif') #f9f9f9 repeat-x 0px 0px;
clear: both;
min-height: 100px;
height: auto !important;
height: 100px;
padding-bottom:10px;
}

	div#footer.home {
	background:none;
	}
	
	#footer-center {
	width: 980px;
	margin: 0px auto;
	}
	
		.footer-column1 {
		float: left;
		width: 315px;
		padding-top: 22px;
		background: url('/images/footer-line.gif') no-repeat 0px 0px;
		}
		
		.footer-column2 {
		float: left;
		width: 315px;
		margin-left: 15px;
		padding-top: 22px;
		background: url('/images/footer-line.gif') no-repeat 0px 0px;
		}
		
		.footer-column3 {
		float: right;
		width: 320px;
		padding-top: 22px;
		background: url('/images/footer-line.gif') no-repeat 0px 0px;
		}
		
			#footer-center h3{
			font-size: 14px;
			color: #3d3d3d;
			padding-bottom: 10px;
			}
			
				
		.footer-column3 div.bovag {
		padding-top:20px;
		float:left;
		padding-right:10px;
		}

#bottom {
line-height: 25px;
height: 25px;
color: white;
background: #105500;
clear:both;
}

	#bottom-center {
	width: 980px;
	margin: 0px auto;
	text-align: right;
	}
	
	#bottom-center a,
	#bottom-center a:visited {
	color:white;	
	}	

/* LanguageSelector */
#language  {
float: right;

margin-top: 15px;
margin-left: 5px;
}

	ul.language
	{
	  font-size: 10px;
	  
	  margin: 0px;
	
	}
		ul.language li
		{
		  display: inline;
		  padding: 2px;
		  float:left;
		}

			ul.language li.active a,
			ul.language li.active a:visited
			{
			  text-decoration: none;
			  font-weight: bold;
			}

fieldset
{

}

/*MetaMenu*/
div#metamenu
{
  width: 300px;
  float: right;
  margin: 15px 10px 0px 0px;
}

	ul.metamenu
	{
	  font-size: 10px;
	  float: right;
	  margin: 0px;
	}
		ul.metamenu li
		{
		  display: inline;
		  
		}

			ul.metamenu li a,
			ul.metamenu li a:visited
			{
			  padding: 0px 2px;
			  padding-left: 7px;
			  color: #555555;
			  text-decoration: none;
			  border-left: 1px solid #555555;
			}

			ul.metamenu li.first a,
			ul.metamenu li.first a:visited
			{
			  border: none;
			}


/* NIEUWS HOME */

a.overviewlink {
display:none;	
}


div.readMoreLink, div.leesverder {
float:right;	
}

div.archiveLink a, div.archiveLink a:visited,
div.readMoreLink a, div.leesverder a,
div.readMoreLink a:visited, div.leesverder a:visited {
color:#185E08;	
}

div.newsblock div.newsitem, div.agendablock div.agendaitem {
height:55px;
padding:5px;
text-align:left;
vertical-align:top;
background:url("/images/bg-nieuws-home.gif") no-repeat;
border-top:1px solid #d3d3d3;
overflow:hidden;
}

div.agendablock div.agendaitem {
height:88px;	
background:url("/images/bg-agenda-home.gif") no-repeat;
}

div.agendaitem.last, div.newsitem.last {
border-bottom:1px solid #d3d3d3;
}

div.newsblock div.date {
	display:none;	
}
div.agendablock div.agendaitem a.readmore {
	display:none;
}
div.agendablock  div.date,
div.agendablock  div.enddate {
	
	font-size:10px;	
}
div.agendablock  div.date {
	float:left;
	padding-right:3px;
}

div.newsblock div.newsitem .introtext {
overflow:hidden;
line-height:16px;
height:35px;
}

div.agendablock img.thumb, 
div.newsblock img.thumb {
float:left;	
margin-top:2px;
margin-right:15px;
margin-bottom:5px;
}
div.agendablock img.thumb {
margin-top:4px;
}


div.newsblock img.thumb,
div.agendablock img.thumb {
border: 1px solid #41A62A;
}

div.newsblock div.newsitem  a.title, div.agendablock div.agendaitem a.title  {
display:block;
overflow:hidden;
height:20px;
text-decoration:none;
color:#000;
font-weight:bold;
}

div.overignieuwslink, div.agendaoverviewlink {
padding-top:10px;
clear:both;	
}


/* RECENT AFGELEVERD */

.recent-afgeleverd {
height:auto !important;
min-height:350px;
}

.recent-afgeleverd a {
	display:block;
	float:left;
	height:225px;
	width:300px;
}

.recent-afgeleverd .left {
	float:left;
}

.recent-afgeleverd .right {
	float:right;
}

.recent-afgeleverd .right h2 {
	text-align:left;
}

span.tekstlabel {
font-weight:bold;
padding-right:7px;	
}

div.evenement .plaats {
display:inline;	
}

div.evenement div.datum {
display:inline;	
padding-right:3px;
}

div.contact {
float:left;
padding-bottom:20px;
}

div.agenda div.inleiding  {
height:auto !important;
padding-top:10px;
padding-bottom:30px;
font-weight:bold;
}

div.agenda div.inhoud {
padding:10px 0px;

}

div.agenda div.datum, div.agenda div.einddatum, div.plaats {
display:block;	
}

div.agenda span.tekstlabel {
display:inline;	
}



div.newsitem div.text {
padding-bottom:20px;
}


/* FOR IE6 */
div#sortOptions, div.carOverviewSort, 
div.carOverviewRow, 
div#carOverview div.brand, 
div#carDetail div.brand, 
div.carOverviewSort, 
div#carDetail div.omschrijving, 
div#carDetail div.gallery {
min-width:745px !important;
_width:735px !important;
}

div.visual div.standaardcontent
{
	float:none;
	padding-bottom:0px;
	width:740px;
	display:inline;
	height:140px;
}

div.homevisual{
	display:none;
}

div.visual div.standaardcontent div.button  img{
	display:none;
}

