* {
	margin:0;
	padding:0;
	font-size:12px;
	color:#8b8b8b;
	list-style:none;
	font-family:Verdana, sans-serif;
}

body {
	margin:0;
	padding:0;
	font-family:Verdana, sans-serif;
    
}
.clear{clear:both}
.error{color:red}

div#wrapper {
	width:920px;
	height: 100%;
	margin:60px auto 20px auto;
}

div#balk {
	height:18px;
}

:focus {
	outline-style:none;
}
/*.leesmeer{
padding:8pt;

}*/

.hidden {
	display:none;
}

.clear {
	clear:both;
}

p {
	margin-bottom:10px;
    line-height:1.6em; 
}

h1 {
	font-size: 20px;
	margin-bottom:10px;
}

h2 {
	font-size: 12px;
	margin-bottom:10px;
}

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

/* HOME */

div#home-img {
	background-image:url(/images/home-image.jpg);
	width:450px;
	height:389px;
	padding:50px 0 0 470px;
}

div#logo {
	background-image:url(/images/logo.gif);
	width:413px;
	height:82px;	
}

/* opbouw */

div#content {
    background:url(/images/ornament-klein.jpg) no-repeat bottom left;
	margin:auto; 
    float:left;
	height: auto;
	border-bottom:2px solid #8b8b8b;
  min-height:403px;
}

div#links {
	float:left;
	width:222px;
	height: auto;
}

div#rechts {
float: right;
width:692px;

	height: auto;
	border-left:2px solid #8b8b8b;
	border-right:2px solid #8b8b8b;
	min-height:403px;

}


div#tekst {
	width:610px;
	height:auto;
	margin-left:35px;
	float: left;
	  min-height:403px;

}




/* modellen overzicht / pagina */
div#zoekfunctie {
	width:221px;
	height:200px;
}

.langveld {
	width:140px;	
}

.veld {
	width:20px;
}

.verzend-btn {
	width:50px;
	color:#8b8b8b;
	background-color:#FFFFFF;
	border:1px solid #770053;
}

div#zoekimage {
    position:absolute;
    bottom:0;
	
	width:221px;
	height:171px;
	margin-top:32px;
}

div#modellen-overzicht {	
	width:628px;
	height:390px;
	margin-left:35px;
}

div#left-detail {	
	width:320px;
	height:390px;
	float:left;
}

div#right-detail {
	position:relative;
	width:280px;
	height:390px;
	float:right;
}

#modellijst {
	width:300px;	
}

.img {
	border:2px solid #8b8b8b;
}

.img:hover {
	border:2px solid #770053;
}

.img-current {
	border:2px solid #770053;
}

.foto {
	width:150px;
	height:144px;	
}

#img-vorige {
	display:block;
	background-image:url(/images/arrow-left.jpg);
	width:37px;
	height:35px;
    float:left;	
}

#img-volgende{
	display:block;
	background-image:url(/images/arrow-right.jpg);
	width:37px;
	height:35px;
	float:right;
}

/* info contact */

div#ornament {
	/*background:url(/images/ornament.jpg) no-repeat;*/
	width:221px;
	height:236px;
	/*margin-top:167px;*/
	bottom: 0px;
}



/* NIEUWS */

div.nieuwsblok {
	width:610px;
	height:100px;
	border-bottom:1px solid #8b8b8b;	
}

span.titel {
	color:#770053;
	font-size:13px;
	font-weight:bold;
	margin-bottom:10px;
}

div#footer {
	height:30px;
	text-align:center;
	font-size:11px;
	color:#000000;
	margin-top: 5px;
	padding-top: 5px;
}

/*Carousel*/

/*model detailpag*/
#imgviewer{
    width:250px;
    float:left;
}
#imgnav{
    border:solid 0px red;
    width:80px;
    float:left;
}        
#imgnav img{
    cursor: pointer;
    cursor: hand;
} 


#displayname{
    position:absolute;
    width:200px;
    font-size:24px;
    font-weight:bold;
}

#historylink{position:absolute;bottom:20px;right:10px}
