@charset "utf-8";
* {
	margin : 0;
	padding : 0;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #333333;
	background-color: #F6F6F6;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #464E42;
}
.oneColElsCtr #container {
	width: 770px;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px;
	background-color: #EDF7E7;
	line-height: 22px;
}
.oneColElsCtr #mainContent_bg {
	background-color: #EDF7E7;
}
#mainContent td {
	font-size: 12px;
	line-height: 14px;
	padding: 4px;
}
#mainContent ul {
	margin:0px;
	padding:5px 0 0 30px;
	text-indent: -20px;
	list-style-position: inside;
	list-style-type: disc;
	
}
#mainContent ol {
	margin:0px;
	padding:5px 0 0 30px;
	text-indent: -20px;
	list-style-position: outside;
	list-style-type: none;
	
}
.oneColElsCtr a {
	color: #333333;
}
#top_logo {
	position:relative;
	top: 0px;
	float: right;
	padding-right: 12px;
}
.oneColElsCtr #bar {
	float:left;
	width: 770px;
	height:60 px;
	position: relative;
	top: 30px;
	padding-bottom: 30px;
}
#header_bg {
	float: left;
	width: 100%;
	top: 0px;
	position: relative;
}
#sub_navi {
	float: left;
	position: relative;
	padding: 5px 0 5px 0;
	font-size: 75%;
	color:#464E42;
	width: 770px;
	background-color: #B6DF9F;
}
.sub_navi_off {
	background-color: #EDF7E7;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sub_navi a {
	color:#464E42;
	text-decoration: none;
}
#sub_navi a:hover {
	background-color: #EDF7E7;
	padding-top: 5px;
	padding-bottom: 5px;
}
.adv {
	position: relative;
	top: -40px;
	float: right;
	padding-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: right;
}
.oneColElsCtr #footer {
	float: left;
	width: 765px;
	position: relative;
	padding: 5px 0 5px 5px;
	top: -20px;
	background-color: #B6DF9F;
	color:#464E42;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}
.oneColElsCtr #footer a {
	color:#464E42;
}
.oneColElsCtr #footer a:hover {
	color:#FFF;
}
/*- Menu Tabs Anfang */

    #tab_navi {
	float:left;
	width:100%;
	background:#F6F6F6;
	font-size:75%;
	line-height: normal;
	border-bottom: 2px solid #a1cb87;
}
#tab_navi ul {
	margin:0;
	padding:60px 10px 0 0;
	list-style:none;
}
#tab_navi li {
	display:inline;
	margin:0;
	padding:0;
}
#tab_navi a {
	float:left;
	background:url("../images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#tab_navi a span {
	float:left;
	display:block;
	background:url("../images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#464E42;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tab_navi a span {
	float:none;
}
/* End IE5-Mac hack */
    #tab_navi a:hover span {
	color:#FFF;
}
#tab_navi a:hover {
	background-position:0% -42px;
}
#tab_navi a:hover span {
	background-position:100% -42px;
}
/*- Menu Tabs Ende */
#top_logo a {
	padding:0;
	background:none
}
.button{
	background-color: #B6DF9F;
	padding: 4px;
	border: 1px solid #464E42;	
}
.textfeld{
	background-color: #F6F6F6;
	padding: 2px;	
}.hochgestellt {
	font-size: 75%;
	text-decoration: underline;
	vertical-align: super;
}

