@charset "UTF-8";
html, body{
	height:99.9%;
}
html, body, p, h1, h2, h3, ul, li, td{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #344322;
}
body {
	background-color: #ffdb69;	
	background-image: url(grafik/hg-schatten.jpg);
	background-repeat: repeat-y;
	background-position: 950px;
}
/*
#wrapper {
	position: relative;
	margin: auto;
	width: 950px;	
	background-color: #F3F2EB;
}
*/
#wrapper {
position: absolute;
	width: 950px;
	background-color: #F3F2EB;
	min-height:100%;
}
#header{
	position: relative;
	width: 950px;
	height:181px;
	background-image: url(grafik/header.jpg);
	background-repeat: no-repeat;
}
#navi {
	position: absolute;
	right: 0px;
	bottom:0px;
	width: 629px;
	border: 1px solid #344322;
	border-right: none;
	background-color: #F4D364;
}
#navi li {
	list-style-type: none;
	display: inline;
	float:left;
}
#navi a:link, #navi a:visited {
	color: #344322;
	text-decoration: none;
	display: block;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #344322;
}
 #navi a.current:link, #navi a.current:visited, #navi a:hover, #navi a:active {
	color: #F4D364;
	background-color: #2E3A1D;
}
#subnavi{
	position: absolute;
	left: 507px;
	top:187px;
}
#subnavi a:link, #subnavi a:visited {
	color: #344322;
	text-decoration: none;
}
#subnavi a:hover, #subnavi a.current {
	font-weight:bold;
}
#impressum{
	position: absolute;
	right: 16px;
	top: 8px;
}
#impressum a:link, #impressum a:visited{
	color:#F6A400;
	text-decoration: none;
	font-size: 10px;
}
#lang{
	position: absolute;
	right: 16px;
	bottom: 8px;
}
#content {
	position: relative;
	background-color: #F3F2EB;
	margin-top: 40px;
	margin-right: 170px;
	margin-bottom: 10px;
	margin-left: 130px;
}
#footer{
	position: relative;
	border-top: 1px solid #344322;
	clear:left;
	margin:20px 170px 10px 130px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#footer p{font-size: 10px;}
img {
	border: none;
	margin-top:4px;
}
.float {
	float: left;
	margin:0px 10px 5px 0px;
}
.kontakt {
	width: 285px;
}
h1 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
h2 {
	font-size: 13px;
	color:#F6A400;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top:20px;
}
.faq_links a:link, .faq_links a:visited {
	font-size: 13px;
	color:#F6A400;
	text-decoration: none;
	font-weight: bold;
	line-height: 22px;
}
h3 {
	font-weight: bold;
	margin-bottom: 10px;
}
p {
	margin-bottom: 11px;
	line-height: 18px;
}
.ausz, #content a:link, #content a:visited{
	color:#F6A400;
	text-decoration: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.rechtsb {
	text-align: right;
	margin-top:-10px;
}
/*em{color:#F6A400;}*/
hr{
height: 1px;
background: #344322;
border: #344322;
clear:both;
margin-right:0px;
}
.klein {
	font-size: 10px;
}
#content .float .copyright {
	font-size: 9px;
	line-height:12px;
	color: #798867;
}

