/**
 * Content-Tabele Definitions
 */


/* BEGIN standard */
table.contenttable td.td-0,
table td {
	color : #333333;
	font-size : 12px;
	font-weight : normal;
	font-family : sans-serif;
	vertical-align : top;
	/*white-space: nowrap;*/
	padding-bottom: 2px;
}
table.contenttable td.td-last {
	color : #333333;
	font-size : 12px;
	font-weight : normal;
	font-family : sans-serif;
	vertical-align : top;
	/*white-space: nowrap;*/
	padding-bottom: 2px;
	padding-left: 5px;
}
table.contenttable th.th-0,
table th {
	color : #333333;
	font-size : 12px;
	font-weight : bold;
	font-family : sans-serif;
	vertical-align : top;
	white-space: nowrap;
	padding-bottom: 2px;
	text-align: left;
}

/* END standard */

/* BEGIN Vorstand */
table.vorstand td.td-0{
	color : #333333;
	font-size : 12px;
	font-weight : bold;
	font-family : sans-serif;
	vertical-align : top;
	white-space: nowrap;
	padding-bottom: 2px;
}
table.vorstand td.td-last{
	color : #333333;
	font-size : 12px;
	font-weight : normal;
	font-family : sans-serif;
	vertical-align : top;
	padding-bottom: 2px;
	padding-left: 5px;
}
/* END Vorstand */

/* BEGIN Delegierte */
table.delegierte td.td-0{
	color : #333333;
	font-size : 12px;
	font-weight : bold;
	font-family : sans-serif;
	vertical-align : top;
	white-space: nowrap;
	padding-bottom: 2px;
}
table.delegierte td.td-last{
	color : #333333;
	font-size : 12px;
	font-weight : normal;
	font-family : sans-serif;
	vertical-align : top;
	padding-bottom: 2px;
	padding-left: 5px;
}
/* END Delegierte */