html, body {
	margin: 20px 0 -19px 0;
	padding: 0;
	height: 100%;
	background: #4a4a4a;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
/*---Centralbox zentriert-*/
#centralbox {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #3300FF;
	width: 800px;
	color: #ffffff;
	padding: 0px;
	background: #6c6c6c url(../grafik/bg_main_blau.gif) repeat-y scroll 0px 0px;
	margin-bottom: 20px;
	
}

#top{
	position: absolute;
	left: 0px;
	top: -20px;
	height: 1px;
	width: 1px;
}
/*---oben------------*/
#oben {
	clear: both;
	background-color: #6c6c6c;
	background-attachment: scroll;
	background-image: url(../grafik/keb_blau.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: right;
	font-size: 75%;
	margin: 0px;
	padding: -130px 0px 0px;
}
#oben p{
	padding: 10px 10px 0 0;
} 

#oben ul{
	list-style-type: none;
	margin-right: 10px;
	padding: 0px;
	
}
#oben li{
	padding: 0px;
	margin: 0px;
} 

#oben a{
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

#oben a:link, #oben a:visited {
	text-decoration: none;	
}

#oben a:hover, #oben ul li a:focus {
	color: #FFCC66;
}
.logo{
	float:left;
	margin: 0px 10px 0px 0px;
	padding:0;
	background-attachment: scroll;
	background-image: url(../grafik/keb_home_blau.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.name{
	float:left;
	font-size: 140%;
	text-align: left;
	font-weight: normal;
}

#nav_horizontal {
	margin: 0;
	border-bottom: 1px solid #3300ff;
	border-top: 1px solid #3300ff;
	clear: both;
	background-attachment: scroll;
	background-color: #666666;
	background-image: url(../grafik/nav.gif);
	background-repeat: repeat;
	padding-top: 3px;
	text-align: left;
	padding-left: 10px;
	font-size: 70%;
}

#nav_horizontal ul{
	text-align: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#nav_horizontal li{
	display: inline;
	margin: 0;
	padding: 0;	
}

#nav_horizontal a{
	display: inline;
	padding: 0 18px 0 0;
	font-size: 100%;
	text-decoration: none;
}

#nav_horizontal a:link, #nav_horizontal a:visited{
	color: #FFFFFF;
	font-weight: bold;
}

#nav_horizontal a:hover, #nav_horizontal a:active{
	color: #FFCC66;
	font-weight: bold;
}

#breadcrumb {
	margin: 0;
	border-bottom: 1px solid #3300ff;
	clear: both;
	background-color: #4a4a4a;
	color: #FFFFFF;
	font-size: 75%;
	padding-left: 10px;
	background-attachment: scroll;
	background-image: url(../grafik/bread.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#breadcrumb a:link, #breadcrumb a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#breadcrumb a:hover, #breadcrumb a:active{
	color: #FFCC66;
}


/*---2 spalten----------*/
#inhalt {
	padding: 8px 0px 0px 20px;
	background-color: #6c6c6c;
	background-attachment: scroll;
	background-image: url(../grafik/bg_main_blau.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#inhalt p {
	font-size: 80%;
	padding-left: 200px;
	padding-right: 20px;
}

#inhalt form{
	font-size: 80%;
	padding-left: 200px;
	padding-right: 20px;
}


#inhalt ul{
	font-size: 80%;
	padding-left: 220px;
	padding-right: 20px;
	list-style-position: outside;
}

#inhalt ul ul{
	font-size: 100%;
	padding-left: 20px;
	padding-right: 20px;
	list-style-position: inside;
}

#inhalt ol{
	font-size: 80%;
	padding-left: 200px;
	padding-right: 20px;
	list-style-position: outside;
	list-style-type: lower-alpha;
}

#inhalt a:link, #inhalt a:visited{
	color: #FFFFFF;
	text-decoration: underline;	
}

#inhalt a:hover, #inhalt a:active{
	color: #FFCC66;
	text-decoration: underline;	
}

