@charset "utf-8";
body {
	margin: 0px;
	background-image: url(bg_streifen.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;	
}
#header {
	height: 77px;
	width: 850px;
	margin-left: -425px;
	margin-top: 10px;
	position: absolute;
	left: 50%;
}
#header_logo {
/*	background-image: url(logo.gif);*/
	height: 78px;
	width: 150px;
	float: left;
}
#header_oben {
	height: 78px;
	width: 690px;
	float: right;
	background-image: url(div_oben.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
}

#header_oben table, #content_rechts_mitte table {
	font-size: 1em;
}

#content {
	width: 850px;
	margin-left: -425px;
	margin-top: 95px;
	position: absolute;
	left: 50%;
	background-image: url(div_breit_mitte.gif);
}
#content_breit_oben {
	height: 18px;
	width: 850px;
	background-image: url(div_breit_oben.gif);
	background-repeat: no-repeat;
	background-position: top;
	clear: both;
}
#content_breit_unten {
	height: 10px;
	width: 850px;
	background-image: url(div_breit_unten.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	clear: both;
}

#content_links {
	float: left;
/*	background-image: url(div_links_mitte.gif);*/
	width: 160px;
}
/*
#content_links_oben {
	height: 10px;
	width: 150px;
	background-image: url(div_links_oben.gif);
	background-repeat: no-repeat;
	background-position: top;
}
*/
#content_links_mitte {
	padding-left: 10px;
	padding-right: 15px;
/*	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E75128;*/

	background-image: url(div_breit_schatten.gif);
	background-repeat: no-repeat;
	background-position: right 0px;

/*	width: 130px;*/
}
/*
#content_links_unten {
	height: 10px;
	width: 150px;
	background-image: url(div_links_unten.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
*/
#content_rechts {
	float: right;
	width: 680px;
/*	background-image: url(div_rechts_mitte.gif);*/
}
/*
#content_rechts_oben {
	height: 10px;
	width: 690px;		
	background-image: url(div_rechts_oben.gif);
	background-repeat: no-repeat;
	background-position: top;	
}
*/
#content_rechts_mitte {
	width: 660px;
	padding-left: 15px;
	padding-right: 15px;
}
/*
#content_rechts_unten {
	height: 10px;
	width: 690px;		
	background-image: url(div_rechts_unten.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	clear: right;	
}
*/
#content_rechts_breadcrumb {
	width: 680px;
	padding-left: 185px;
	padding-top: 2px;
	height: 15px;
	font-size: 0.8em;
	color: #FFFFFF;
	/*margin-top: -15px;*/
}
#footer {
	width: 100%;
	padding-top: 10px;	
	margin-left: auto;
	margin-right: auto;
	clear: both;
	font-size: 0.8em;
	text-align: center;
}
h1 {
	font-size: 1.2em;
	color: #E75128;
}
#content_links_mitte h1 {
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E75128;
	padding-top: 10px;
	font-size: 1.2em;
	text-align: center;	
	color: #E75128;
}

#content_links_mitte a:link {
	color: #000000;
	text-decoration: underline;
}
#content_links_mitte a:visited {
	color: #000000;
	text-decoration: underline;
}
#content_links_mitte a:hover {
	color: #000000;
	text-decoration: none;
}
#content_links_mitte a:active {
	color: #000000;
	text-decoration: none;
}
#content_rechts_breadcrumb a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#content_rechts_breadcrumb a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#content_rechts_breadcrumb a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#content_rechts_breadcrumb a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#content_rechts_mitte a:link, #footer a:link {
	color: #E75128;
	text-decoration: underline;
}
#content_rechts_mitte a:visited, #footer a:visited {
	color: #E75128;
	text-decoration: underline;
}
#content_rechts_mitte a:hover, #footer a:hover {
	color: #E75128;
	text-decoration: none;
}
#content_rechts_mitte a:active, #footer a:active {
	color: #E75128;
	text-decoration: none;
}
#header a:link {
	color: #29992D;
	text-decoration: underline;
}
#header a:visited {
	color: #29992D;
	text-decoration: underline;
}
#header a:hover {
	color: #29992D;
	text-decoration: none;
}
#header a:active {
	color: #29992D;
	text-decoration: none;
}
.fuell_hell {
	background-color: #F7F7F7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.fuell_dunkel {
	background-color: #EBEBEB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}