/*Reset*/
html, body {
	height:100%;
}
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, a, fieldset, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}
body {
	line-height: 1.3em;
	font-size: 88% /* Decide for yourself if you want to include this. */;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	padding:0;
	margin: 0;
}
table h2 {
	font-size:18px;
	color:#0A4394;/*
	text-align:right;
	margin-top:-35px;
	*/
}
ul, ol {
	list-style: none;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.floatLeft {
	float: left;
	padding: .5em .5em .5em 0;
}
.floatRight {
	float: right;
	padding: .5em 0 .5em .5em;
}
.clear {
	clear:both
}
.debug {
	border:solid 1px red;
}
.debug2 {
	border:solid 1px blue;
}
.debug3 {
	border:solid 1px green;
}
a img {
	text-decoration:none;
}
a:focus {
	outline:none;
}
.error {
	color:red;
}
/*end reset*/
html {
	overflow-y: scroll;
}
em {
	font-weight: bold;
	font-style: normal;
}
body {
	font-family: Verdana, sans-serif;
	font-size: 11px;
}
#wrapper {
	margin: 0 auto;
	width: 960px;
}
/* header*/
#header {
	color: #333;
	width: 940px;
	float: left;
	padding: 10px;
	border: 0px solid #ccc;
	height: 140px;
	margin: 10px 0px 0px 0px;
	background: transparent url(images/bg_header.gif) no-repeat;
	position:relative;
}
#header h1 a {
	display:block;
	background: transparent url(images/header_logo.gif) no-repeat;
	text-indent:-9999em;
	width:377px;
	height:78px;
	position: absolute;
	top:55px;
	left:10px;
}
/*topnav*/
ul#topnav {
	position:absolute;
	right:40px;
	border:solid 0px red;
	width:145px;
	top:12px;
}
ul#topnav li {
	display: inline;
	list-style-type: none;
	height:14px;
	float:left;
}
ul#topnav li a#header_contact_link:hover, ul#topnav li a#header_home_link:hover {
	background-position: 0 -14px;
	border:solid 0px red;
}
ul#topnav li a#header_contact_link {
	background:url(images/header_contact_link.gif) no-repeat;
	width:94px;
	text-indent:-9999em;
	display:block;
}
ul#topnav li a#header_home_link {
	background:url(images/header_home_link.gif) no-repeat;
	width:48px;
	text-indent:-9999em;
	display:block;
}
/*header adres*/
#header address p {
	background: transparent url(images/header_address.gif) no-repeat;
	text-indent:-9999em;
	width:400px;
	height:12px;
	position:absolute;
	top:13px;
	left:10px;
}
/* leftcolumn*/
#leftcolumn {
	color: #333;
	border: 0px solid #ccc;
	background:#5cab2b url(images/bg_left_column_bottom.gif) no-repeat bottom left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 350px;
	width: 187px;
	float: left;
}
/* navigatie*/
ul#nav {
	border:solid 0px red;
	width:100%;
	background:url(images/bg_nav.gif) no-repeat;
	padding:40px 0 0 0;
}
ul#nav li {
}
ul#nav li a:link, ul#nav li a:visited {
	display:block;
	height:24px;
	background-position:top;
	text-indent: -9999em;
}
ul#nav li a:hover {
	background-position:bottom;
}
a#verkoop {
	background:transparent url(images/nav_verkoop.gif);
}
a#verhuur {
	background:transparent url(images/nav_verhuur.gif);
}
a#bemiddeling {
	background:transparent url(images/nav_bemiddeling.gif);
}
a#nieuwe_modellen {
	background:transparent url(images/nav_nieuwe_modellen.gif);
}
a#webshop {
	background:transparent url(images/nav_webshop.gif);
}
a#onderhoud {
	background:transparent url(images/nav_onderhoud.gif);
}
a#wie_zijn_wij {
	background:transparent url(images/nav_wie_zijn_wij.gif);
}
a#nieuws {
	background:transparent url(images/nav_nieuws.gif);
}
a#media {
	background:transparent url(images/nav_media.gif);
}

