@charset "utf-8";


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, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}


html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  color: #000;

}

html, body, p, th, td, li, dd, dt {
  font: 1em Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
}

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em ; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }

/*
a:link { color: #00f; }
a:visited { color: #009; }
a:hover { color: #06f; }
a:active { color: #0cf; }
*/

a {
	color: #003366;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

html {
	height:100%
}

body {
	color: #4f5559;
	margin:0px;
	font:12px arial;
	height:100%;
	position: relative;
	background: url(images/bg_content.gif) repeat-y;
}

img {
	border: none;
}

form {
	height:100%;
	display: inline;
	margin:0px
}


label {
	float:  left;
	width: 150px;
	white-space: nowrap;
}

.label {
	display: block;
	width: 100px;
}

p {
	margin: 15px 0;
}


h1, h2 {

	color: #4F5559;
	margin-bottom: 25px;
}

/* ````````````````````````````````````` CONTROLS `````````````````````````````````````*/

.textbox {
	color: #C4141B;
	background:transparent url(images/textbox.gif) no-repeat scroll 0%;
	border:medium none;
	font-size:0.9em;
	height:16px;
	padding:0pt 2px;
	width:100px;
	margin-right: 10px;
}

.textbox_big {
	color: #C4141B;
	background:transparent url(images/textbox_big.gif) no-repeat scroll 0%;
	border:medium none;
	font-size:0.9em;
	height:16px;
	padding:0pt 2px;
	width:200px;
	margin-right: 10px;
}


.date {
	color: #C4141B;
	border: #000 solid 1px;
	font-size:0.9em;
	height:16px;
	padding:0pt 2px;
	width:60px;
	text-align: center;
}

.buttonsmall {
	width: 55px;
	height: 20px;
	background: url(images/button.gif) 50%;
	color: #fff;
	font-family: verdana,arial,sans-serif;
	font-weight: 700;
	font-size: 0.8em;
	border: none;
}

.button{
	width: 100px;
	height: 20px;
	background: url(images/button.gif);
	color: #fff;
	font-family: verdana,arial,sans-serif;
	font-weight: 700;
	font-size: 0.8em;
	border: none;
}

.textarea {
	width: 302px;
	height: 152px;
	background:transparent url(images/textarea.gif) no-repeat scroll 0%;
	color: #c4141b;
	font-size:0.9em;
	font-family: arial;
	border: none;
	padding: 3px;

}

.select {
	width: 100px;
	font-size: 0.95em;
	background-color: #FFF;
}

.bullet {
	margin-right: 10px;
}

/* ````````````````````````````````````` COMMON `````````````````````````````````````*/

#wrapper {
	float: left;
	min-height: 100%;
	height: 100%;
	position: absolute;
	width: 847px;
}

#header {
	height: 136px;
	background:url(images/header.gif);
}

#content_top {
	height: 186px;
	width: 100%;
	background: url(images/bg.gif) repeat-y #FFF;
}

#content_bottom {
	height: 439px;
	width: 100%;
	background:url(images/news.gif) no-repeat #fff;
}

#left {
	margin-top:200px;
	float: left;
	width: 200px;
}


#right {
	margin-left: 240px;
	width: 600px;
	line-height: 18px;
	padding-bottom: 20px;
}


#footer {
	width: 100%;
	float: left;
	padding-bottom: 30px;
	background:url(images/footer.gif) no-repeat;
}



#pagetitle {
	color: #4f5559;
	font-family: tahoma,arial;
	font-weight: 700;
	font-size: 2.1em;
	font-style: italic;
	border-bottom: 2px solid #c4141b;
	width: 600px;
	margin: 20px 0 30px 0;
	height: 25px;
}


#goback {
	font:700 1em arial;
	width: 600px;
	text-align: right;
	margin-bottom: 15px;


}


#menu_image {
	position: absolute;
	left: 20px;
	top: 140px;
}


/* ````````````````````````````````````` FRONTPAGE `````````````````````````````````````*/


#newsbox {
	float: left;
	margin: 60px 0 0 10px;
	width: 200px;
}
#newsbox .title {
	color: #003366;
	font-weight: 700;
	font-size: .9em;
	margin-bottom: 3px;
	text-decoration: none;
}

#newsbox .title a {
	font-weight: 700;
	color: #414b56;
	text-decoration: none;
}

#newsbox .title a:hover {
	color: #c4141b;
}

#newsbox .date {
	border: none;
	width: 100%;
	font-size: .8em;
	color: #c4141b;
	text-align: left;
	padding: 0;
}

#newsbox .date img {
	vertical-align: middle;
	margin: 0 2px;
}

#newsbox .splitter {
	margin: 10px 0;
}

/* ARTICLES-----------------------------------*/

#searchbox {
	float: left;
	margin: 85px 0 0 20px;
	vertical-align: middle;
}

#results {
	font-size: 0.95em;
	height: 100%;
}

