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

body {
	background-color: #E2E2E2;
	margin: 0px;
}
.line_left {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BFBFBF;
}
.line_right {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BFBFBF;
}
.logoposition {
	background-image: url(../Bilder/Layout/logo.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left 25px;
}
.balken {
	background-image: url(../Bilder/Layout/bg_balken.gif);
	background-repeat: repeat-x;
}
.text {
	font-family: Arial;
	font-size: 13px;
	color: #666666;
}
.text_linie {
	font-family: Arial;
	font-size: 13px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.text_mini {
	font-family: Arial;
	color: #666666;
	font-size: 11px;
}
.formular {
	border: 1px solid #999;
	font-family: Arial;
	font-size: 13px;
	padding: 3px;
}
.text_hell {
	font-family: Arial;
	font-size: 13px;
	color: #999999;
}
.bildrahmen {
	border: 1px solid #666666;
}
#submenu {
	position: absolute;
	width: 109px;
	left: 50%;
	top: 360px;
}
.text_adresse {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
}
.headline {
	font-family: Arial;
	font-size: 22px;
	color: #666666;
}
.headline_line {
	font-family: Arial;
	font-size: 22px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#aktuell {
	position: absolute;
	width: 148px;
	left: 50%;
	top: 360px;
}
#list
{
	padding-left: 0px;
	margin-left: 0px;
	border-bottom: 1px solid gray;
	width: 450px;
	font-family: Arial;
	font-size: 13px;
	color: #666666;
}

#list li
{
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 0em;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}.bildlegende {
	font-family: Arial;
	font-size: 10px;
	color: #666666;
	padding-top: 5px;
}
.textfluss_rechts {
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}

