/* CSS-Datei für Texte (normale Größe) */

body {
	font: 13px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #000000;	
	line-height: 28px;
}

div.seitenposition {							/* Container für Seitenpositionsangabe */
	font-size: 12px;
	color: #AC0303;
}

div.subnavipunkte {								/* Positionierung der Subnavigationspunkte */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #FFFFFF;
}

div.outernavi {
	font-size: 10px;
}

div.navipunkte {								/* Positionierung der Navigationspunkte */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
}

div.newsbox {									/* Container für aktuelle Meldungen etc., rechts */
	font-size: 12px;
	line-height: 18px;
	color: #AC0303;
	float: left;
}

h4 { 											/* Überschriften im Text */
	font-size: 125%;
	color: #AC0303;
}

a:link {										/* Allgemeine Linkdefinitionen */
	color: #AC0303;
	text-decoration: underline;
}

a:visited {
	color: #7D0202;
	text-decoration: underline;
}

a:hover {
	color: #FB0D0D;
	text-decoration: none;
}

a:active {
	color: #FB0D0D;
	text-decoration: none;
}

a.navipunkte:link {								/* Spezielle Linkdefinitionen -> Hauptnavigation */
	color: #FFFFFF;
	text-decoration: none;
}

a.navipunkte:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.navipunkte:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.navipunkte:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.suchfeld {										/* Formatierung für das Eingabefeld "Suchen" */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

.buttonSuchen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

.eingabefeldklein {								/* Formatierung für das Eingabefeld "Suchen" */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.eingabefeldgross {								/* Formatierung für das Eingabefeld "Suchen" */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.buttonAbschicken {								/* Formatierung für Button "Abschicken" */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;	
}

.tabelleKopf, .tabelleKopf a:link, .tabelleKopf a:visited {									/* Definition der Kopfzeile in Tabellen */
	color: #FFFFFF;
	font-weight: bold;
}

.bildtitel  {	
  font-style: italic;
  font-size: 11px;
}