#content_home {
	background: transparent url(images/content_top_home.gif) no-repeat 0 0;
}
#content_bedankt {
	background: transparent url(images/content_top_bedankt.gif) no-repeat 0 0;
}
#content_contact {
	background: transparent url(images/content_top_contact.gif) no-repeat 0 0;
}
#content_verkoop {
	background: transparent url(images/content_top_verkoop.gif) no-repeat 0 0;
}
#content_verhuur {
	background: transparent url(images/content_top_verhuur.gif) no-repeat 0 0;
}
#content_bemiddeling {
	background: transparent url(images/content_top_bemiddeling.gif) no-repeat 0 0;
}
#content_nieuwe_modellen {
	background: transparent url(images/content_top_nieuwe_modellen.gif) no-repeat 0 0;
}
#content_webshop {
	background: transparent url(images/content_top_webshop.gif) no-repeat 0 0;
}
#content_onderhoud {
	background: transparent url(images/content_top_onderhoud.gif) no-repeat 0 0;
}
#content_huurvoorwaarden {
	background: transparent url(images/content_top_huurvoorwaarden.gif) no-repeat 0 0;
}
#content_reserveringen {
	background: transparent url(images/content_top_reserveringen.gif) no-repeat 0 0;
}

#content_campervandemaand {
    background: transparent url(images/content_top_camper_van_de_maand.gif) no-repeat 0 0;
}

#content_wie_zijn_wij {
    background: transparent url(images/content_top_wie_zijn_wij.gif) no-repeat 0 0;
}

#content_nieuws {
    background: transparent url(images/content_top_nieuws.gif) no-repeat 0 0;
}

#content_nieuwsdetail {
    background: transparent url(images/content_top_nieuws.gif) no-repeat 0 0;
}

#content_test {
    background: transparent url(images/content_top_test.gif) no-repeat 0 0;
}
#content_media {
    background: transparent url(images/content_top_media.gif) no-repeat 0 0;
}

.content {
	float: left;
	color: #333;
	border: 0px solid #ccc;
	background: transparent url(images/content_top_verkoop.gif) no-repeat 0 0;
	margin: 0px 0px 0px 0px;
	padding: 40px 10px 10px 15px;
	height: 350px;
	width: 593px;
	display: inline;
}
.content a {
	color:#154698;
	font-weight:bold;
}
#content_column1 {
	border-right:solid 1px #5CAB2B;
}
#content_column2 {
	border-right:solid 1px #5CAB2B;
}
#content_column3 {
	border-right:solid 0px #5CAB2B;
}
.content_column {
	width:285px;
	float:left;
}
.item {
	margin:0 0 20px 24px;
}
.item h2 a {
	color:#0f4ca0;
}
.item_img {
	height:80px;
	vertical-align:top;
        margin:0 0 85px 0;
}
.button_info {
	margin:5px 0 0 0;
	display: block;
	height:28px;
	text-indent: -9999em;
	background: url(/includes/css/images/button_info.gif) no-repeat;
}
#rightcolumn {
	color: #333;
	border: 0px solid #ccc;
	background: #FF6600 url(images/bg_right_column.gif) repeat-y;	
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 550px;
	width: 155px;
	float: left;
	position: relative;
}
#partner_links {
/*	background: transparent url(images/bg_right_column_top.gif) no-repeat;*/
	background: transparent;
	position:absolute;
	bottom:80px;
	border:solid 0px red;
	width:155px;
	height:410px;
	padding:80px 0 0 0;
}
#partner_links a {
	display:block;
	text-indent: -9999em;
	margin:10px 0 0 0;
	position:relative;
}


#link_rdw {
	width:99px;
	height:59px;
	background:url(images/link_rdw.gif);
	left:24px;
	top:-30px;
}

#link_adria {
	width:110px;
	height:141px;
	background:url(images/link_adria.gif);
	left:20px;
	top:-20px;
}
#link_carthago {
	width:110px;
	height:50px;
	background:url(images/link_carthago.gif);
	left:20px;
	top:-20px;
}
#link_bovag {
	width:100px;
	height:150px;
	background:url(images/link_bovag.gif);
	left:24px;
}
#rightcolumn .columnfooter {
	background: #FF6600 url(images/bg_right_column_bottom.gif) repeat-y;
	margin: 0px 0px 0px 0px;
	height: 31px;
	width: 155px;
	position: absolute;
	bottom:0;
}

.stijkelight{
	vertical-align:bottom;
}

#bericht{
	float:left;
	line-height:1.2;
	padding:10px;
	background:#5dac2c;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	margin:0 0 10px 0;
}
#bericht a{color:#fdd60c;}

.verkoop_afbeeldingen {
margin-top:35px;
}

#cvdm {
    background-color: #FFFFFF;
    width: 177px;
    height: 165px;
    margin-top:225px;

}

.afbeelding1{
    margin-bottom: 10px;
}

#content_verkoop td strong {
    display:inline-block;
    width:150px;
}

#content_verhuur td strong {
    display:inline-block;
    width:150px;
}

/* classes for validator */
.tfvHighlight {
	color: #FF0000;
}
.tfvNormal {
	color: black;
}
.inputHighlighted {
	color: #FF0000;
}
.inputNormal {
	color: black;
}
iframe{border:0px solid red;}

