/* beige #BD8E6E */
* {
	margin:0;
	padding:0;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size: 99%;
	line-height:1.3em;
}
body, html {
	height:100%;
	text-align: center;
}
/* Silbentrennung */
body {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin-left:10px;
	margin-right:10px;
}
table, tr, td, th {
	border:0;
}
input, textarea {
	padding:2px;
	margin:2px;
}
li {
	margin-left:30px;
	padding-bottom:0.8em;
}
p {
	padding-bottom:1em;
}
hr {
	border:0;
	border-bottom:#BD8E6E solid 1px;
	height:1px;
}
h1 {
	font-size:140%;
	color:#BD8E6E;
	padding-bottom:0.8em;
}
h2 {
	font-size:120%;
	color:#BD8E6E;
	padding-bottom:0.8em;
}
h3 {
	font-size:100%;
	color:#BD8E6E;
	padding-bottom:0.8em;
}
img {
	border:0;
}
/* Angaben für alle standardkonformen Browser */
#container {
	width:100%;	
	max-width:1168px; 
	margin:0 auto;
}
#menue {
	width:100%;
	max-width:1168px;
	top:0px; 
	right:0px;
	margin: 0px auto;
	background:#FFF;
	text-align:right;
}
#menue ul {
	float:right;
}
.nav a:hover{
	color:#BD8E6E;
}
.nav li {
	text-align:left;
	padding:6px 0 0 10px;
	padding-bottom:5px;
	margin-left:3px;
	color:#FFF;
	width: 174px;
	float:left;
	background:#000;
	font-size:100%;
	list-style: none;
	margin-bottom:3px;
}
.nav2 li {
	margin-bottom:3px;
}
.nav li a {
	text-decoration:none;
	font-size:100%;
	font-weight:bold;
}
.nav li.aktiv, .nav li.aktiv a:hover{
	font-size:100%;
	background:#BD8E6E;
	font-weight:bold;
	color:#FFF;
}
.nav li.space{
	background:#FFF;
	width:270px;
}
.nav3 li {
	background:#FFF;
}
#logo {
	width:100%;
	max-width:1168px;
	top:47px; left:0px; right:0px;
	margin: 0px auto;
	background:#FFF;
	text-align: left;
}
.float_right{
	float:right;
}
.float_left{
	float:left;
}
.float_clear {
	clear:both;
}
.space_bottom{
	margin-bottom:7px;
}
.space_left{
	margin-left:8px;
}
.text_right{
	width:100%;
	max-width:880px;
}
.text_right a{
	color:#000;
	text-decoration:none;
}
.text_right a:hover{
	color:#000;
	text-decoration:underline;
}

.text_box{
	padding:13px;
	width:244px;
	/*height:90px;*/
	color:#FFF;
	background-color:#BD8E6E;
	font-size:99%;
}
.text_box h2{
	color:#FFF;
}
.text_box a{
	text-decoration:none;
}
.text_box a:hover{
	text-decoration:underline;
}
#content_container {
	color:#000;
	padding-top:10px;
	padding-bottom:30px;
	max-width:1168px;
	margin: 0px auto;
	text-align: center;
	background:#FFF;
}
#content {
	text-align: left;
	background:#FFF;
}
#footer {
	bottom:0px; left:0px; right:0px;
	background:#000;
	width:100%;
	max-width:1148px;
	margin: 0px auto;
	text-align: left;
	padding:20px 10px 50px 10px;
}
#footer span, a {
	color:#fff;
	font-size:98%;
}
#footer a {
	text-decoration:none;
	font-size:98%;
	padding-right:20px;
	padding-left:20px;
}
#footer a:hover {
	text-decoration: underline;
	font-size:98%;
}

.unterstrichen {text-decoration:underline;}

/* Angaben nur für den Internet Explorer mit Star-HTML-Hack */
* html, * html body {
	height:100%;
	overflow:hidden;
}
* html #header {
	margin:0;
	height:10%;
}
* html #content_container {
	padding:0.5em;
	height:85%;
	overflow:auto;
}
* html #footer {
	height:5%;
	padding-top:1%;
}