#leftcol {
	float: left;
	width: 200px;
	height: auto;
	margin-top: 0px;
	background-color: #252525;
	margin-right: 20px;
}
#leftcol h1{
	font-size: 100%;
	background-color: #252525;
	margin: 0px;
	padding: 5px 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3300FF;
	border-bottom-color: #3300FF;
}

#leftcol ul{
	text-align: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 200px;
}

#leftcol li{
	display: block;
	border-bottom: 1px solid #3300FF;
	margin: 0;
	padding: 0;	
}

#leftcol a{
	display: block;
	padding: 0 0 2px 10px;
	font-size: 80%;	
}

#leftcol a:link, #leftcol a:visited{
	color: #FFFFFF;
	text-decoration: none;	
}

#leftcol a:hover, #leftcol a:active{
	color: #000000;
	text-decoration: none;
	background-color: #999999;
	
}

/*---Klassen begin-------*/
.zentriert{
	text-align: center;
}
.fett{
	font-weight: bold;
}

.karte {
	font-size: 80%;
	color: #999999;
}
.grau-fett { 
	color: #666666; 
	font-weight: bold; 
}
.orange-fett  { 
	color: #a77c25; 
	font-weight: bold 
}

.gruen-fett{
	font-weight: bold;
	color: #CCFF33;
}

.blau-fett{
	font-weight: bold;
	color: #85C1FE;
}


.block-hinterlegt {
	font-size: 120%;
	background-color: #E2E2E2;
	display: block;
}
.datum { 
	text-align: right; 
	padding-right: 8px; 
}
.fett-gesperrt  { 
	color: #474747; 
	font-weight: bold; 
	font-size: 0.9em;  
	text-align: justify; 
	word-spacing: 1px; 
	letter-spacing: 1px 
}
.bildunterschrift { 
	color: #696969; 
	font-size: 0.8em; 
	text-transform: uppercase; 
	word-spacing: 2px; 
	letter-spacing: 2px 
}
/*--beginn erste Ebene Navi---------*/
#navigation {
	width: 134px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color: #666666;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	/*border-bottom: 1px solid #CCCCCC;*/
}
#navigation li a:link, #navigation li a:visited  {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #E4E4E4;
	color: #666666;
	text-decoration: none;
}
#navigation li a:hover {
	background-color: #666666;
	color: #FFFFFF;
}
#navigation ul ul {
	margin-left: 12px;
}
#navigation ul ul li {
	border-bottom: 1px solid #CCCCCC;
	margin:0;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
	background-color: #FFFFFF;
	color: #666666;
}
#navigation ul ul a:hover {
	background-color: #1E0099;
	color: #FFFFFF;
}


/*--end zweite Ebene Navi----------*/
/*--centercol-begin---------------*/
#centercol {
	margin: 20px 0px 0 150px; /*linker u rechter abstand*/
	padding: 10px 0px 20px 16px;
	/*border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;	*/
	/*border: 1px dotted #9E9E9E;*/ /*Rand um Content*/
}

#centercol a { 
	text-decoration: none;
}
#centercol a:link, #centercol a:visited {
	color: #000098;
	text-decoration: none;
	padding: 2px 5px;
	margin: 0px;
}
#centercol a:hover, #centercol a:focus {
	color: #fff;
	background-color: #000098;
	text-decoration: none;
	padding: 0px 5px;
	margin: 0px;
	color: #fff;
}
/*-------------*/
#button {
	float: right;
}
#button a:link, #button a:visited {
	color: #000098;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
