body {
	font-family: sans-serif;
	font-size: 10px;
	text-align: left;
	color: #444444;
	background-color: #dddddd;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/* Oben */
span#container{
	position: absolute;
	width: 950px;
	margin-top: 10px;
	margin-left: 50px;
}
div#oben{
	background-color: #999999;
	background-image: url(bilder/oben.jpg);
	width: 780px;
	height: 225px;
	margin: 0px 0px 20px 0px;
}

/* Das Menü */
div#menue{
	width: 110px;
	float: left;
	margin: 0px 10px 0px 0px;
}
div#menue-oben{
	overflow: hidden;
	background-image: url(bilder/balken-menue-oben.gif);
	height: 6px;
}
div#menue-mitte{
	overflow: hidden;
	background-image: url(bilder/balken-menue.gif);
}
div#menue-unten{
	overflow: hidden;
	background-image: url(bilder/balken-menue-unten.gif);
	height: 6px;
	margin: 0px 0px 10px 0px;
}
ul#menu {
	overflow: hidden;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
ul#menu li{
	list-style: none;
	position: relative;
	margin: 0px 5px 5px 5px;
	padding: 2px 0px 0px 0px;
	border-bottom: 1px solid #ffffff;
	height: auto;
}
ul#menu li ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	display: none;
	height: auto;
}
ul#menu li:hover ul {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
ul#menu li ul li {
   display: block;
	background-color: #777777;
   margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 4px;
	border-bottom: 1px solid #777777;
	height: 15px;
}
ul#menu a {
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 11px;
}
ul#menu a:hover {
	font-weight: bold;
	color: #ec914c;
}

div#rechts{
	float: right;
	width: 150px;
	margin: 0px 0px 0px 10px;
}

/* Inhalt */
div#inhalt{
	overflow: hidden;
	height: 1%;
	width: 660px;
	margin: 0px 0px 0px 0px;
}
div#inhalt-oben{
	overflow: hidden;
	height: 6px;
	width: 660px;
	background-image: url(bilder/balken-inhalt-oben.gif);
}
div#inhalt-mitte{
	overflow: hidden;
	height: 1%;
	width: 650px;
	padding: 0px 5px 0px 5px;
	background-image: url(bilder/balken-inhalt-mitte.gif);
}
div#inhalt-unten{
	overflow: hidden;
	height: 6px;
	width: 660px;
	background-image: url(bilder/balken-inhalt-unten.gif);
}
div#inhalt2-oben{
	overflow: hidden;
	height: 6px;
	width: 660px;
	background-image: url(bilder/balken-inhalt2-oben.gif);
}
div#inhalt2-mitte{
	overflow: hidden;
	height: 1%;
	width: 650px;
	padding: 0px 5px 0px 5px;
	background-image: url(bilder/balken-inhalt2-mitte.gif);
	color: #ffffff;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}
div#inhalt2-unten{
	overflow: hidden;
	height: 6px;
	width: 660px;
	background-image: url(bilder/balken-inhalt2-unten.gif);
}


/* Blöcke */
div#block1{
	float: left;
	width: 210px;
	padding: 0px 0px 0px 2px;
	text-align: left;
	border-right: 1px solid #999999;
}
div#block3{
	float: right;
	width: 205px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	border-left: 1px solid #999999;
}
div#block2{
	overflow: hidden;
	width: 205px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}


/* Ende */
div#ende{
	clear: both;
	width: 652px;
	margin: 0px 4px 10px 124px;
	padding: 2px 0px 0px 0px;
	border-top: 1px solid #666666;
	text-align: center;
	color: #666666;
}


/* Klassen */
.ueberschrift{
	font-weight: bold;
	font-size: 12px;
}
.boldorange{
	font-weight: bold;
	color: #e46200;
}
.margin{
	margin: 0px 0px 3px 0px;
}
.margin2{
	margin: 0px 0px 13px 0px;
}
.float{
	float: left;
	margin: 0px 10px 0px 0px;
}
.rechtespalte{
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 0px 4px;
}
#linkespalte{
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
}
p#linkespalte a{
	color: #ffffff;
	text-decoration: underline;
}
p#linkespalte a:hover{
	color: #e46200;
}

/* Schriften */
h2{
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	margin: 15px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
h4{
	font-size: 9px;
	text-align: center;
}
p{
	margin: 6px 0px 0px 0px;
}
a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a:hover, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #e46200;
}

td{
	border-bottom: 1px solid #444444;
	padding: 1px 1px 1px 1px;
}
td#anfrage{
	border-bottom: 1px solid #444444;
	padding: 4px 4px 4px 4px;
}
tr#zeile1{
	color: #ffffff;
	background-color: #e46200;
	font-weight: bold;
}
tr#zeile2{
	background-color: #dddddd;
}


div#inhalt2-mitte a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
}
div#inhalt2-mitte a:active {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
div#inhalt2-mitte a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
}
div#inhalt2-mitte a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
