/* @group Vorstand */

div.table_vorstand {
	display: table;
	border-collapse:collapse;
	width: 100%;
	margin: 0;	
}

div.table_vorstand div.th_vorstand_kat {
	display:table-row;
	font-weight: bold;
}

div.table_vorstand .th {
	display:table-row;
	font-weight: bold;
	background: #e7e7e7;
}

div.table_vorstand .tr {
	display:table-row;
}

div.table_vorstand .th  div,
div.table_vorstand .tr  div {
	display:table-cell;
	padding: 5px;
	border: 1px solid #ccc;
	text-align: left;
}

div.table_vorstand .tr:nth-of-type(odd)  div {
	background: #f9f9f9;
}







/* @end */
