body{
	background:#fff url(../images/background.gif) repeat-x;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	margin:0px;
}

#wrap {
position:relative;
width:100%;
}

#wrapper1{
	margin:0 auto;
	width:948px;
	border:1px solid transparent;
	
}

#top{	
	margin-top:24px;
	height:310px;
}
#banner{
	background:url(../images/banner_1.jpg);
	width: 928px;
	height:198px;
	margin:0 auto;
	border:10px solid #fff;
	margin-top:-70px;
}
.clearfix {
	display:inline-block;
}
#logo{
	background:transparent url(../images/logo.png) repeat scroll 0 0;
	height:160px;
	left:-320px;
	margin:0 auto;
	position:relative;
	width:250px;
	z-index:10;
}

.title{
	font-size:26px;
	color:#FFF;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
}
.subtitle{
	font-size:8px;
	color:#ccc;
	text-transform:uppercase;
	letter-spacing:1px
}

#menu{
	width:220px;
	background:#FFF;
	padding:15px;
	float:left;
	margin-top:32px;
	height:205px;
	padding-bottom:0px;
}

#content{	
	background:#FFFFFF none repeat scroll 0 0;
	font-size:12px;	 
	float:left;
	margin-top:42px;
	padding:15px;
	margin-bottom:50px;
	width:650px; 
}

#searchbalk{
	 
	background:  url(../images/search_background.png) repeat scroll right bottom;
	font-size:10px; 
	float:left;
	margin-top:10px;
	padding:15px 20px 25px 15px;
	position:relative;
	width:230px;
	z-index:11;
}
#footer{
	height:100px;
	background: #d97b27 url(footer_background_large.jpg) no-repeat center top;
	
	padding:10px;
	clear:both; 
}
#page{
	float:left;
	margin-left:15px;
	padding-right:15px;
	width:620px;
}
#footerRight{
	
	text-align:right;
	float:right;
}
#footerLeftt{
	
	text-align:left;
	float:left;
}

.searchInput{
	font-size:9px; 
	font-family:Verdana, Geneva, sans-serif;
	height:17px;
	width:100px;
}

h1, h2{
	font-size:20px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif
}

h2{
	margin-top:5px;
}

img.thumb {
margin:15px; 
border:1px solid #ccc;
float:left;
padding:4px; 
position:relative;
background:#FFFFFF;

}

a, a:visited, a:active{
	color:#F30;
}
a:hover{
	color:#F60;
}
img{
	border:none;
}

#Overzicht{	
	float:right;
	position:relative;
	width:469px;
}

.frame{
	float:left;
	height:150px;
	margin:3px;
	margin-top:5px;
	text-align:center;
	width:145px;
}

.frameThumb{
	float:left;
	width:115px;
	height:115px;
	text-align:center; 
}

#mainPicHolder{
	float:left;
	width:500px;
	height:50px;
	text-align:center;
	border:dotted 1px #666666;
	padding:2px; 
}

.underline{
	border-bottom:1px dotted #ccc;
}



.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}