html, body {
	min-height: 100%;
	margin: 0px;
	margin-bottom: 1px;
	background-image: url("images/bg_img.png");
	background-repeat: repeat;
	/*background-color: #FFFFFF;*/
	font-family: Verdana, Arial, Helvetica;
}

#bg_img {
	height: 767px;
	width: 100%;
	background-image: url("images/bg.png");
	background-position: top center;
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:1;
}

a {
	outline:0px;
}

#main {
	position: relative;
	z-index: 4;
	width: 100%;
	height: 100%;	
}

#logo {
	background-image: url("images/logo.png");
	background-position:bottom center;
	background-repeat:no-repeat;
	width: 818px;
	height: 149px;
	margin: 0px auto;
	padding-top: 10px;
	padding-right:4px;
	position: relative;
}

#logo #logo_over{
	display: none;
	position: absolute;
	width: 24px;
	height: 20x;
}

#logo:hover #logo_over{
	display: block;
	position: absolute;
	left: 455px;
	top:57px;
	background-image: url("images/zwinker.png");
	background-repeat: no-repeat;
	width: 24px;
	height: 20x;
}

#logo img{
	border:0px;
}

#top_menu {
	background-image: url("images/top_menu_bg.png");
	background-position: right center;
	background-repeat: no-repeat;
	width: 1002px;
	height: 75px;
	margin: 0px auto;
	margin-top: 6px;
}

#top_menu .top_menu {
	position: relative;
	top:37px;
	float: left;
	padding-left: 2px;
}

#top_menu .top_menu a{
	float:left;
	display: block;
	color: #553c24;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	width: 190px;
	height: 32px;
	outline:0px;
	margin-left:4px;
	padding-left:2px;
	padding-right:2px;
}

#top_menu .hell a:hover{
	color: #bf9d77;
}

#top_menu .dunkel a:hover{
	color: #d8c4ac;
}

#top_menu .hell_active a{
	color: #bf9d77;
}

#top_menu .dunkel_active a{
	color: #d8c4ac;
}

#content_area {
	width: 822px;
	min-height: 100%;
	margin: 0px auto;
	margin-top: 6px;
}

#left {
	background-image: url("images/left_bg.png");
	background-position: center center;
	background-repeat: repeat-y;
	width: 214px;
	min-height: 500px;
	float: left;
	clear: both;
	position: relative;
}

#left .tuer{
	position: absolute;
	width: 193px;
	height: 517px;
	z-index: 1;
	top: -14px;
	padding-left:14px;
	background-image: url("images/tuer.png");
	background-position: right top;
	background-repeat: no-repeat;
}

#top_left {
	background-image: url("images/left_top.png");
	background-position: center center;
	background-repeat: repeat-y;
	width: 214px;
	height: 21px;
	float: left;
	clear: both;
}

#content {
	background-image: url("images/main_bg.png");
	background-position: center center;
	background-repeat: repeat-y;
	width: 597px;
	min-height: 500px;
	float: left;
	color: #37200c;
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	letter-spacing: 0.5px;
	margin-left: 9px;
	position: relative;
}

#top_content {
	background-image: url("images/main_top.png");
	background-position: center center;
	background-repeat: no-repeat;
	width: 597px;
	height: 21px;
	float: left;
	margin-left: 9px;
}

.padding {
	padding-left: 80px;
	padding-right: 20px;
}

.jupp {
	position: absolute;
	z-index: 2;
	padding-left: 23px;
	padding-top: 19px;
}

#content h1 {
	color: #bf9d77;
	font-size: 21px;
	font-weight: bold;
	line-height: 12px;
}

#footer {
	position: absolute;
	bottom: 0px;
	width: 567px;
	height: 20px;
	background-color: #bf9d77;
	margin-left: 6px;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#footer .footer_nav {
	float: left;
}

#footer .footer_nav a{
	color: #e5d7c7;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

#footer .footer_nav a:hover{
	color: #36200c;
}

