/* Erweiterungs-CSS: Benutzerdefinierte Inhalte */


/* Tabellen *********************************************** */

/* Tabelle: A bis Z --------------------------------------- */

#wrapper_content table.a-bis-z {
	margin-bottom: 1em;
}

/* Erste Spalte */
#wrapper_content table.a-bis-z .td-0 {
	width: 50%;
}

/* Zweite Spalte */
#wrapper_content table.a-bis-z .td-1 {
	width: 25%;
}

/* Dritte Spalte */
#wrapper_content table.a-bis-z .td-2 {
	width: 25%;
}



