﻿/* Fachbereichs-Navi-CSS */
/* Inhalt: größere Schrift - Wunsch Fachbereich RVDL
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: #666666;
}
#Navigation a:active {
	text-decoration: underline;
	color: #666666;
}

/* Achtung: der aktive Navigationspunkt ist als Klasse deklariert */
.NavigationAktiv {
	color: #666666;
	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: #B4D1E8;
	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: #B4D1E8;
	font-size: 1.0em;
}
.Inhalt h1 {
	font-size: 1.0em; /*0.85em*/
	line-height: 1.6em;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-weight: bold;
	padding-right: 10px;
	color: #006699;
}
.Inhalt h3 {
	font-size: 0.85em; 
	line-height: 1.6em;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #006699;

}

.Inhalt h5 {
	font-size: 0.8em; 
	line-height: 1.6em;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-weight: normal;
	color: #666666;

}

.Inhalt H1 a /* Wird für den Anker benötigt, damit dieser in der Bereichsfarbe
				dargestellt wird*/
{
	color: #006699;
}

.Inhalt H3 a /* Wird für den Anker benötigt, damit dieser in der Bereichsfarbe
				dargestellt wird*/
{
	color: #006699;
}

/* Bereich Fusszeile */
.Inhalt #Fusszeile {
	font-size: 0.75em; /* InfoKom*/
}

/* Applikation Kontaktformular */

.Spalte1
{
	width:115px;
	vertical-align:top;
	float:left;
}
.Spalte2
{
	vertical-align: top;
	width: 255px;
}
.Zeile
{
	padding-top:5px;
	width:380px;
}
.Message
{
	font-weight: bold;
	color: #ff0033;
}

/*	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;
}

.Message
{
	font-weight: bold;
	color: #cc0033;
}

.MessageOK
{
	font-weight: bold;
	color: #009966;
}

.Foto
{
	font-size: 2px;
}
 /*Neu damit bei dem Newsletter das Foto mittig erscheint */
.Inhalt img {
	float: none;
}

/* Applikation Iris */

.Abstand
{
	letter-spacing: -1px;
}


/* 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;
}