body{
	background: #faf2dd;
	margin: 0 0 20px 0;	
}


#header{
	width: 900px;
	margin: 30px auto 0 auto;
	padding-bottom: 20px;
}

#logo_print{
	display: none;
}

#logo{
	margin: 0 auto 0px auto;
	text-align: center;
}

#logo img{
	border: 0;
}

#line2{
	border-top: 1px solid #a28258;
	width: 900px;
	margin: 6px auto 6px auto;
	text-align: center;
	font-size: 0;
	line-height: 0;
	padding: 0;
}


#menu{
	font-family: "Times";
	text-transform: uppercase;
	font-size: 16px;	
	text-align: center;
	margin-top: 70px;
}


ul#menulist{
	width: 900px;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


#menu ul li{
	display: inline;
	margin: 25px;
}


#submenu{
	font-family: "Times";
	font-size: 15px;	
	text-align: left;
	text-align: center;
	height: 60px;
	margin-top: 0;
	top: 0;
	padding: 0;
}


ul#subnav{
	width: 900px;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


#submenu ul li{
	margin: 0px 25px;
	display: inline;
}


#content{
	margin: 0px auto;
	display: block;
	width: 780px;
	overflow: visible;
	min-height: 210px;
}

#left p{ 
	margin: 0;
	font-family: Times;
	font-size: 13pt;
	line-height: 150%;
	font-weight: normal;
}

#left h1{
	font-family: Times;
	font-size: 15pt;
	font-weight: bold;
}

#left h2{
	font-family: Times;
	font-size: 13pt;
	color: #755328;
	font-weight: normal;
}

#left h3{
	font-family: Times;
	font-size: 13pt;
	line-height: 150%;
	font-weight: normal;
}


#left{
	float: left;
	left: 0px;
	position: relative;
	width: 500px;	
}


#right{
	float: right;
	right: 0px;
	position: relative;
	width: 230px;
	margin-left: 50px;
	margin-top: 16px;
}


#footer{
	display: block;
	width: 900px;
	margin: 0px auto;
	clear: both;
	padding-top: 48px;
}


#line3{
	border-top: 1px solid #fee000;
	border-bottom: 1px solid #a28258;
	width: 900px;
	height: 3px;
	margin: 30px auto 0 auto;
	text-align: center;
	clear: both;
	padding: 0;
	line-height: 0;
}


#impressum{
	position: relative;
	font-family: "Times";
	text-transform: uppercase;
	font-size: 12px;	
	text-align: right;
	margin: 12px auto 0 auto;
	width: 780px;
}


a:link{
	text-decoration: none;
	color: #000000;
}

a:visited{
	text-decoration: none;
	color: #000000;
}

a:hover{
	color: #755328;
	text-decoration: underline;
}


a:active{
	font-weight: bold;
}

a.active{
	color: #755328;
}

