@charset "utf-8";
/* CSS Document */

html {
	height: 101%;
}
body {
	text-align: center;
	margin-top: 20px;
	background-color: #716362;
}
#main {
	width: 794px;
	margin: 0px auto;
	text-align: left;
	background-color: #FFFFFF;
/*	background-image: url(img/mustergrund.gif);*/
}

/*                                                                              Header */
#header {
/*	background-image: url(img/oben.gif);
	background-repeat: no-repeat;*/
	height: 199px;
	width: 794px;
	position:relative;
}
#header .bild {
	position:absolute;
	left:0px; top:0px;
}
#header .logo {
	position:absolute;
	left:10px; top:10px;
/*	border: 1px solid #FF0000;*/
/*	-moz-opacity:0.5;*/
}

/*                                                                              Mittelteil */
#navicont {
	margin-top: 0px;
	background-image: url(img/grund.gif);
	background-repeat: repeat-y;
}
#navicont hr {
	clear:both;
	margin:0px;
	padding:0px;
	height:0px;
	visibility:hidden;
}

/*                                                                              Haupt-Navigation */
#navi {
	margin-top: 12px;
	width:190px;
	float: left;
/*	border: 1px solid #FF0000;*/
}
#navi img.grafik {
	margin-left: 6px;
	margin-right: 4px;
	margin-bottom: 2px;
}
#navi a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 24px;
	color: #ffffff;
	text-decoration: none;
	border-left:5px solid #000000;
}
#navi a.default:link, #navi a.default:visited, #navi a.default:hover #navi a.default:active {
	text-transform: uppercase;
}
#navi a.default:hover {
	color: #d81b20;
	border-left:5px solid #ff0000;
}
#navi a.current:link, #navi a.current:visited, #navi a.current:hover, #navi a.current:active {
	text-transform: uppercase;
	color: #d81b20;
	border-left:5px solid #ff0000;
}
#navi a.current:hover {
	color: #d81b20;
	border-left:5px solid #ff0000;
}


#navi a.default_sub:link, #navi a.default_sub:visited, #navi a.default_sub:hover, #navi a.default_sub:active {
	font-size: 11px;
	letter-spacing: .7px;
	line-height: 18px;
}
#navi a.default_sub:hover {
	color: #d81b20;
	border-left:5px solid #ff0000;
}
#navi a.current_sub:link, #navi a.current_sub:visited, #navi a.current_sub:hover, #navi a.current_sub:active {
	font-size: 11px;
	line-height: 18px;
	letter-spacing: .7px;
	color: #d81b20;
	border-left:5px solid #ff0000;
}
#navi a.current_sub:hover {
	color: #d81b20;
	border-left:5px solid #ff0000;
}

/*                                                                              Trenner */
#trenner {
	float: left;
	width: 1px;
/*	border: 1px solid #FF0000;*/
}

/*                                                                              Content-Bereich */
#content {
	float: left;
	width: 580px;
	margin-top:12px;
	margin-left: 18px;
}
#content a:link, #content a:visited, #content a:hover, #content a:active {
	color: #eeeeee;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
}
#content a:hover {
	color: #d81b20;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d81b20;
}

/*                                                                              Seite drucken */

#druck {
	clear: both;
	width: 794px;
	height: 30px;
	position:relative;
	background-image: url(img/grund.gif);
	background-repeat: repeat-y;
}
.druck {
	position:absolute;
	right:12px;
	bottom: 8px;
	font-size: 9px;
}
.druck a:link, .druck a:visited, .druck a:hover, .druck a:active {
	color: #353535;
	text-decoration: none;
}
.druck a:hover {
	color: #d81b20;
	text-decoration: none;
}
.start {
	margin-top:22px;
}

/*																				Footer */
#footer {
	clear: both;
	width: 794px;
	height: 50px;
	position:relative;
	background-color: #716362;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	position:absolute;
	left:4px;
	top:8px;
	font-size: 9px;
	color: #4d4746;
	text-decoration: none;
}
#footer a:hover {
	color: #bbaaa9;
	text-decoration: none;
}

/*																				Links-Seite */
.BMmain { width: 100%; }
.BMheader  {
	color: #d81b20;
	font-weight: bold;
}
.BMlink  {
	width: auto;
	vertical-align: middle;
	text-align: center;
}
.BMlink img {
	border: none;
}
