#nieuwshome div {
	/* Voorkomt dat plaatjes uit div lopen */
	overflow:hidden;
}

/* TIJDELIJK Quick and dirty nieuwsbericht 35*/
#waardentafel
{
	margin-left:40px;
}


.rose {
	background-color:#cc8a7e;
}

#eerstekolom{
	width:35px;
}

#laatstekolom{
	width:75px;
}


/*Einde tijdelijk */


html, body {
 	background-color:white;
 	font-family: "Verdana", Arial, Helvetica, sans-serif;
	color:white;
	margin: 0;
	padding: 0;
	text-align:center;
	color:#333333;
	/*Sticky Footer*/
	height:100%;
}

img {
	border:none;
}

#container{
	width: 60em;
	margin: 0 auto;
	text-align: left;
	height:auto;
}

#banner {
	position:absolute;
	width:954px;
	height:239px;
}

#midden {
	position:absolute;
	width:954px;
	height:auto;
}

#menu { 
	position:absolute;
	top:239px;
	left:0;
	width:202px;
}

#content {
	position:relative;
	left:202px;
	top:239px;
	width:586px;
	height:auto;
	bottom:0;
	background-color:#dcdcd1;
}

#contact {
	position:absolute;
	left:788px;
	top:239px;
	width:166px;
}

#contentbalk {
	background-repeat:no-repeat;
	height:37px;
	width:586px;
	background-image:url(../img/content.gif);
}

a:link {
	color:red;
 	text-decoration: none;
	border:none;
}

a:visited {
	color:red;
 	text-decoration: none;
	border:none;
}

a:hover {
	color:gray;
 	text-decoration: underline;
	border:none;
}



/* MENU */

a#home {
    display: block;
    width: 202px;
    height: 27px;
    background-image: url(../img/menu/homeuit.gif);
    margin: 0 auto;
}

a#homeaan {
    display: block;
    width: 202px;
    height: 27px;
    background-image: url(../img/menu/homeaan.gif);
    margin: 0 auto;
}

a#home:hover {
    background-image: url(../img/menu/homeaan.gif);
}
/* Niet meer relevant
a#showroom {
    display: block;
    width: 202px;
    height: 27px;
    background-image: url(../img/menu/showroomuit.gif);
    margin: 0 auto;
}

a#showroomaan {
    display: block;
    width: 202px;
    height: 27px;
    background-image: url(../img/menu/showroomaan.gif);
    margin: 0 auto;
}

a#showroom:hover {
    background-image: url(../img/menu/showroomaan.gif);
}*/

a#aanbiedingen {
    display: block;
    width: 202px;
    height: 27px;
    background-image: url(../img/menu/aanbiedingenuit.gif);
    margin: 0 auto;
}
a#aanbiedingenaan {
    display: block;
    width: 202px;
    height: 27px;
    background-image: url(../img/menu/aanbiedingenaan.gif);
    margin: 0 auto;
}

a#aanbiedingen:hover {
    background-image: url(../img/menu/aanbiedingenaan.gif);
}

a#occasions {
    display: block;
    width: 202px;
    height: 27px;
    background-image: url(../img/menu/occasionsuit.gif);
    margin: 0 auto;
}
a#occasions:hover {
    background-image: url(../img/menu/occasionsaan.gif);
}
a#occasionsaan {
    display: block;
    width: 202px;
    height: 27px;
    background-image: url(../img/menu/occasionsaan.gif);
    margin: 0 auto;
}

a#nieuws {
    display: block;
    width: 202px;
    height: 27px;
    background-image: url(../img/menu/nieuwsuit.gif);
    margin: 0 auto;
}
a#nieuws:hover {
    background-image: url(../img/menu/nieuwsaan.gif);
}
a#nieuwsaan {
    display: block;
    width: 202px;
    height: 27px;
    background-image: url(../img/menu/nieuwsaan.gif);
    margin: 0 auto;
}

a#route {
    display: block;
    width: 202px;
    height: 27px;
    background-image: url(../img/menu/routeuit.gif);
    margin: 0 auto;
}
a#route:hover {
    background-image: url(../img/menu/routeaan.gif);
}
a#routeaan {
    display: block;
    width: 202px;
    height: 27px;
    background-image: url(../img/menu/routeaan.gif);
    margin: 0 auto;
}

a#openingstijden {
    display: block;
    width: 202px;
    height: 27px;
    background-image: url(../img/menu/openingstijdenuit.gif);
    margin: 0 auto;
}
a#openingstijden:hover {
    background-image: url(../img/menu/openingstijdenaan.gif);
}
a#openingstijdenaan {
    display: block;
    width: 202px;
    height: 27px;
    background-image: url(../img/menu/openingstijdenaan.gif);
    margin: 0 auto;
}

a#contactform {
    display: block;
    width: 202px;
    height: 27px;
    background-image: url(../img/menu/contactuit.gif);
    margin: 0 auto;
}
a#contactform:hover {
    background-image: url(../img/menu/contactaan.gif);
}
a#contactformaan {
    display: block;
    width: 202px;
    height: 27px;
    background-image: url(../img/menu/contactaan.gif);
    margin: 0 auto;
}

a .alt { display: none; }

