body {
	text-align:center;
	background-color: #666666;
	margin: 0px; 
	padding: 0px;
}
#container {
	background-color: #ffffff;
	width: 800px;
	height: 100%;
	text-align: center;
	margin: 0px auto;
	border-right: 2px solid #666666;
	border-left: 2px solid #666666;
	overflow: auto;
}
#toplogo {
	background-color: #FFFFFF;
	margin: 0px;
	float: left;
	height: 100px;
	width: 100%;
	visibility: visible;
}
#menu {
	margin: 0px;
	background-color: #E44116;
	width: 100%;
	height: 32px;
	text-align: center;
	float: left;
}
#inhalt {
	background-color: #ffffff;
	width: 100%;
	height: 65%;
	margin: 0px 0px 0px;
	padding: 45px 0px 0px;
	text-align: left;
	float: left;
	visibility: visible;
}
.text_menue {
	padding: 0px 20px;
	font-family: Tahoma, Geneva, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	line-height: 33px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.text_menuerot {
	background-color: #ffffff;
	padding: 9px 20px;
	font-family: Tahoma, Geneva, Helvetica, sans-serif;
	color: #E44116;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border-top: 0px dotted #E44116;
	border-bottom: 0px dotted #E44116;
}
.text_submenue {
	padding: 0px 23px;
	font-family: Tahoma, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
.text_submenuerot {
	padding: 7px 13px;
	margin: 0px 10px;
	font-family: Tahoma, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #E44116;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	border-left: 0px dotted #E44116;
	border-right: 0px dotted #E44116;
}
#text_in_tabelle {
	background-color: #ffffff;
	width: 120px;
	text-align: center;
	border: 0px dotted #E44116;
	position: relative;
	top: 10;
	visibility: visible;
}
.text_tabelle {
	padding: 0px 24px;
	font-family: Tahoma, Geneva, Helvetica, sans-serif;
	color: #E44116;
	font-size: 11px;
	line-height: 32px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.text_headeinzug {
	font-family: Tahoma, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #999999;
	font-weight: bold;
	text-align: left;
	font-style: normal;
	padding: 14px 0px 0px 40px;
}
.text_head {
	font-family: Tahoma, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #999999;
	font-weight: bold;
	text-align: left;
	font-style: normal;
}
.text_fluss {
	font-family: Tahoma, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	font-weight: normal;
	text-align: left;
	font-style: normal;
	padding: 0px 45px;
}
.text_fluss_grau {
	font-family: Tahoma, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	padding: 0px 0px;
}
.text_disclaimer {
	font-family: Tahoma, Geneva, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #333333;
	font-weight: normal;
	text-align: left;
	font-style: normal;
	padding: 0px 45px;
}
#menu a:link {
	color: #ffffff; text-decoration: none;
}
#menu a:active {
	color: #ffffff; text-decoration: none;
}
#menu a:visited {
	color: #ffffff; text-decoration: none;
}
#menu a:hover {
	color: #666666; text-decoration: none;
}
#submenu a:link a:active a:visited {
	color: #999999; text-decoration: none;
}
#submenu a:hover  {
	color: #E44116; text-decoration: none;
}
a:active {
	color: #333333; text-decoration: none;
}
a:link {
	color: #333333; text-decoration: none;
}
a:visited {
	color: #333333; text-decoration: none;
}
a:hover  {
	color: #E44116; text-decoration: none;
}
