/* CSS-Datei für große Schrift */

body {
	font-size: 115%;
	line-height: 36px;
}

div.seitenposition {							/* Container für Seitenpositionsangabe */
	font-size: 80%;
}

div.subnavipunkte {								/* Positionierung der Subnavigationspunkte */
	font-size: 11px;
	line-height: 14px;
}

div.navipunkte {								/* Positionierung der Navigationspunkte */
	font-size: 11px;
	line-height: 14px;
}

div.newsbox {									/* Container für aktuelle Meldungen etc., rechts */
	font-size: 80%;
	line-height: 26px;
}

h4 { 											/* Überschriften im Text */
	font-size: 145%;
}

.suchfeld {
	font-size: 11px;
}

.buttonSuchen {
	font-size: 11px;
}

.eingabefeldklein {								/* Formatierung für das Eingabefeld "Suchen" */
	font-size: 12px;
}

.eingabefeldgross {								/* Formatierung für das Eingabefeld "Suchen" */
	font-size: 12px;
}

.buttonAbschicken {								/* Formatierung für Button "Abschicken" */
	font-size: 11px;
}