html, body {
height: 100%;
font-family: Arial, Times New Roman, Times, serif;
font-size: 8px;
background-color: #20201e;
text-align: center;

}
#container { 
    width:900px; 
   
    margin: 0 auto; 
    text-align: left;
}
#top { 
    margin-top: 0px;
    width: 900px; 
    height: 78px; 
    background-image: url(images/banner_drent.jpg);   
    background-repeat: no-repeat;
}  
#div1 { 
    margin-top: 2px;
    border: 1px solid ;
		border-color: #6b6b6b;
    width: 656px; 
    height: 300px; 
    float: left; 
    background-image: url(images/huis.jpg);
    
} 
#div2 {
		margin-top: 2px; 
		border: 1px solid;
		border-color: #6b6b6b;
    background: #555555; 
    width: 210px; 
    height: 290px; 
    float: right;
    padding-left: 15px;
		padding-top: 10px;
		font-size: 11px;
		color: #bbbbbb;
} 
#menu {
		margin-top: 2px; 
		border: 1px solid;
		border-color: #6b6b6b;
    background: #555555; 
    width: 656px; 
    height: 25px; 
    float: left; 
} 
#menu li {
	float: left;
	font: 12px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #ffa100 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	}
#menuright {
		margin-top: 2px; 
		border: 1px solid;
		border-color: #6b6b6b;
    background: #333; 
    width: 225px; 
    height: 32px; 
    float: right; 
    margin: 0;
		padding: 0;

} 
#contentleft {
		margin-top: 6px; 
		border: 1px solid;
		border-color: #6b6b6b;
    background: #555555; 
    width: 868px; 
    
    float: left;
   	padding-left: 15px;
		padding-top: 15px;
		padding-right: 15px;
		font-size: 11px;
		color: #bbbbbb;
} 
#contentright {
		margin-top: 10px; 
		border: 1px solid ;
		border-color: #6b6b6b;
    background: #555555; 
    width: 185px; 
    height: 100%; 
    float: right; 
    font-size: 11px;
		color: #20201e;
		padding-left: 15px;
		padding-top: 15px;
} 
#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 656px;
	height: 32px;
}
#font {
  font-size: 12px;
	color: #20201e;  
  }
.hightlight:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
}
.hightlight img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}
#myForm {

	padding: 5px;
}



#myForm label {
	float: left;
	border: 1px;
	width: 100px;
}

#myForm input, #myForm textarea, #myForm select {
	border: 1px solid #cac9b9;
}

#myForm .red {
	border: 1px solid #ffa100;
}

#myForm label.red {
	border: none;
	color: red;
}

#myForm .customRed {
	border: none;
	color: red;
}

#myForm #submit {
	margin-left: 100px;
}

#validationMessage {
	padding: 5px;
	/*background-color: #eee;*/
	border: 1px solid red;
	margin-bottom: 10px;
	color: red;
	font-weight: bold;
	display: none;
}

#myForm .errorMessage {
	color: #ffa100;
	margin-left: 10px;
	font-size: 0.8em;
}

fieldset
{
padding-left: 50px;
width: 70em;
border-color: #6b6b6b;

}

legend
{
width: 35px;
padding-left: 50px;
color: #fff;
background: #ffa100;
border: 1px solid #333333;
padding: 2px 6px
} 

#img_gallery{  auto; width:500px; }
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:500px;
	overflow:hidden;
	height:375px;
}
#fullimg img{ width:500px; }
#fullimg p, #fullimg span{
	position:absolute;
	background:black;
	opacity:.5;
	color:white;
	margin:0px;
	width:500px;
	padding:6px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	padding:4px 2px;
	width: 460px;
	float:left;
	height:50px;
	background-color:#333333;
	position: relative;

}

#items{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:50000px;
	position: relative;
	letter-spacing:0em;
}
#items li{
	float:left;
	list-style:none;
	margin-right:2px;
}
#items .thumb{
	width:75px;
	height:50px;
	cursor:pointer;
	margin:0px;
	padding:0px;
}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
	width: 24px;
	height: 24px;
}
#fullimg .thumb{display:none;}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}
#moveleft, #moveright{
	margin:0px;
	height:58px;
	color: white;
	width: 16px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000;
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft{background: url('images/left.gif');}
#moveright{background: url('images/right.gif');}
#moveleft:hover, #moveright:hover{ background-position:bottom; }

