/* Fachbereichs-Navi-CSS */
/* Navigationsfarben für den Bereich Jugend 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: #D28326;
}
#Navigation a:active {
	text-decoration: underline;
	color: #D28326;
}

/* Achtung: der aktive Navigationspunkt ist als Klasse deklariert */
.NavigationAktiv {
	color: #D28326;
	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: #FFF8EB;*/
	background-image:url(../images/imagebar/bg_menu_1er.gif);
    background-repeat:repeat-y;
	width: 192px;
	min-height: 80px;
}

/* alte Version
.Inhalt {
	width: 400px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #FFF8EB;
	font-size: 0.9em;
}*/


/* Inhalt: Hintergrundfarbe */
.Inhalt {
	width:400px;
/*	border-top-width:3px;
	border-top-style:solid;
	border-top-color:#FFFFFF;*/
	float:left;
	margin:0px;
	padding:0px 0px 0px 0px;
	padding-left:0px;
	background-color:#FFFFFF; /*KK*/
/*	background-color: #FFF8EB;
	font-size:0.9em;*/
}

/* Überschrift H1 und H3 in Bereichsfarbe, die anderen Überschriften sind einheitlich
in grau und befinden sich in der Titel.css */

.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: #99BE00; /*KK*/
/*	color: #D28326;
*/}

.Inhalt h3 {
	/*font-size: 0.75em;*/
	line-height: 1.6em;
	padding-left: 10px;
	margin: 0px;
	padding-top: 15px; /*InfoKom Abstand von 0 auf 15 geändert */
	padding-bottom: 5px;
	font-weight: bold;
	padding-right: 10px;
/*	color:  #D28326;
*/}

.Inhalt H1 a /* Wird für den Anker benötigt, damit dieser in der Bereichsfarbe
				dargestellt wird*/
{
	color: -right: 10px;
	color: #99BE00;
}

.Inhalt H3 a /* Wird für den Anker benötigt, damit dieser in der Bereichsfarbe
				dargestellt wird*/
{
	color: -right: 10px;
	color: #99BE00;
}

/* Bereich Fusszeile */
.Inhalt #Fusszeile {
	font-size: 0.75em; /* InfoKom*/
}

.Inhalt blockquote
{
	font-size: 1.0em;}
	
	/* Applikation Kurs-Anmeldung und
Kontaktformular */
.Spalte1
{
	width:115px;
	vertical-align:top;
	float:left;
}
.Spalte2
{
	vertical-align: top;
}
.Zeile
{
	padding-top:5px;
	padding-left:5px;
	border: solid 1px white;
}

input
{
	font-size: 1.0em;
}
.RadButtontext
{
	height:15px;
	vertical-align:middle;
}
.RadButton
{
	vertical-align:bottom;
}

.Message
{
	font-weight: bold;
	color: #ff0033;
}
.Spalte1
{
	width:115px;
	vertical-align:top;
	float:left;
}
.Spalte2
{
	vertical-align: top;
	width: 255px;
}
.Zeile
{
	padding-top:5px;
	width:380px;
}

.RadButtontext
{
	height:15px;
	vertical-align:middle;
}
.RadButton
{
	vertical-align:bottom;
}


LI.Listing
{
	list-style-type: none;
	padding:0 0 0 -50;
	margin: 0 0 0 -25;
}


.Field1
{
	width:50px;	
}



.HeaderUL
{
	font-weight: bold;
	font-size: 0.8em;
}

/*	Applikation Presse
	Ausgabe der News auf der Startseite und Archiv
*/
.Datum
{
	float: left;
	width: 100px;
	position: static;
	padding-left: 10px;	
}
.Intro
{
	width: 100%;
	position: relative;
	top: 0px;
	height: 20px;	
}
/*	Ausgabe der kompletten News	*/
.Header
{
	font-weight: bold;
	color: #999999;
	float:left;
	padding-left:8px;
}
.Date
{
	float:right;
	font-weight: bold;
	font-size: 0.85em;
	color: #999999;
	padding-right:5px;
}


.MessageOK
{
	font-weight: bold;
	color: #009966;
}

.Foto
{
	font-size: 0.8em;
}

