/**********
* GENERAL *
**********/
html, body {
	height: 100%;
	background: #f8f8f8;
	font-family: verdana;
	font-size: 16px;
	color: #444;
	min-width: 970px;
}

img{
	border: 0;
	padding: 0;
	margin: 0;
}

.alg_info th{
	padding-top: 4px;
	padding-bottom: 4px;
}

.left{
	text-align: left;
	margin-left: 25px;
}

.middle{
	text-align: center;
}

.stockItem{
	float: left;
	margin-left: 5px;
	margin-bottom: 10px;
	padding: 0px;
	border: 1px solid black;
	width: 150px;
	background-color: #eee;
}

.stockImg {
	height: 112px;
}

.stockTitel{
	border-top: 1px solid black;
	height: 38px;
	text-align: center;
	padding: 0px;
}

.stockTitel p{
	margin: 0px;
}

.routeformulier{
	width: 325px;
	margin-left:auto;
	margin-right: auto;
}

.underline{
	text-decoration: underline;
}

.inline{
	display: inline;
}

.nolink{
	text-decoration: none;
	color: #444;
}

.red{
	color: red;
}

.contactgsm{
	color: white;
	padding-left: 50px;
}

.contacttel{
	color: white;
	padding-right: 50px;
}

/*********
* LAYOUT *
*********/

* {
	margin: 0;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 950px;
	margin: 0px auto -20px auto;
	min-width: 600px;
	background: #eee;
}

.footer, .push {
	height: 20px;
}

.footer{
	background: #333;
	width: 930px;
	margin: 0 auto 0 auto;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 20px;
	font-size: 12px;
	color: #eee;
}

#footer_right{
	float: right;
}

#footer_left{
	float: left;
}

.footer a{
	color: #eee;
}

#headerWrapper{
	height: 130px;
	background: url(../images/header.jpg);
	
}

#navigatieWrapper{
	position: relative;
	top: 108px;
	height: 22px;
}

#navigatie{
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	height: 22px;
	text-align: center;
	padding: 0;
	background: #333;
}

#navigatie ul{
	
	padding: 0;
	margin: 0;
	white-space: nowrap;
}

#navigatie ul li{
	display: inline;
}

#navigatie ul li a{
	position: relative;
	margin: 0;
	padding-left: 1em;
	padding-right: 1em;
	font-size: 18px;
	text-decoration: none;
	border-left: 2px solid white;
	border-right: 2px solid white;
	color: white;
}

#navigatie ul li a:hover{
	background-color: #003399;
}

#navigatie .active_page{
	background-color: #003399;
}

#contentWrapper{
	width: 100%;
}

#content{
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	width: 950px;
}

#searchbar{
	width: 950px;
	height: 27px;
	background: #aaa;
	margin-bottom: 5px;
}

#searchbar th{
	padding-right: 15px;
	padding-left: 5px;
	text-decoration: underline;
}

#detailauto{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#fotos{
	float: left;
	padding-left: 30px;
}

#info{
	float: right;
	width: 310px;
	padding-right: 30px;
}

.spacerdiv{
	clear: both;
}

#titel{
	padding: 5px 0 15px 0;
}

/* Fotogalerij */

ul#gallery, ul#gallery li{
	margin:0;
	padding:0;
	list-style:none;
	}
ul#gallery{
	width:532px;
	height:240px;
	position:relative;
	background: #efefef;
	border: 3px solid #444;
	}			
ul#gallery li{
	float:left;
	display:inline;
	margin-left:320px;
	height: 80px;
	}
	
ul#gallery a span{
	position:absolute;
	width:320px;
	height:240px;
	float:left;
	top:0;
	left:0;
	border-right: 3px solid #444;
	display:none;
	}
ul#gallery a:hover{
	background:none;
	z-index:100;
	}	
ul#gallery a:hover span{
	display:block;
	}
	
#detailfotosoverlay{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width:100%;
	background: black;
	opacity: 0.6;
	filter:alpha(opacity=60);
}

#detailfotos{
	display: none;
	position: fixed;
	top: 20px;
	left: 20px;
	height: 515px;
	width: 758px;
	border: 3px solid #eee;
}

#fotopagina{
	background-color: #555;
}
	
/* Contactformulier */

#contactform{
	width: 500px;
	padding-left: 20px;
	margin-left: auto;
	margin-right: auto;
}

#redirect{
	width: 550px;
	height: 100px;
	position: relative;
	top: 200px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #eee;
}

/* Ligging */

#map_canvas{
	width: 60%;
	height: 400px;
	float:left;
	border: 1px solid black;
	margin-left: 2px;
	background: url(../images/ligging.jpg);
}

#route{
	width: 38%;
	float:right;
	border; 1px solid black;
	background: #ccc;
	height: 390px;
	overflow: auto;
	margin-right: 2px;
}