@charset "utf-8";
/* CSS Document */

/* ID'S */
#container{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:930px;
	height:750px;
	display:block;
}

#header{
	position:absolute;
	top:40px;
	left:10px;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	background-position:center;
	width:910px;
	height:167px;
	float:left;
}

#block_nieuws{
	position:absolute;
	top:222px;
	left:10px;
	width:243px;
	height:510px;
	background-image:url(../images/block_nieuws.png);
	background-repeat:no-repeat;
}

#block_nieuws_kop_tekst{
	position:relative;
	margin-top:8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#4d551d;
	height:10px;
	width:239px;
	text-align:center;
}

#block_nieuws_tekst{
	position:relative;
	top:35px;
	padding-left:25px;
	width:200px;
	height:370px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#364b1d;
}

#news_item
{
	position:relative;
	float:left;
	width:200px;
}

#news_item_more{
	position:relative;
	width:180px;
	top:5px;
	height:10px;
	bottom:10px;
	text-align:right;
	font-size:12px;
	font-family:inherit;
}

#news_item_more a{
	text-decoration:none;
	color:#4d551d;
}

#news_item_more a:hover{
	color:#867C46;
	text-decoration:none;
}
	

#news_space{
	position:relative;
	height:20px;
	width:200px;
	float:left;
	margin-top:20px;
	margin-bottom:10px;
	background-image:url(../images/news_spacer.png);
	background-repeat:no-repeat;
	background-position:center;
}

#menu{
	position:absolute;
	top:115px;
	left:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#5a6712;
	font-style:italic;	
}

#menu_list li{
	list-style-type:none;
	display:inline;
}

#menu_list_element a{
	color:#5a6712;
	text-decoration:none;
}

#menu_list_element a:hover{
	color:#b4bd84;
	text-decoration:none;
}

#main_holder{
	position:absolute;
	top: 222px;
	left: 266px;
	height:510px;
	width:473px;
	background-image:url(../images/block_main.png);
	background-repeat:no-repeat;
	overflow:hidden;
}

#main{
	position:relative;
	height:490px;
	width:473px;
	overflow:hidden;
}

#main_text{
	position:relative;
	margin-left:20px;
	margin-top:25px;
	padding-bottom:25px;
	padding-right:10px;
	font-family:georgia,garamond,serif;
	font-size:15px;
	color:#183f2b;
	height:430px;
	width:425px;
	overflow:auto;
	float:left;	
}

#main_text a{
	color:#000000;
	text-decoration:none;
}

#main_text a:hover{
	color:#183f2b;
	text-decoration:underline;
}

#scrollArea{
	position:relative;
	float:left;
	width:10px;
	height:440px;	
	margin-top:25px;
	margin-right:5px;
	overflow:hidden;
}

#scroller{
	position:relative;
	float:left;
	height:30px;
	width:10px;
	background-color:#182b21;
	
}

#block_foto{
	position:absolute;
	top:222px;
	left:752px;
	width:168px;
	height:112px;
	background-image:url(../images/block_foto.png);
	background-repeat:no-repeat;
}

#block_sub{
	position:absolute;
	top:347px;
	left:752px;
	width:167px;
	height:250px;
	background-image:url(../images/block_sub.png);
	background-repeat:no-repeat;
}

#sub_text{
	position:relative;
	width:138px;
	height:240px;
	margin-top:-5px;
	margin-left:11px;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#363b1d;
}

#sub_text a{
	color:#36321d;
	text-decoration:none;
}

#sub_text a:hover{
	color:#867C46;
	text-decoration:underline;
}

#block_search{
	position:absolute;
	top:611px;
	left:752px;
	width:165px;
	height:109px;
	background-image:url(../images/block_search.png);
	background-repeat:no-repeat;
}

#search_text{
	position:relative;
	width:162px;
	height:95px;
	padding-top:15px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	color:#363b1d;	
}

#footer{
	position:absolute;
	height:44px;
	width:726px;
	top:745px;
	left:11px;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
}

#footer_tekst{
	position:relative;
	top:10px;
	height:30px;
	width:726px;
	text-align:center;
	color:#697044;
	font-size:11px;
}

#footer_tekst a{
	color:#697080;
	text-decoration:none;
}

#form{
	position:relative;
}

#form_field{
	position:relative;
	float:left;
	width:410px;
	margin-bottom:5px;
}
#form_field_area{
	position:relative;
	float:left;
	width:410px;
	height:120px;
	margin-bottom:5px;
}
#form_tag{
	position:relative;
	top:2px;
	left:5px;
	width:150px;
	min-height:25px;
	float:left;
}
#form_input{
	position:absolute;
	left:165px;
	bottom:2px;
	width:250px;
	height:20px;
	float:left;
}

#form_input_area{
	position:absolute;
	top:2px;
	left:165px;
	width:250px;
	height:155px;
	float:left;
}

#form_submit{
	position:relative;
	top:5px;
	left:30px;
	width:100px;
	height:20px;
	float:left;
}

/* CLASSES */

body{
	background-image:url(../images/background_8.png);
	background-repeat:repeat-x;
	background-color:#66685b;
}

li{
	margin-top:10px;
}

.input_short{
	width:50px;
	border:none;
	padding-left:3px;
	padding-right:3px;
}

.input_mid{
	width:100px;
	border:none;
	padding-left:3px;
	padding-right:3px;
}

.input_long{
	width:220px;
	border:none;
	padding-left:3px;
	padding-right:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.textarea_mid{
	width:220px;
	height:150px;
	border:none;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.submit{
	border:none;
}