/* 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%;
}

/* Erweiterungs-CSS: Benutzerdefinierte Inhalte zweispaltig */


/* Tabellen *********************************************** */

/* Tabelle: Vollversammlung --------------------------------------- */

#wrapper_content table.vollvers {
	margin-bottom: 1em;
}

/* Erste Spalte */
#wrapper_content table.vollvers .td-0 {
	width: 30%;
}

/* Zweite Spalte */
#wrapper_content table.vollvers .td-1 {
	width: 70%;
}



