html, body {
	height: 740px;
}
* {
	/*  border:0; */  
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
body {
	background:#afafaf url("../img/bg_body.gif") top left repeat-x;
	color:#000;
	font-size:.6875em;
	line-height:1em;/*overflow:-moz-scrollbars-vertical;*/
}
/* Farben der allgemeinen Links */
a:link, a:active, a:visited {
	color:#5792f3;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/* Wrapper */
div#wrapper {
	background:url("../img/bg_wrapper_760px.gif") 0 0 repeat-y;
	height:auto !important;
	height:100%;
	margin:0 auto;
	min-height:100%;
	position:relative;
	width:1000px;
}
/* Metanavigation */
div#metanavigation {
	background:url("../img/bg_body.gif") 0 0 repeat-x;
	color:#fff;
	font-size:.9091em;
	height:2.5455em;
	line-height:2.5455em;
	padding-right:3px;
	text-align:right;
	width:998px;
}
div#metanavigation a:link, div#metanavigation a:active, div#metanavigation a:visited {
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}
div#metanavigation a:hover {
	text-decoration:underline;
}
/* Head */
div#head {
	height:92px;
	width:999px;
}
div#logo {
	background-color:#fff;
	float:left;
	height:92px;
	width:188px;
}
div#head-image {
	float:left;
	height:92px;
	width:810px;
}
/* Horizontales Menue */
	div#nav-horizontal {
	background:url("../img/nav_hor_bgb.gif") 0 0 no-repeat;
 background-color:#;
	height:32px;
	width:810px;
}
div#nav-horizontal a.horizontal-item {
	color:#fff;
	display:block;
	float:left;
	font-weight:700;
	height:32px;
	line-height:31px;
	padding-left:5px;
	text-decoration:none;
	text-transform:uppercase;
	vertical-align:middle;
	width:92px;
}
div#nav-horizontal a.horizontal-item:hover {
	color:#000;
}
div#nav-horizontal a.horizontal-item-inactive {
	color:#808080;
	display:block;
	float:left;
	font-weight:700;
	height:32px;
	line-height:31px;
	padding-left:5px;
	text-decoration:none;
	text-transform:uppercase;
	vertical-align:middle;
	width:92px;
}
div#nav-horizontal a.horizontal-item-inactive:hover {
	color:#000;
}
div#nav-horizontal a.horizontal-item-active {
	color:#fff;
	display:block;
	float:left;
	font-weight:700;
	height:32px;
	line-height:31px;
	padding-left:5px;
	text-decoration:none;
	text-transform:uppercase;
	vertical-align:middle;
	width:92px;
}
div#nav-horizontal a.horizontal-item-long {
	color:#fff;
	display:block;
	float:left;
	font-weight:700;
	height:32px;
	line-height:31px;
	padding-left:5px;
	text-decoration:none;
	text-transform:uppercase;
	vertical-align:middle;
	width:auto;
}
div#nav-horizontal a.horizontal-item-long:hover {
	color:#000;
}
div#nav-horizontal a.horizontal-item-long-inactive {
	color:#808080;
	display:block;
	float:left;
	font-weight:700;
	height:32px;
	line-height:31px;
	padding-left:5px;
	text-decoration:none;
	text-transform:uppercase;
	vertical-align:middle;
	width:auto;
}
div#nav-horizontal a.horizontal-item-long-inactive:hover {
	color:#000;
}
div#nav-horizontal a.horizontal-item-long-active {
	color:#fff;
	display:block;
	float:left;
	font-weight:700;
	height:32px;
	line-height:31px;
	padding-left:5px;
	text-decoration:none;
	text-transform:uppercase;
	vertical-align:middle;
	width:auto;
}
/* KeyVisual */
div#key-visual {
	position:absolute;
	right:0;
	top:2.3em;
	z-index:2508;
}
* html div#key-visual {
	right:-1px;
}
/* KeyVisual - Bereichsseite */
div#key-visual-bs {
	position:absolute;
	right:0;
	top:5.2091em;
	z-index:2508;
}
* html div#key-visual-bs {
	right:-1px;
}
/* Footer */
div#footer-container {
	bottom:0;
	height:48px;
	left:0;
	position:absolute;
}
div#footer {
	/*background-color:#fef2d6;*/
	height:23px;
	width:999px;
}
div#footer-text {
	background-color:#d9d9d9;
	border-bottom:2px #fff solid;
	border-right:2px #fff solid;
	float:left;
	font-size:.8182em;
	height:21px;
	width:980px;
}
div#footer-corner {
	background:url("../img/footer_corner.gif") 0 0 no-repeat;
	float:left;
	height:23px;
	width:16px;
}
div#footer-content {
	border-top:1px #b3b3b3 solid;
	height:20px;
	line-height:2.2727em;
	width:964px;
}
div#footer-content a:link, div#footer-content a:active, div#footer-content a:visited {
	color:#808080;
	text-decoration:none;
}
div#footer-content a:hover {
	text-decoration:underline;
}
.footer-left {
	float:left;
	margin-right:15px;
}
.footer-right {
	float:right;
}
/* Kleiner Informationstext */
div#owner {
	background-color:#afafaf;
	height:15px;
	margin:0 auto;
	text-align:left;
	/*width:983px;*/
}
span#owner-text {
	color:#fff;
	font-size:.82em;
	line-height:1.5em;
	padding-left:16px;
}
/* 10px Abstand für Head/Foot - auch zum clear'en der Floats! */
div.spacer {
	background-color:#d9d9d9;
	border-left:2px #fff solid;
	border-right:2px #fff solid;
	clear:both;
	height:10px;
	width:994px;
}
/* Container */
div#container {
	width:993px;
	border-left:2px #fff solid;
	/*border-right:2px #fff solid;*/
	padding-bottom:38px;
}
/* Linke Spalte */
div#left-row {
	float:left;
	margin-right:5px;
	width:181px;
}
/* Mittlere Spalte (Content) */
div#middle-row {
	background-color:#fff;
	float:left;
	margin:0 10px 10px 0;
	padding:10px;
	width:777px;
}
/*.clear {
clear:both;
height:0;
overflow:hidden;
}
*/
/* Überschriften */
h1 {
	border-bottom:1px solid #ccc;
	color:#000;
	font-size:1.27em;
	margin:-1px 0 14px;
	padding-bottom:10px;
}
h2 {
	color:#000;
	font-size:1.0909em;
	font-weight:700;
	line-height:16px;
	margin:0;
	padding-bottom:8px;
}
h3 {
	color:#808080;
	font-size:1.0909em;
	font-weight:700;
	line-height:16px;
	margin:0;
	padding-bottom:8px;
}
h4 {
	background:url("../img/headline_bg.gif") center left repeat-x;
	font-size:1em;
	height:1.45em;
	margin-bottom:5px;
}
div.normaltext {
	color:#4d4d4d;
	line-height:1.50em;
	margin:-3px 0 20px;
}
/* Für Headlines mit grauem Strich */
span.headline-text {
	background-color:#fff;
	color:#808080;
	font-weight:700;
	height:1.45em;
	line-height:1.45em;
	padding-right:5px;
}
div.line {
	background-color:#b3b3b3;
	font-size:1px;
	height:1px;
	margin:0 0 9px;
	padding:0;
}
/* Kein Border */
.noborder {
	border:none !important;
}
/* Startseiten Box */
div.box {
	color:#4d4d4d;
	font-size:.91em;
	line-height:1.15em;
	margin:0 auto;
	padding-left:1px;
	padding-top:4px;
	width:166px;
}
div.box a {
	text-decoration:underline;
}
div.box span.klein {
	font-size:.9em;
	line-height:1.2em;
}
div.box span.klein a {
	color:#4d4d4d;
	text-decoration:underline;
}
div.box a:hover, div.fzkbox span.klein a:hover {
	text-decoration:none;
}
div.small-line {
	background-color:#b3b3b3;
	font-size:1px;
	height:1px;
	margin:10px;
	padding:0;
}