#button a:hover, #button a:focus {
	color: #fff;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	color: #fff;
}
/*-------------*/
#centercol h1{
	padding-top: 0;
	padding-left: 8px;
	padding-bottom: 0;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 0.90em;
	border-left-width: 16px;
	border-left-style: solid;
	border-left-color: #000098;
}
.linie-unter-h1{
	text-align: left;
	width: 80%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A64538;
	padding-bottom: 20px;
	padding-left: 20px;
}
#centercol h2{
	border-left-style: none;
	padding-top: 9px;
	padding-bottom: 6px;
	padding-left: 0;
	margin-left: 0;
	margin-top: 8px;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 0.82em;	
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000098;
	color: #000098;
}
#centercol h3{
	border-left-style: none;
	padding-top: 0px;
	padding-bottom: 0;
	margin-left: 18px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 0.76em;
	padding-left: 12px;	
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #000098;
}
.centercol-h3-einrucken {
	margin-left: 20px;	
}
#centercol h4{
	border-left-style: none;
	padding-top: 0px;
	padding-bottom: 0;
	margin-left: 30px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 0.72em;
	padding-left: 12px;	
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #000098;
}
#centercol h5{
	border-left-style: none;
	padding-top: 0px;
	padding-bottom: 0;
	margin-left: 40px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 0.7em;
	padding-left: 12px;	
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #000098;
}
#centercol h6{
	border-left-style: none;
	padding-top: 0px;
	padding-bottom: 0;
	margin-left: 50px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 0.7em;
	padding-left: 12px;	
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #000098;
}
/*----begin neue Liste-------*/
#centercol ul, ol {	
font-size: 0.8em;

	list-style: none outside;
	display: block;
	width: 86%;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 130%;	
}
#centercol ul li {
font-size: 1em;
	text-align: left;
	background: url(../05_bilder/pfeil-re.gif) no-repeat 0.2em 7px;
	display: block;
	color: #333333;
	padding-left: 19px;
	line-height: 130%;
	margin: 0px 0px 0px 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #DDDEDD;
}
#centercol ul li a:link, #centercol ul li a:visited {
	color: #1E0099;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #F0F0F0;
	border-bottom-color: #F2F2F2;
}
#centercol ul li a:hover, #centercol ul li a:focus {
	color: #fff;
	background-color: #1E0099;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
/*----end neue Liste--------*/
/*----beginn neue Unterliste--------*/
#centercol ul ul li {
font-size: 1.1em;
	text-align: left;
	background: url(../05_bilder/pfeil-re.gif) no-repeat 0.2em 7px;
	display: block;
	color: #333333;
	padding-left: 19px;
	line-height: 130%;
	margin: 0px 0px 0px 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #DDDEDD;
}
/*----end neue Unterliste--------*/
/*--- Bild float rechts begin ----*/
#bild {
	float: right;
	font-size: 0.8em;
	border: 1px solid #CCCCCC;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 14px;
	margin-top: 0px;
	margin-right: 42px;
}
#bild p {
	color: #999999;
	}
#bild img {
	text-align: right;
	margin-right: -12px;
}
.clear {
clear: right;
}
/*--- Bild float rechts end ----*/
#centercol a img {
	border: 1px solid #CCCCCC;
}
#centercol img {
	border: 1px solid #CCCCCC;
}
.liste-einrucken {
	padding-left: 5px;	
	}
.farbe-hervorheben {
	color: #FD7532!important;
	}
.kursiv {
	font-style: italic;
}
.nach-rechts {
	float: right;
}
.img {
	float: right;
	margin: 0 0 20px 20px;
}
.img_click {
	float: right;
	margin: 0 20px 20px 20px;
}
.img-mittig {
	vertical-align: middle;
}
.einrucken{
	text-indent: 14px;
}
.orange-fett{
	color: #FF9900;	
	font-weight: bold;
}
.autor  { 
	color: #4a4a4a; 
	font-size: 86%;
	word-spacing: 2px; 
	letter-spacing: 2px 
}
.porga {
	background-color: #F1F1F1;
	width: 85%;
	margin-top: 8px;
	margin-left: 0px;
	/*border: dotted 1px #e3e3e3;*/
	display: block;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	}
.zuruck-ubersicht {
	font-size: 0.6em
}
#back {
	float: right;
	z-index: 1000;
}
#back img {
	border-style: none;
}
#hoch {
	float: right;
	clear:both;
}
#hoch img {
	border-style: none;
}
#hochimtext {
	float: right;
	border: none;
	/*clear:both;*/
}
#hochimtext img {
	border: none;
	/*clear:both;*/
}
/*---centercol-end----*/

