@charset "utf-8";
/* CSS Document */

body {
	font-size: 14px;
	font-family : Arial, Helvetica, sans-serif;
	color:#797979;
	text-align:justify;
	overflow: visible;
	margin:0 auto;}
	
a {
	color:#AF9C83;
	text-decoration : none;
	font-weight:normal;}
	
a:hover {
	color:#BFAA8F;
	text-decoration:underline;}
	
h1 {
	font-size:17px;
	margin:35px 0 0 0;
	padding-bottom:5px;
	width:650px;
	color:#BFAA8F;
	border-bottom: dotted #BFAA8F 1px;
	font-weight:normal;}
	
p {
	margin:15px 0 0 0;}
	
#wrapper{
	width:1010px;
	height:auto;
	margin:0 auto;}
	
#link {
	width:940px;
	height:20px;
	background:url(images/bg_top.jpg) no-repeat;
	text-align:left;
	padding:18px 0 0 70px;}
	
#link a{
	font-size:16px;
	color:#BFAA8F;
	font-weight:normal;}
	
#link a:hover{
	color:#BFAA8F;
	text-decoration:none;}
	
#top{
	width:1010px;
	height:auto;
	background: url(images/bg.jpg) repeat-y;}
	
#top-bg{
	width:1000px;
	height:350px;
	background: url(images/header.jpg) right no-repeat;
	margin-left:5px;}	

#content{
	width:980px;
	margin: 0 15px;
	padding:10px 0;
	position:relative;
	line-height:1.5em;
	border-bottom:1px dotted #BFAA8F;;
	padding:0 0 20px 0;}
	
#menu{
	float:right;
	width:295px;
	height:auto;
	margin:25px 5px 20px 25px;
	text-align:justify;
	line-height:1.2em;
	padding-top:10px;
	border-top: 1px dotted #BFAA8F;
	padding-bottom: 10px;}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;}
	
#menu li{
	border-bottom: 1px dotted #508fc4;
	margin: 0;}
	
#menu li a{
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 2px solid #ccc;
	border-right: 2px solid #CCC;
	background-color:#fff;
	text-decoration: none;
	width: 100% auto;}
	
#menu li a:hover{
	border-left: 2px solid #BFAA8F;
	border-right: 2px solid #BFAA8F;
	background-color:#fff;
	color:#BFAA8F;}
	
#menu #active a {
	border-left: 3px solid #BFAA8F;
	border-right: 3px solid #BFAA8F;
	background-color: #BFAA8F;
	padding-left:1px;
	text-align:right;
	color:#FFF;}	
	
#impressum{
	width:990px;
	height:41px;
	background:url(images/bg_bottom.jpg) no-repeat;
	text-align:right;
	padding:5px 20px 0 0;
	font-weight:normal;
	margin-bottom:20px;
	font-size:14px;}