@CHARSET "ISO-8859-1";

html, body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#16110E;
	margin: 0;
	padding: 0;
	color: #87704f;
	text-align:center;
}

a:link, a:visited {
	color:#87704f;
	text-decoration: none;
}

a:hover {
	color:#a55246;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color:#a55246;
	text-decoration: none;
	font-weight: bold;
}

.main_container {
	width: 950px;
	background-color:#16110E;
	position:absolute;
	height: 500px;
	left: 50%;
	top: 50%;
	margin-left: -475px;
	margin-top:  -260px;
}

.header {
	text-align: left;
	background-color:#16110E;
	width: 450px;
	height: 50px;
	float: left;
}

.description_text {
	font-size: 12px;
	font-style: normal;
	color: #8a7a56;
	background-color:#16110E;
	text-align: right;
	height: 43px;
	position: absolute; 
	left: 450px;
}

.bottom {
	position: absolute;
	bottom: 0px;
	width: 500px;
	text-align: right;
	background-color:#16110E;
}

.menu {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 240px;
	height: 406px;
	background-image: url(../images/menu_background.jpg);	
	text-align: left;
	font-size: 12px;
	font-style: normal;
}

.content {
	position: absolute;
	left: 240px;
	top: 50px;
	width: 710px;
	height: 406px;
}

ul#navigation {
	margin: 0px;
	margin-top: 10px;
	padding-left: 35px;
}
	
.nav_sub {
	line-height: 18px;
	list-style: none;
	list-style-image:url(../images/arrow.gif)
}

.nav_main{
	list-style: square;
	line-height: 25px;
	padding-top: 5px;
}

.nav_main_span {
	list-style: square;
	line-height: 25px;
	padding-top: 15px;
	font: 130% Verdana, Arial, Helvetica, sans-serif;
}

.nav_sub_active {
	line-height: 20px;
	color:#a55246;
	font-weight: bold;
	list-style-image:url(../images/arrow.gif)
}
.nav_main_active {
	list-style: square;
	line-height: 25px;
	color:#a55246;
	font-weight: bold;
}

.textbox_right_big {
	position: absolute;
	left: 560px;
	top: 50px;
	float:right;
	width: 340px;
	height: 375px;
	margin:0px;
	padding: 25px 25px 5px 25px;
	overflow:auto;
	background-image:url(../images/transparent_80.png);
	color: #16110E;
	font-size: 12px;
	font-style: normal;
	text-align: justify;
	line-height: 135%;
}

.textbox_right_small {
	position: absolute;
	left: 660px;
	top: 50px;
	float:right;
	width: 240px;
	height: 375px;
	margin:0px;
	padding: 25px 25px 5px 25px;
	overflow:auto;
	background-image:url(../images/transparent_80.png);
	color: #16110E;
	font-size: 12px;
	font-style: normal;
	text-align: justify;
	line-height: 135%;
}

.kontakt {
	border: 1px solid #8a7a56;
	color: #8a7a56;
}

.kundenbereich {
	text-align: center;
	font-weight: bold;
	border: 1px solid #8a7a56;
	color: #8a7a56;
}

.td_text {
	color: #8a7a56;
}

.text_headline {
	font-size: 16px;
	font-style: italic;
}

.button {
	width: 230px;
	height: 25px;
	color: #8a7a56;
	border: 1px solid #8a7a56;
	cursor: pointer; 
	font-weight: bold;
}

#flashcontent {
  position: absolute;
  left: 240px;
  top: 44px;
  width: 710px;
  height: 451px;
}
	
