
/* -------------------------------------------------------------------
    Formatierungen für die Seiten der Zuständigkeiten               */


 /* Die Liste mit dem Alphabeth A-Z*/
#zust-kopf-1 {
	background-color: #ECECEC;
	line-height: 200%;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1.5pt;
	margin-top: 10px;
}

/* Die Elemente Links und Rechts */
#zust-links, #zust-rechts {
	float: left;
	width: 48%;
	line-height: 160%;
	margin-bottom: 20px;
}
#zust-links {
	margin-right: 15px;
}
#zust-rechts {

}
.zust-kopf-2 {
	background-color: #ECECEC;
	line-height: 160%;
	color: #000000;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}

/* Formatierungen für die Seite mit Name und Adresse (Zuständig für ... */
 .zust_fuer {
 	margin: 0 0 20px 0;
	padding: 10px 0 15px 10px;
 	border: 1px solid  #ddd;
}
.zust-backlink {
	margin-left: 6px;
	margin-bottom: 12px;
}