/*---rightcol-begin----*/
#rightcol {
	float: right;
	width: 146px;
	padding: 20px;
	/*border: 1px dotted #B3B2B2;
	background: #FFFFFF;
	background-color: #F1F1F1;*/
}
#rightcol  img {
	border: 1px solid #CCCCCC;
}
#rightcol h1{
	padding-top: 0;
	padding-left: 8px;
	padding-bottom: 0;
	margin-left: -10px;
	margin-top: -10px;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 0.94em;
	border-right-width: 16px;
	border-right-style: solid;
	border-right-color: #000098;
}
.linie-unter-h1{
	text-align: left;
	width: 80%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000098;
	padding-bottom: 20px;
	padding-left: 20px;
}
#rightcol h2{
	border-left-style: none;
	padding-top: 9px;
	padding-bottom: 0;
	margin-left: 0;
	margin-top: 8px;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 0.82em;
	padding-left: 0;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #9E9E9E;
}
#rightcol h3{
	border-left-style: none;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 0;
	margin-top: 8px;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 0.76em;
	padding-left: 0;	
}
.rightcol-h3-einrucken {
	margin-left: 20px;	
}
#rightcol h4{
	border-left-style: none;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 0.72em;
	padding-left: 0;	
}
#rightcol p{
	margin-left: 0;
	padding-left: 0;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 0;
	font-size: 0.7em;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
}
#rightcol a { 
	text-decoration: none;
}
#rightcol a img {
	border: 1px solid #CCCCCC;
}
#rightcol a:link, #rightcol a:visited {
	color: #666666;
	text-decoration: none;
	font-size: 0.7em;
	display: block;
	padding: 5px 0px 5px 5px;
	border: 1px solid #D9D9D9;
}
#rightcol a:hover, #rightcol a:focus {
	color: #666666;
	text-decoration: none;
	font-size: 0.7em;
	display: block;
	padding: 5px 0px 5px 5px;
	border: 1px solid #000098;
	background: #F8FFE8;
}
/*---centercol-end----*/
/*---footer-----------*/


#footerbr { clear: both; 
}
#footer a { 
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #000098;
}
#footer a:hover, #footer a:focus { 
	color: #fff; 
	background-color: #000098;
}
/*  -------beginn table--------------*/ 
table{
	border: 1px solid #CCCCCC;	
}

.datatabel-bold-red{
	color: #3C9CDF;
	font-weight: bold;
}
.farbe{
	color: #FD7532;
	font-weight: bold;
}
.farbe2{
	color: #1E0099;
	font-weight: bold;
}
tr{
	vertical-align: top;
	font-size: 86%	
}
td, th{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	padding: 4px 0px 0px 4px;
}
th {
	font-size: 86%;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	padding: 2px;
}
.th-scope {
	background: #000098;
	padding: 4px 0px 3px 4px;
	color: #FFFFFF;
}
.td-daten {
	background: #F8FFE8;
	font-weight: bold;
	color: #999999;
}
caption {
	font-size: 82%;
	font-style: normal;
	color: #666666;
	padding-bottom: 8px;
	margin-left: 0px;
	text-align: left;
	font-weight: bold;
}
/*  ------end table----------------*/ 

/* -------begin schnellsuche--------*/
#albumlist { 
	list-style-type: none; 
}
#albumlist li {
	float: left;
	margin-right: 3px;
	margin-bottom: 15px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #333333;
	}
#albumlist img { 
	margin: 6px 14px 14px 6px; 
	display: block; 
	/*border: solid 8px #cdcdcd;*/
	/*outline: solid 2px #fff; */
}

/* -------end schnellsuche--------*/


#inhalt p.site_weiss{
	background-color: #888888;
	margin: 0 0 0 181px;
	font-weight: bold;
	padding: 3px 0 3px 20px;
	background-attachment: scroll;
	background-image: url(../grafik/bread.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#inhalt ul.site_weiss{
	background-color: #aaaaaa;
	margin: 0;
	padding: 5px 0 20px 220px;
	color: #000000;
	background-attachment: scroll;
	background-image: url(../grafik/site_ul.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	
}

#inhalt ul.site_weiss a:link, #inhalt ul.site_weiss a:visited{
	color: #000000;
}
#inhalt ul.site_weiss a:hover, #inhalt ul.site_weiss a:active{
	color: #000099;
}


