@charset "UTF-8";
body {
	background-image: url(img/back.jpg);
	background-repeat:repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 16px;
	margin-top: 20px;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 805px;
	margin-bottom:20px;
}

#content {
	padding-top: 10px;
	width: 805px;
	background-image:url(img/back_rahmen_trans.gif);
	background-repeat:repeat-y;
	margin-bottom:0px;
	padding-bottom:1px;
}


#navi {
	margin-left: 160px;
	width: 500px;
	margin-bottom: 55px;
}

#text {
	width: 416px;
	line-height: 16px;
	height:800px;
	background-color:#FFF;
	margin-left: 164px;
	text-align:justify;
}

#top{
 	width:800px;
}

#cornerunten {
	padding-top:0px;
	margin-top:0px;
	height:15px;
	width:800px;	
}

#footer {
	text-align:right;
	font-size:9px;
	padding-top:20px;
	
}

a:link, a:visited {
	color:#4b7493;
}

#dropmenudiv{
	position:absolute;
	width: 300px;
	height: 150px;
	background-color: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	margin-top: 0px;
	padding-left: 0px;
	line-height:15px;
	}
	
#dropmenudiv a {
	color: #999;
	display: block;
	text-decoration: none;
	padding-left: 3px;
	}
	
#dropmenudiv a:hover {
	color: #4b7493;
	}
