/* ~~~ Algemene Layout ~~~ */
a:link {
	font-family:"Times New Roman";
	font-size:16px;
	font-weight:normal;
	color:#611100;
	text-decoration:underline;
}
a:visited {
	font-family:"Times New Roman";
	font-size:16px;
	font-weight:normal;
	color:#611100;
	text-decoration:underline;	
}
a:hover {
	font-family:"Times New Roman";
	font-size:16px;
	font-weight:normal;
	color:#c9a875;
	text-decoration:underline;
}

body {
	margin-top: 10px;
	background-image:url(../_img/ao_bg.jpg);
	margin-left:0px;
				
}
#container { 
	background-image:url(../_img/ao_cont_bg2.jpg);
	width:993px;
	height:758px;
	margin-left:auto;
	margin-right:auto;

}
#navdiv {
	background-image:url(../_img/menu_bg.jpg);
	width:142px;
	height:200px;
	text-align:left;
	position:relative;
	top:455px;
	left:80px;
}
#menu_table {
	width:142px;
	height:200px;
	border:0px;
}
#headermaintxtdiv {
	width:557px;
	height:40px;
	position:relative;
	top:8px;
	left:325px;
	text-align:center;
}
#maintxtdiv ul li{
	list-style-image:url(../_img/bullet.jpg);
}
#maintxtdiv {
	width:557px;
	height:380px;
	position:relative;
	top:15px;
	left:325px;
	overflow: auto;
	scrollbar-face-color:#fdf2e0;
	scrollbar-arrow-color:#fdf2e0;
	scrollbar-track-color:#fdf2e0;
	scrollbar-shadow-color:#611100;
	scrollbar-highlight-color:#611100;
	scrollbar-3dlight-color:#fdf2e0;
	scrollbar-darkshadow-Color:#fdf2e0;
	font-family:"Times New Roman";
	font-size:16px;
	font-weight:normal;
	color:#611100;
}
#txt_table {
	width:500px;
	height:auto;
	padding:0px;
	border:0px;
	overflow:auto;
}
#kw {
	font-size: 1px;
	color: #998459;
	border:0px;
}
.formtable {
	width:500px;
	font-family:"Times New Roman";
	font-size:16px;
	font-weight:normal;
	color:#611100;
}
.form {
	font-family:"Times New Roman";
	font-size:16px;
	font-weight:normal;
	color:#611100;
	border:1px solid #611100;
	background-color:#fdf2e0;
}