/*occasion pagina*/
a#occasionsbanner {
    display: block;
    width: 450px;
    height: 120px;
    background-image: url(../img/occasionsbanneruit.jpg);
    margin: 0 auto;
}

a#occasionsbanner:hover {
    background-image: url(../img/occasionsbanneraan.jpg);
}

a#nieuweautos {
    display: block;
    width: 450px;
    height: 120px;
    background-image: url(../img/nieuweautosuit.jpg);
    margin: 0 auto;
}

a#nieuweautos:hover {
    background-image: url(../img/nieuweautosaan.jpg);
}


/* algemeen */
.floatleft {
	float:left;
}

.clearboth {
	clear:both;
}

.doorstreept {
	text-decoration:line-through;
}


/* TEKSTEN */
.contact {
	color:#2c2c2c;
	font-size:70%;
	font-weight:300;
	margin-left: 5px;
}

.contactrood {
	color:#a02116;
}

#content p, table, ul{
	color:#2c2c2c;
	font-size:80%;
	font-weight:500;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 20px;
}

h2 {
	color:#a02116;
	font-size:80%;
	font-weight:500;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 20px;
}

.reclame {
	border:none;
	border-collapse:collapse;
	margin: 10em auto auto auto;
}	

.kop {
	margin-left: 30px;
	margin-bottom: 10px;
	font-size:14px;
	color:#a02116;
}

#content a:link {
	color:#a02116;
	font-weight:300;
}

#content a:hover {
	color:#2c2c2c;
	font-weight:300;
}

#content a:visited {
	color:#a02116;
	font-weight:300;
}

/* Afbeeldingen Plaatsen */
.nieuwsafb {
	float:left;
	padding: 2px 2px 2px 2px;
	margin-left: 30px;
	margin-right: 5px;
}

.midden {
	text-align:center;
}

.nieuwsberichtafbeelding {
	text-align:center;
	width:526px;
}

.rechts {
	float:right;
	padding: 2px 2px 2px 2px;
	margin: 10px 30px 0px 5px;
}

.links {
	float:left;
	padding: 2px 2px 2px 2px;
	margin: 10px 5px 0px 30px;
}

/* TABEL OPENINGSTIJDEN */

th, td{
	text-align:left;
	padding: 0.4em 1em 0em 0.5em;
}

caption {
	color:#a02116;
	margin: 10px 2em 0.5em 10px;
	text-align:left;
	clear:both;
}

table {
	margin: 0.5em 1em 1em 1em;
	border-collapse:collapse;
}

.filiaal {
	margin: 1em 0em 3em 0em;
}

.heading {
	border-color:#a02116;
	border-width:1px;
	border-style: none none solid none;
}

.bottomrow {
	border-color:#a02116;
	border-width:1px;
	border-style: none none solid none;
}

/* GOOGLE MAP */
#map_canvas {
	width: 526px;
	height: 300px;
	margin-left: 30px;
	margin-bottom: 20px;
}

/* KOLOMMEN */

.contentleft {
	position:relative;
	float: left;
	color:#2c2c2c;
	font-size:80%;
	font-weight:500;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 10px;
	display: inline;
}

/* CONTACTORM */

.invoerveld {
	margin-bottom: 10px;
	border: #a02116 solid 1px;	
}

.knop {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 6em;
	clear: both;
	border: #a02116 solid 1px;
}

label {
	width: 10em;
	float: left;
	text-align: left;
	margin: 0 1em 10px 0;
	clear: both;
}

.checkbox {
	
}

.checkboxtekst {
	float:none;
	margin: 0;
}

.formulieonder {
	color:#2c2c2c;
	font-size:80%;
	font-weight:500;
	margin-left: 11em;
	margin-right: 30px;
	float:none;
}

/* Aanbiedingen */



.aanbieding {
	margin: 20px;
	padding: 10px;
	background-color:#f8f8f8;
	clear:left;
	height:190px;
}

.winter .aanbieding {
	height:auto;
	padding-bottom:50px;
}

.aanbieding .type {
	clear:left;
	margin:0px;
	margin-bottom:15px;
	font-size: 110%;
	font-weight:500;
}

.aanbieding .afbeelding {
	float:left;
	width:200px;
}



.aanbieding ul {
	margin-left:200px;
	float:none;
}

.aanbieding .prijs {
	clear:left;
	float:left;
}



.winter .aanbieding .prijs {
	background-color:#f8f8f8;
}


.aanbieding .offerte a img {
	width:170px;	
	float:right;
	margin-right:10px;
	margin-top:10px;
}



/* FOOTER */

#footer {
	background-image:url(../img/footer.gif);
	background-position : left bottom;
	background-repeat : no-repeat;
	font-size : 80%;
	height : 17px;
	text-align : center;
	font-family : Helvetica, Arial, sans-serif;
}
#footer p {
	color:white;
}

#footer a:link {
color : #dcdcd1;
}
#footer a:hover {
	color : white;
	text-decoration : underline;
}
#footer a:visited {
	color : #dcdcd1;
} 

.inlijst { 
	list-style-type: circle; 
	margin-top:auto;
	margin-left:auto;
} 

/* LIGHTBOX 2 */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