#results tr {
	cursor: pointer;
}

#results td {
	vertical-align: middle;
	padding: 5px 5px 5px 0;
}

#results .description {
	vertical-align: top;
}

#results .header {
	border-bottom:1px solid #c4141b;
}

#results .header a {
	font-size: 1.1em;
	font-family: verdana,arial;
	font-weight: 700;
}

#results .brand {
	font-weight: 700;
}

#results img {
	border:#424748 1px solid
}


#articletitle {
	font-weight: normal;
	font-size:2em;
	border-bottom:#C4141B 1px solid;
	margin-bottom: .4em;
	padding-bottom:.3em;
}

#articleprops {
	float: left;
	width: 250px;
}

#articleprops label {
	font-weight: 700;
	float: left;
}

#articleprops .price {
	padding-top:20px;
	color:#C70000;
	font-weight:700;
	font-size: 1.5em;
	font-style: italic;
}

#articleprops .pricetext {
	font-weight: 700;
}

#articleimages {
	float: right;
	width: 325px
}

#articleimages img {
	float: left;
	border: .1em solid #424748;
}

#articleimages #detail {
	margin-bottom: 2pt;
}

.detailbox {
	float: left;
	margin:0 0.5em 0.5em 0;
	cursor: pointer;
	border:1px solid;
	width: 317px;
	height: 225px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.thumbbox{
	float: left;
	margin:0 0.5em 0.5em 0;
	cursor: pointer;
	border:1px solid;
	width: 100px;
	height: 70px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

/*-----------------------------------*/

#adsbox {
	position: relative;
	margin: 30px 0 0 10px;
	float: left;
}

.ad {
	margin: 20px 0 0 20px;
	float: left;
}

/*-----------------------------------*/

#cars {
	margin-top:20px;
	float: right;
	width: 580px;
}

.carbox {
	float: left;
	background: url(images/car_bg.gif) no-repeat;
	width: 250px;
	height: 85px;
	margin: 10px;
	padding: 5px;

}

.carbox img {
	float: left;
	border:1px solid #000;
	margin-right: 5px;
}

.carbox .brand {
	height: 50px;
}

.carbox .brand a {
	font-weight: 700;
	font-family: verdana;
	color: #003366;
}

.carbox .brand a:hover {
	color: #c4141b;
}

.carbox .price {
	font-weight: 700;
	font-size: 1.5em;
	color: #c4141b;
	font-style: italic;
	vertical-align: bottom;
	padding-right: 10px;
}

.carbox .prijsopaanvraag {
	font-weight: 700;
	font-size: 0.8em;
	color: #c4141b;
	font-style: italic;
	vertical-align: bottom;
	padding-right: 10px;
}


.carbox .pricetext {
	text-align: right;
}

/* ````````````````````````````````````` SPECIAL `````````````````````````````````````*/

#searchengine {
	padding: 20px 0 ;
	width: 575px;
	margin-left: 10px;
	padding-left:10px;
	border-top: 1px solid #c4141b;
	border-bottom: 1px solid #c4141b;
	color: #414b56;
	background-color: #f0f0f0;

}

#searchengine table {
	padding-left:20px;
}

#searchengine .button {
	margin-left:20px;
}

#searchengine table td {
	padding:0 40px 40px 0;
	font-weight: 700;
}

#toolbar {
	margin-bottom: 10px;
	text-align: right;
}

#toolbar a {
	text-decoration: underline;
	font-size: 1.1em;
	font-weight: 700;
}

#maatcode {
	font-weight: 700;
	float: right;
	margin-right: 5px;
}



/* ````````````````````````````````` NEWS AND EVENTS ````````````````````````````````*/


.newscontainer {
	margin-bottom: 30px;
}

.newscontainer h2 {
	font-size:1.3em;
	font-weight: 700;
	border-bottom :#c4141b 1px dashed;
	margin-bottom: 5px;
}

.newscontainer .content {
	line-height: 18px;
	margin: 10px 0;
	color: #4F5559;
	font-size: 0.9em;

}

.newscontainer .newsdate {
	text-align: right;
	padding-right: 25px;
	font-family: helvetica;
	font-size: 0.8em;
	text-decoration: underline;

}

/* ````````````````````````````````````` BROWSE `````````````````````````````````````*/

#browsebox  {
	margin-bottom: 20px;
}

#browsebox #browser {
	width: 100%;
	font-size: 0.9em;
}

#browsebox #browser td {
	padding: 5px;
	vertical-align: middle;
	white-space: nowrap;
}

#browsebox #browser td .thumbbox {
	float: none;
	border:1px solid;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#browsebox #browser .contentCell {
	border-right: 1px solid #EFEFEF;
}



#browsebox #browser td .title {
	font-weight: 700;
	font-size: 1.2em;
}

