/**
 * In dieser CSS-Datei werden alle Schriftgroessen und Schriftstaerken bestimmt
 */

body{
	font-family:Verdana,Helvetica,sans-serif;
	font-size:11px;
	line-height:15px;
}

/**
 * 1. Navigationseben
 */
ul#navigation li a{
	font-size:12px;
	font-weight:bold;
}

/**
 * 2. Navigationseben
 */
ul#navigation li ul li a{
	font-size:11px;
	font-weight:normal;
}

/**
 * Title-Ueberschrift 
 */
div#containerTitle h1{
	font-size:18px;
	line-height:29px;
	font-weight:bold;
}

/**
 * Teaser-Ueberschriften 
 */
div#containerContent div.teaser h2 {
	font-size:11px;
	font-weight:bold;
}

/**
 * Ueberschrift H1 im Content
 */
 /****** NEU ********/
div#content h1{
	font-size:18px;
	font-weight:bold;
	padding:10px 10px 10px 10px;
		/*border:1px #000000 solid;
		background-color:#999999;*/
}

/**
 * Ueberschrift H2 im Content
 */
div#content h2{
	font-size:11px;
	font-weight:bold;

}

/**
 *Formatierung eines Links im Fiesstext des Content 
 */
div#content a.dokumentenLinkImText{
	font-size:11px;
	font-weight:normal;
}
/**
 * interner Link
 */
a.dokumentLink{
	font-weight:bold;
}

/**
 * Ueberschrift im Aktionsteaser
 */
div#containerAktionsteaser h2{
	font-weight:bold;
	font-size:12px;
}

/**
 * Datum im Aktionsteaser
 */
div#containerAktionsteaser p.aktionsteaserDatum{
	font-size:11px;
}

/**
 * Groesse des MWC Title
 */
div.mwcTitle h2{ 
 font-size:12px;
 font-weight:bold;
}

/**
 * Formatierung des Kurzinfotextes im Formular
 */
div#content span.formularKurzinfo{
	font-size:10px;
}

/**
 * Formatierung des Fehlertextes im Formular
 */
div#content div.formularError{
	font-size:10px;
	color: #ff0000;
	padding-left: 145px;
}

/**
 * Formatirung der Ueberschrift in der Weiterempfehlen-Seite
 */
div.weiterempfehlenSeite h2{
	font-size:20px;
}