#inhalt p.site_blau{
	background-color: #3333FF;
	margin: 0 0 0 181px;
	font-weight: bold;
	padding: 3px 0 3px 20px;
	background-attachment: scroll;
	background-image: url(../grafik/blau.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#inhalt ul.site_blau{
	background-color: #6699FF;
	margin: 0;
	padding: 5px 0 20px 220px;
	color: #000000;
	background-attachment: scroll;
	background-image: url(../grafik/site_ul.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#inhalt ul.site_blau a:link, #inhalt ul.site_blau a:visited{
	color: #000000;
}
#inhalt ul.site_blau a:hover, #inhalt ul.site_blau a:active{
	color: #000099;
}


#inhalt p.site_gruen{
	background-color: #009900;
	margin: 0 0 0 181px;
	font-weight: bold;
	padding: 3px 0 3px 20px;
	background-attachment: scroll;
	background-image: url(../grafik/gruen.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#inhalt ul.site_gruen{
	background-color: #8FFEA8;
	margin: 0;
	padding: 5px 0 20px 220px;
	color: #000000;
	background-attachment: scroll;
	background-image: url(../grafik/site_ul.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#inhalt ul.site_gruen a:link, #inhalt ul.site_gruen a:visited{
	color: #000000;
}
#inhalt ul.site_gruen a:hover, #inhalt ul.site_gruen a:active{
	color: #000099;
}


#inhalt p.site_gelbgruen{
	background-color: #99FF00;
	margin: 0 0 0 181px;
	font-weight: bold;
	padding: 3px 0 3px 20px;
	background-attachment: scroll;
	background-image: url(../grafik/gelbgruen.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#inhalt ul.site_gelbgruen{
	background-color: #CBFE7E;
	margin: 0;
	padding: 5px 0 20px 220px;
	color: #000000;
	background-attachment: scroll;
	background-image: url(../grafik/site_ul.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#inhalt ul.site_gelbgruen a:link, #inhalt ul.site_gelbgruen a:visited{
	color: #000000;
}
#inhalt ul.site_gelbgruen a:hover, #inhalt ul.site_gelbgruen a:active{
	color: #000099;
}


#inhalt p.site_gelb{
	background-color: #FFDF5E;
	margin: 0 0 0 181px;
	font-weight: bold;
	padding: 3px 0 3px 20px;
	background-attachment: scroll;
	background-image: url(../grafik/gelb.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#inhalt ul.site_gelb{
	background-color: #FFE47B;
	margin: 0;
	padding: 5px 0 20px 220px;
	color: #000000;
	background-attachment: scroll;
	background-image: url(../grafik/site_ul.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#inhalt ul.site_gelb a:link, #inhalt ul.site_gelb a:visited{
	color: #000000;
}
#inhalt ul.site_gelb a:hover, #inhalt ul.site_gelb a:active{
	color: #000099;
}


#inhalt p.site_orange{
	background-color: #FE8949;
	margin: 0 0 0 181px;
	font-weight: bold;
	padding: 3px 0 3px 20px;
	background-attachment: scroll;
	background-image: url(../grafik/orange.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	list-style-position: outside;
}

#inhalt ul.site_orange{
	background-color: #FECA7C;
	margin: 0;
	padding: 5px 0 20px 220px;
	color: #000000;
	background-attachment: scroll;
	background-image: url(../grafik/site_ul.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	list-style-position: outside;
}
#inhalt ul.site_orange ul{
	list-style-position: outside;
}

#inhalt ul.site_orange a:link, #inhalt ul.site_orange a:visited{
	color: #000000;
}
#inhalt ul.site_orange a:hover, #inhalt ul.site_orange a:active{
	color: #000099;
}


#inhalt p.site_rot{
	background-color: #E21B20;
	margin: 0 0 0 181px;
	font-weight: bold;
	padding: 3px 0 3px 20px;
	background-attachment: scroll;
	background-image: url(../grafik/rot.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
