/* Fachbereichs-Navi-CSS */
/* Navigationsfarben für den Bereich Homepage der Links 
Besonderheit:	Siehe .Inhalt #Fusszeile
				font-size muss in jeder Fachbereichs-Navi-CSS enthalten sein,
				da hier die Werte verändert werden mußten*/


/* Eigene Grafik für den Hintergrund */
#GesamtRahmen 
{
		background-image: url(Hintergrund.gif);
}
/* Navigation: Farbe */
#Navigation a:hover {
	text-decoration: underline;
	color: #ff5821;
}
#Navigation a:active {
	text-decoration: underline;
	color: #ff5821;
}

/* Achtung: der aktive Navigationspunkt ist als Klasse deklariert */
.NavigationAktiv {
	color: #ff5821;
	font-weight: bold;
}


/* Klasse für das UL in der Navigation
hier werden die verschiedenen Ebenen ermittelt */
.Ebene2 {
	font-weight: bold;
}
.Ebene3 {
	font-weight: bold;
}
.Ebene4 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.Ebene5
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

/* Service-Ecke: Hintergrundfarbe */
#Service {
	color: #333333;
	margin: 0px;
	padding: 0px;
	float: right;
	background-color: #ffeae3;
	width: 192px;
	min-height: 80px;
}


/* Inhalt: Hintergrundfarbe */
.Inhalt 
{
	width: 400px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #ffeae3;
	font-size: 0.9em;
}
.Inhalt h1 {
	font-size: 0.85em; /*0.85em*/
	line-height: 1.6em;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-weight: bold;
	padding-right: 10px;
	color: #ff5821;
}
.Inhalt h3 {
	font-size: 0.75em; 
	line-height: 1.6em;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-weight: bold;
	padding-right: 10px;
	color: #ff5821;
}
.Inhalt H1 a /* Wird für den Anker benötigt, damit dieser in der Bereichsfarbe
				dargestellt wird*/
{
	color: #ff5821;
}

.Inhalt H3 a /* Wird für den Anker benötigt, damit dieser in der Bereichsfarbe
				dargestellt wird*/
{
	color: #ff5821;
}

/* Bereich Fusszeile */
.Inhalt #Fusszeile {
	font-size: 0.75em; /* InfoKom*/
}

/* Achtung nur für die Homepage */
#Navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}
#Navigation li {
	padding-top: 0.45em;
	padding-bottom: 0.45em;

}
#Navigation p {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	height: 4px;
}

#Navigation h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}