.contenttable{
	width: 100%;
}

.tabelle{
	width: 100%;
	/*width: 370px;*/
	margin-top: 15px;
}
.tabelle .singlerow{
	background: #B0B535 url(../media/tabelle_pfeil.gif) no-repeat 5px 5px;
	color: #fff;
	padding-left: 20px;
	font-weight: bolder;
	line-height: 22px;
}

.rowgreen{
	background: url(../media/table_green_row.gif) repeat-y 0px 0px;
	font-size: 11px;
	color: #fff;
	font-weight: bolder;
}
.rowlight{
	background: url(../media/table_light_row.gif) repeat-y 0px 0px;
	font-size: 11px;
	color: #333;
	margin-bottom: 2px;
	
}
.rowdark{
	background: url(../media/table_dark_row.gif) repeat-y 0px 0px;
	font-size: 11px;
	color: #333;
	margin-bottom: 2px;

}
.row_wrap{
}
.small{
	font-size: 95%;
	color: #666;
	background: #fff;
	width: 100%;
	padding-top: 2px;
	padding-left: 3px;
}
.tabelle .first{
	padding-top: 5px;
}
.tabelle p{
	font-weight: bolder;
	padding: 3px 0 3px 0;
}
.tabelle .eins{
	float: left;
	width: 185px;
	text-align: right;
	padding: 3px 0 3px 0px; 
}

.tabelle .eins .left{
	float: left;
	width: 47%;
	text-align: left;
	padding-left: 4px;
}

.tabelle .eins .right{
	float: right;
	width: 50%;
}
.tabelle .zwei{
	float: left;
	width: 95px;
	padding: 3px 0 3px 0px;
	margin-left: 20px;
}
.tabelle .drei{
	width: 85px;
	float: left;
	padding: 3px 0 3px 0px;
	margin-left: 10px;
}

.tabelle .align_left{
	text-align: left;
}
.tabelle .align_right{
	text-align: right;
}
.tabelle .align_left_bold{
	text-align: left;
	font-weight: bold;
}
.tabelle .align_right_bold{
	text-align: right;
	font-weight: bold;
}

.tabelle .eins span, .tabelle .zwei span, .tabelle .drei span{
	float: left;
	position: relative;
	left: 5px;
	text-align: left;
}
.tabelle .eins span.small{
	font-size: 10px;
	color: #999;
}
.tabelle p{
	margin: 0 0 0 0;
}

table{
	font-size: 12px;
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
}
table td{
	border: 1px solid #B0B535;
	
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
	vertical-align: top;
}
table tr{
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
}
