/*TABELLE MITGLIEDSCHAFT*/

.contenttable { 
	font-size: 11px;
	line-height: 13px;
	color: #000;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border: solid #ffffff 0px;
	border-collapse: collapse;
	width: 100%;
}

.tr-odd { 
	background-color: #ffffff;
}

.tr-even { 
	background-color: #f6f6f6;
}

.tr-0 { 
	font-weight: bold;
	color: #ffffff;
	background-color: #bebebe;
}

.td-0 {
	width: 15%; 
	font-weight: normal;
	text-align: right;
	padding: 2px 4px 3px 4px;
	vertical-align: top;
	border-right: 1px;
	border-right-color: #bebebe;
	border-right-style: dashed;  
}

.td-1 {
	font-weight: bold;
	width: 70%;
	padding: 2px 4px 3px 4px;
	vertical-align: top;
	text-align: left;
	border-right: 1px;
	border-right-color: #bebebe;
	border-right-style: dashed; 
}

.td-2 {
	width: 1%;
	padding: 2px 4px 3px 4px;
	vertical-align: top;
	text-align: left;
	border-right: 1px;
	border-right-color: #bebebe;
	border-right-style: dashed;
}

.td-3 {
	width: 20%;
	padding: 2px 4px 3px 4px;
	vertical-align: top;
	text-align: left;
	border-right: 1px;
	border-right-color: #bebebe;
	border-right-style: dashed;
}

.td-last {
	width: 20%;
	padding: 2px 4px 3px 4px;
	vertical-align: top;
	text-align: left;
}

.m  { 
	font-size: 14px;
	font-weight: bold;
	color: #090;
}

.e  { 
	font-size: 14px;
	font-weight: bold;
	color: #d8d80f;
}

.o  { 
	font-size: 14px;
	font-weight: bold;
	color: #00c;
}