/*************************************************************
*
* Stylesheet Extension v.1.1
*
* Template +ext für Seite: Handel + Dienstleistung
*
**************************************************************/


/* GENERAL FONTS */

H1 {
        font-size: 18px;
        font-weight: bold;
        line-height: 120%;
        color: #9a1829;
}

H2 {
        font-size: 16px;
        font-weight: bold;
        line-height: 120%;
        color: #9a1829;
	margin: 20px 0px 6px 0px;
}

H5 {
        font-size: 11px;
        font-weight: bold;
        line-height: 120%;
        color: #9a1829;
}


/* TABELLE STADTTEILKARTE + ALLGEMEINE STRUKTURDATEN */

.karte_stadtteil_und_strukturdaten {
 	text-align: left;
	vertical-align: top;
 	padding: 0px 0px 0px 0px;
 	margin: 20px 0px 0px 0px;
}



/* TABELLE STANDORTPORTRAITS */

.tabelle_standortportrait {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
        line-height: 120%;
 	text-align: left;
 	margin: 5px 0px 0px 10px;
}

.tabelle_standortportrait_text {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
        line-height: 120%;
 	text-align: left;
 	margin: 110px 0px 0px 12px;
}

.tabelle_standortportrait_text_city {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
        line-height: 120%;
 	text-align: left;
 	margin: 225px 0px 0px 12px;
}

.tabelle_standortportrait th{
        color: #9a1829; 
/*      color: #666666; */
	background-color: #ffffff;
 	padding: 0px 0px 10px 0px;
}

.tr-even {
        color: #666666;
	background-color: #ffffff;
}

.tr-odd {
        color: #666666;
	background-color: #eeeeee;
}


