@charset "UTF-8";
/* 2008 Bastian Schwabe BECK:DESIGN */

body, html, img {
	margin: 0;
	padding: 0;
	border: 0;
}
body, html {
	height: 100%;
	background-color: #8d9194;
}

#general {
	position: absolute;
	left: 50%;
	top: 61px;
	width: 876px;
	margin: 0 0 0 -438px;
}

#middle {
	position: absolute;
	left: 31px;
	top: 50px;
	width: 846px;
	border-top: solid 4px #b04624;
}

#logo {
	position: absolute;
	left: 31px;
	top: 0;
}

#menu {
	position: absolute;
	right: 11px;
	top: 15px;
	font: normal 11px/9px Verdana, Arial, Sans-Serif;
	color: #fff;
        z-index: 199;
}
*html #menu {
     top: 25px;
}
#menu a {
	font: normal 11px/9px Verdana, Arial, Sans-Serif;
	color: #fff;
	text-decoration: none;
	margin-left: 10px;
	letter-spacing: 0.02em;
}
#menu a:hover {
	font: normal 11px/9px Verdana, Arial, Sans-Serif;
	color: #b04624;
	text-decoration: none;
}
#menu a.active {
	font: bold 11px/9px Verdana, Arial, Sans-Serif;
	color: #b04624;
	text-decoration: none;
}

#content {
	margin-top: 5px;
	height: 356px;
	margin-bottom: 5px;
}

#footer {
	border-top: solid 4px #b04624;
}

#footer_menu {
	position: absolute;
	right: 9px;
	padding-top: 12px;
	font: normal 11px/11px Verdana, Arial, Sans-Serif;
	color: #fff;
}
#footer_menu a {
	font: normal Verdana, Arial, Sans-Serif;
	color: #fff;
	text-decoration: none;
	margin-left: 10px;
	letter-spacing: 0.02em;
}
#footer_menu a:hover, #footer_menu a.active {
	font: normal 11px/11px Verdana, Arial, Sans-Serif;
	color: #b04624;
	text-decoration: none;
}

#footer_menu a.active {
	font: bold 11px/11px Verdana, Arial, Sans-Serif;
	color: #b04624;
	text-decoration: none;
}

#footer_menu a.bold {
	font: bold 11px/11px Verdana, Arial, Sans-Serif;
	color: #b04624;
	text-decoration: none;
	margin-left: 10px;
	letter-spacing: 0.02em;
}

#border_left {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #b04624;
	width: 6px;
	height: 224px;
}

.bodytext {
	font: normal 11px/15px Verdana, Arial, Sans-Serif;
	color: #fff;
}
.bodytext a {
	font: bold 11px/15px Verdana, Arial, Sans-Serif;
	color: #fff;
	text-decoration: none;
}
.bodytext a:hover {
	font: bold 11px/15px Verdana, Arial, Sans-Serif;
	color: #fff;
	text-decoration: underline;
}

#submenu {
	position: absolute;
	left: 488px;
	top: -40px;
	font: normal 11px/18px Verdana, Arial, Sans-Serif;
	color: #fff;
	text-transform: uppercase;
}
#submenu a {
	font: normal 11px/18px Verdana, Arial, Sans-Serif;
	color: #fff;
	text-decoration: none;
	margin-left: 10px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
#submenu a:hover {
	font: normal 11px/18px Verdana, Arial, Sans-Serif;
	color: #b04624;
	text-decoration: none;
	text-transform: uppercase;
}
#submenu a.active {
	font: bold 11px/18px Verdana, Arial, Sans-Serif;
	color: #b04624;
	text-decoration: none;
	text-transform: uppercase;
}