/* CSS Document für die mittlere Schriftgröße */


/* In dieser Datei sind alle Formatierungen enthalten, die sich durch die Schriftgrößenänderung anpassen. */


/***************** - BEGINN Formatierung für die Newsbox - *****************/


#news {
font-size:11px;
}

/***************** - ENDE Formatierung für die Newsbox - *****************/



/***************** - BEGINN Formatierung für den Seiteninhalt - *****************/

h1 {								/* Seitenüberschrift rot */
font-family:"Myriad Pro", Arial, sans-serif;
font-size:21px;
color:#d3031c;
font-weight:normal;
}

#content p {						/* Absatz Inhalt */
font-size:12px;
line-height:17px;
}

#content {							/* Text Inhalt */
font-size:12px;
line-height:17px;
}


.listing {							/* allg. Auflistung mit Pfeil */
list-style-image:url(../img/listing-arrow.gif);
line-height:30px;
}

.listing1 {							/* allg. Auflistung ohne Aufzählungszeichen */
list-style-type:none;
line-height:17px;
}

#content .headlineap {             	/* Kategorien der Ansprechpartner */
text-transform:uppercase;
text-decoration:none;
font-size:13px;
font-weight:normal;
padding:4px;
color:#d3031c;
}


#content .headlinehav {				/* Kategorien Havariedienst */
text-transform:uppercase;
text-decoration:none;
font-size:13px;
font-weight:normal;
padding:4px;
background-color:#ffffff;
color:#d3031c;
}

#content .infohav {					/* Infotext Havariedienst */
text-transform:none;
font-size:10px;
color:#d3031c;
text-align:right;
}

#content .headlinewoh {				/* Headline Kategorien Wohnungssuche Seite 1 */
text-transform:uppercase;
text-decoration:none;
font-size:13px;
font-weight:normal;
padding:3px 6px 3px 6px;
background-color:#fafafa;
color:#d3031c;
}

.mail_ok {
font-size:12px;
line-height:17px;
font-style:oblique;
}

.error {
font-size:12px;
line-height:17px;
font-style:oblique;
color:#FF0000;
}

/** Menü kann hier weggelassen werden, Standard-Einstellungen sind in der styles.css**/
.menu li a, .menu li a:visited {
	font-size: 14px;
	}

#submenu1 a, #submenu2 a, #submenu3 a, #submenu4 a {
	font-size: 13px;
	}
