/*Primaire stijlen*/
html {
	height: 100%;
}
body {
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 10px;
	height: 100%;
	color: #51394F;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2;
	font-size: 12px;
	padding: 0px;
	background-color: #424954;
}
#hoofdcontainer {
	background-image: url(../images/fr-v1_bg_inhoudcontainer.jpg);
	background-repeat: repeat-y;
	background-position: 0px 583px;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	}
#kopcontainer {
	background-image: url(../images/fr-v1_bg_kopcontainer.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 230px;
	width: 100%;
	clear: both;
	}

#kopcontainer-inhoud {
	position: relative;
	left: 250px;
	width: 520px;
	height: 20px;
	top: 0px;
	color: #666666;
	clear: both;
	}

#kopcontainer-nnc {
	position: relative;
	left: 570px;
	width: 200px;
	height: 50px;
	top: 0px;
	clear: both;
	}


#kopcontainer-inhoud a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	}
#kopcontainer-inhoud a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	}

#inhoudcontainer {
	position: relative;
	width: 780px;
	height:auto;
	/*http://www.dustindiaz.com/min-height-fast-hack*/
	min-height:370px;
	height:auto !important;
	height:370px;
	}

#inhoudcontainer-inhoud {
	width: 700px;
	margin-left: 40px;
	padding-top: 0px;
	padding-bottom: 10px;
	}

#voetcontainer {
	background-image: url(../images/fr-v1_bg_voetcontainer.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 60px;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	}
#voetcontainer-inhoud {
	/*	background-image: url(../Images/patroon2.jpg);
	background-repeat: repeat;
	border: 1px solid #CCCC99;*/
	position: relative;
	font: 10px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	top: 15px;
	padding-top: 50px;
	padding-bottom: 10px;
	color: #CCCCCC;
	}

#flashcontainer {
	position: absolute;
	top: 108px;
	margin-left: 2px;
	z-index: 100;
}
#index-inhoud {
	width: 776px;
	background-color: #E6E6E6;
	height: 220px;
}
.index-inhoud-tekst {
	padding-top: 5px;
	background-image: url(../images/bg_index_inhoud.jpg);
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
}
.index-inhoud-kop {
	background-image: url(../images/bg_a_index_kop.jpg);
	background-repeat: repeat-x;
}

#index-inhoud a{
	font-size: 0.9em;
	font-weight: bold;
	color: #E4E4E4;
	text-decoration: none;
}
#index-inhoud a:hover{
	color: #ffffff;
}

/*Menucontainer*/
#menucontainer {
	top: 5px;
	position: relative;
	left: 33px;
	width: 750px;
	}

#menucontainer ul
{
	padding-left: 0;
	margin-left: 0;
	color: White;
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}

#menucontainer ul li {
display: inline; 
}


/*indien het hoofdmenu een link is*/
#menucontainer ul li a
{
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	padding-right: 6px;
	padding-left: 6px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
	height: 18px;
	padding-top: 4px;
	padding-bottom: 0px;
}

#menucontainer ul li a:hover {
	color: #000000;
	background-color: #666666;
	background-image: url(../images/bg_a_hover.jpg);
}
/******Einde Menucontainer*/

/* Stijlen voor faq */
.faqvraag {
	padding-top: 10px;
	font-weight: bold;
}
.faqantwoord {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #887a46;
}

/*stijlen voor lijnen en omlijningen*/
hr {
	margin-top: -15px;
	margin-bottom: 1px;
}
.lijnboven {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #aaab9e;
}
.lijnonder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D5CE;
}
.lijnondermenu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.lijnbovenonder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #aaab9e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaab9e;
}
.lijnlinks {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #aaab9e;
}
.lijnrechts {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaab9e;
}
.lijnrechtsonder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaab9e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaab9e;
}
.lijnlinksrechts {
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #aaab9e;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #aaab9e;
}
.lijnlinksrechtsonder {
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #aaab9e;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #aaab9e;
}
/*_v1*/
.lijnrondom {
	border: 1px dotted #979BA1;
	padding: 20px;
	background-color: #E5E5E5;
}
/*einde _v1*/
.lijnrondomzwart {
	border: 1px solid #CCCCCC;
}

/*stijlen voor headings*/
h1 {
	font-size: 1.6em;
	color: #999999;
	padding-left: 0px;
	width: auto;
	margin-bottom: 20px;
}
h2 {
	font-size: 1.4em;
	color: #999999;
	padding-left: 5px;
}
h3 {
	font-size: 1.2em;
	color: #999999;
}
h4 {
	font-size: 1.05em;
	color: #999999;
}
h5 {
	font-size: 1.1em;
	color: #999999;
}

/* stijlen voor links*/
a {
	color: #52769A;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #CC6600;
}
.knop {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	background-image:  url("../Beheer/images/knop.gif");
	border: 1px solid #999999;
	cursor: pointer;
}
.currentlink {
	color: #006699;
	text-decoration: none;
	background-color: #999999;
/*	border: 1px solid #F7FCE8;*/
}
/*Stijlen voor tabellen*/
.tabeltitel {
	font-size: x-small;
	background-color: #F1F2ED;
	margin-left: 20px;
}

/*Stijlen voor afbeeldingen*/
img {
}
a img {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#blancogif {
	border: none;
}
#indexfotos {
	margin: 0px;
	padding: 0px;
}

/*Stijlen voor formulieren*/
.zoekform {
	margin: 0px;
	padding: 0px;
	height: 20px;
}
.kopfont {
	font-size: 11px;
	font-weight: bold;
}
.zoekinput {
	font-size: x-small;
	margin: 0px;
	padding: 0px;
}

/*Sitespecifieke stijlen*/

/*Printen*/
#printkop{
	display: none;
}
.lijn {
	color: #D58761;
	height: 1px;
	border: #E6B733;
}
#inhoudcontainer-inhoud img {
	margin: 0px;
}
.fotocontainerrechts {
	float: right;
	padding: 12px;
}
.fotocontainerlinks {
	float: left;
	padding: 12px;
}
.foto {
	border: 1px solid #333333;
	clear: both;
}
ul {
	margin-left: -10px;
}
li {
	margin-left: 20px;
}
.tekstblok {
	display: block;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
.nieuweprijs {
	color: #FF0000;
	font-size: 0.9ems;
	font-weight: bold;
}
.oudeprijs {
	text-decoration: line-through;
	font-size: 0.9ems;
	font-weight: bold;
}
.RSnav {
	font-size: 0.8em;
	font-weight: bold;
}
/* Sortable tables */
table.sortable {
	/*border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;*/
}
table.sortable td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: right;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;*/
}
table.sortable a.sortheader {
	color:#666666;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 3px 3px 3px 0px;
}
table.sortable span.sortarrow {
	color: black;
	text-decoration: none;
}
#color_rows tr.gekleurd {
	background-color: #E2E2E2;
  }
.pijl {
    color:#FFFFFF;
    font-weight: bold;
}
#hoofdfoto img{
	padding: 10px;
	background-color: #E4E4E4;
	border: 1px solid #CACACA;
}
#miniatuur img{
	padding: 10px;
	background-color: #E4E4E4;
	border: 1px solid #CACACA;
}
.wagentitel {
	font-size: 1.4em;
	font-weight: bold;
	color: #666666;
}
#flashcontainer_showroom {
	border-top: 2px solid #CCCCCC;
	border-right: 3px solid #7C7C7C;
	border-bottom: 3px solid #7C7C7C;
	border-left: 2px solid #CCCCCC;
	padding: 20px 10px 10px;
	background-color: #E4E4E4;
	height: 490px;
	width: 660px;
}
