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

html {
	height:100%;
}

.error {
	background-color: #ffedbc;
	color:#000000;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin: 0 0 0 0;
	height:100%;
	background-color:#538031;
}
.content_table {
	width:100%;
	height:100%;
	min-height:100%;
	table-layout:fixed;
}
.content_head {
	background-color:#B8B39D;
	height:35px;
	background-image:url(bilder/ecke_oben_links.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	table-layout:fixed;
}
.content_head_bc {
	padding-left:20px;
	vertical-align:middle;
	line-height:5px;
}
.content_foot {
	
	background-color:#B8B39D;
	height:5px;
	table-layout:fixed;
}
.content {
	vertical-align: top;
	padding-left:20px;
	padding-right:20px;
	font-size: 11px;
	background-color:#B8B39D;
	min-height: 100%; /* Mindesth�he f�r moderne Browser */
	height:100%; /* Mindesth�he f�r den IE */ 
}
.inhalt {
	vertical-align: top;
	background-color:#B8B39D;
	background-image:url(bilder/ecke_unten_links.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
.main_table {
	width:990px;
	height:100%;
}
.menu_spacer {
	vertical-align:top;
	width:18px;
}
.menu_content_1 {
	text-align:left;
	width:152px;
}
.menu_content_2 {
	text-align:left;
	width:134px;
}

.menu_line_gross {
	height:5px;
	background-image:url(bilder/trennlinie_gross.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
.menu_line_klein {
	height:5px;
	background-image:url(bilder/trennlinie_klein.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
.menu {
	background-color: #538031;
	vertical-align: top;
	padding-top:65px;
	width:170px;
	background-image:url(bilder/menu_top.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
.menu_bottom {
	background-color: #538031;
	width:170px;
	background-image:url(bilder/menu_bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	min-height:60px;
	height:60px;
}
.menu_content_table {
	table-layout:fixed;
}
.menu_1 {
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	line-height: 22px;
	vertical-align: top;
}
.menu_1_act {
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	line-height: 22px;
	vertical-align: top;
	background-color:#74AC4A;
}

.menu_2 {
	font-size: 11px;
	font-weight: normal;
	padding-left: 15px;
	vertical-align: top;
	line-height: 22px;
}
.menu_2_act {
	font-size: 11px;
	font-weight: normal;
	padding-left: 15px;
	vertical-align: top;
	line-height: 22px;
	background-color:#74AC4A;
}
.header {
	height: 150px;
	background-color: #538031;
	background-image:url(bilder/header.jpg);
	background-repeat:no-repeat;
}
h1 {
	font-size: 15px;
	font-weight: bold;
}
h2 {
	font-size: 13px;
	font-weight: bold;
}
h3,h4,h5,h6 {
	font-size: 11px;
	font-weight: bold;
}
table {
	font-size: 11px;
	font-weight: normal;
}
.footer {
	background-color: #538031;
	height: 25px;
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
	font-size: 11px;
	background-image:url(bilder/footer.jpg);
	background-repeat:no-repeat;
}


a {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-decoration:underline;
	font-weight:normal;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	color:#FF0;
	text-decoration:underline;
	font-weight:normal;
}

.content_head_bc a {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
	font-weight:normal;
}

.content_head_bc a:hover {
	font-family: Verdana, Geneva, sans-serif;
	color:#FF0;
	text-decoration:none;
	font-weight:normal;
}


.menu_1 a {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
	font-weight:normal;
}
.menu_1 a:hover {
	font-family: Verdana, Geneva, sans-serif;
	color:#FF0;
	text-decoration:underline;
	font-weight:normal;
}

.menu_2 a {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
	font-weight:normal;
}
.menu_2 a:hover {
	font-family: Verdana, Geneva, sans-serif;
	color:#FF0;
	text-decoration:underline;
	font-weight:normal;
}





.menu_1_act a {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
	font-weight:normal;
}
.menu_1_act a:hover {
	font-family: Verdana, Geneva, sans-serif;
	color:#FF0;
	text-decoration:underline;
	font-weight:normal;
}

.menu_2_act a {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
	font-weight:normal;
}
.menu_2_act a:hover {
	font-family: Verdana, Geneva, sans-serif;
	color:#FF0;
	text-decoration:underline;
	font-weight:normal;
}