#browsebox #browser  .header {
	background-color: #F2F2F2;
	font-weight: 700;
	font-family: arial;
	font-size: 140%;
	border-top:#c4141b 1px solid;
	border-bottom:#c4141b 1px solid;
	margin-bottom: 10px;
	white-space: nowrap;

}

#browsebox #browser .header img {
	cursor: pointer;
}



#browsebox #toolbar {
	white-space: nowrap;


}

#browsebox #toolbar a {
	font-size: 0.9em;
	text-decoration: none;
	padding-left: 10px;
}

#browsebox #toolbar a:hover {
	text-decoration: underline;
}


#browsebox .selectsmall {
	background: #fff;
	font-family: verdana,arial,sans-serif;
	font-weight: 700;
	font-size: 0.8em;
}


#browsebox #navigation {
	background-color: #F2F2F2;
	border-top: #c4141b 2px solid;
	font-size: 0.9em;
	text-decoration: none;
	padding:2px 10px 2px 0;
	font-weight: 700;
	margin-bottom: 2px;
}



#browsebox #navigation span {
	margin: 5px;
}


#browsebox #legenda {
	margin-top: 20px;
	font-size: .9em;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}

#legenda img {
	vertical-align: middle;
}


#extendedsearch {
	position: relative;

}

#tooltip {
	background: #fff;
	padding: 5px;
	border: 2px solid #c4141b;

}


#wrapper #left #category li {
	font-family: verdana;
	text-align: right;
	font-weight: 700;
	font-size: 1.2em;
	list-style: none;
	margin: 10px 0;


}


/* ````````````````````````````````````` MISC `````````````````````````````````````*/


.photobox {
	width: 112px;
	margin: 0 5px 5px 0;
	float: left;
	border:1px solid;
	background-color: #EFEFEF;
}

.photoframe {
	margin: 5px;
	width: 100px;
	height: 75px;
	text-align: center;
	cursor: pointer;
	border:1px solid;
}

.photoframe img {
	text-align: center;
	margin-top: 5px;
}

.photobox .tools {
	margin: 5px;
}

.photobox .tools img {
	vertical-align: middle;
}

.photobox  .comment {
	height: 18px;
	font-size: 0.8em;
	white-space: nowrap;
	margin: 0 0 5px 5px;
	text-align: left;
}

.photobox  .comment span {
	margin: 0px;
	padding: 0px
}


#photo_slider {
	height: 325px;
	vertical-align: bottom;
}

#photo_slider .small {
	margin:50px auto 5px auto;
	width: 325px;
	height: 240px;
	border:1px solid;
}

#photo_slider #small_comment {
	margin:20px auto;
	width: 325px;
}


#photo_slider img {
	float: left;
	padding: 1px;
	margin: 3px;
	vertical-align: bottom;

}


#slidebar {
	text-align: center;
	height: 100px;
}



/* ````````````````````````````````````` MISC `````````````````````````````````````*/

.img_company {
	margin:  0 10px;
	border: 1px solid  #424748;
	cursor: pointer;
}

.info {
	width: 75px;
}

#divPopup {
	border:1px solid #C4141B;
	background-color: #EFEFEF;
	cursor: pointer;
}

#divClose {
	background-color: #C4141B;
	text-align: right;
}

#popuplink {
	border: none;
	color: #fff;
	font-weight: 700;
}



#closePop {
	background:#C4141B;
	text-align: right;
}

#closePop a {
	color: #FFF;
	font-weight: 700;

	font-family: verdana;
}


.column {
	float: left;
	width: 300px;
}

.column li {
	margin: 10px 0px 10px 15px;

}

#right .splitter {
	width: 400px;
	float: left;
	margin: 50px;
	height: 10px;
	background: url(images/splitter.gif) 50% 50% no-repeat;
}

#disabled {
	width: 200px;
	font: 700 12px arial;
	position: absolute;
	background-color: #FFF;
	border:#805d40 1px solid;
	padding: 5px;
	color:#FF3300;
	left: 510px;
	top: 5px;
	z-index: 10;
}


#menubox {
	margin: 0 0 0 50px;
}

#menubox li {
	margin: 10px 0px 10px 15px;
}

.error {
	color: #C4141B;
}



#imagebox {
}


#imagebox p {
	border: 1px solid;
	float: left;
	margin: 8px;
	padding: 5px;
}

#imagebox p .pic {
	border:1px solid;
	margin-bottom: 4px
}

#imagebox p .actionpic {
	margin-right: 2px
}


#description___Frame {
	border:1px solid;
}


#f-calendar-trigger-1 img {
	margin-left: 10px;
	vertical-align: middle;
}

div#moviebutton-box{
	background: url(/css/images/car_bg.gif) no-repeat;
	float: left;
	margin: 1em 0 0 0;
	padding: 5px;	
}


/*
#F0F0F0		== superlightgray
#C4141B 	== red
#D2D6D9   	== lightgray
#424748   	== darkgray
#0A316A		== blue;
*/
