
/*-- Tabellen allgemein ------------------------------------------------*/

table {
	width: 100%;
	margin: 10px 0 30px 0;
	font-size: 12px;
	color: #333;
	border-bottom:1px solid #e6e6e6;
}

th {
	vertical-align: bottom;
	text-align:left;
	border-bottom:2px solid #e6e6e6;
	border-top:2px solid #e6e6e6;
	background:none;
	color:#003466;
	font-size:12px;
	font-weight:normal;
	padding:7px 3px 7px 10px;
}

tr {
	border-bottom:1px solid red;
	}	

tr.last {
	background-color: #f3f3f3;
}

tr.last td {
	border-bottom: 1px solid #333;
}

tr.zwischen td {
	background-color:white;
	font-weight:normal;
	color:#4884c3;
}

tr.zwischen.spezial td {
	padding-top:30px;
}

tr.zwischen td span {
	font-weight:normal;
	font-style:italic;
	}

td {
	border-bottom: 1px solid #fff;
	vertical-align: top;
	color:#333;
	font-size:12px;
	padding:4px 0px 4px 10px;
	background:#f1f1f1;
	line-height:16px;	
}

td.fixed {
	width: 15%;
	text-align: right;
}

td span.note {
	color:#888;
	font: normal 11px/13px Arial;
}

	
tfoot td {
	color:#888;
	font: normal 11px/13px Arial;
	border-top:1px solid #e6e6e6;
	background:none;
	}
	
thead td {	
	padding:5px 10px;
	color:#003466;
	font: normal 14px/18px Arial;
	background:none;
	border-bottom:1px solid #e6e6e6;
	}	
	
thead td span {	
	color:#003466;
	display:block;
	font-size:12px;
	}
	
thead td.tall {	
	color:#003466;
	font: normal 17px/19px Arial;
	}	
	
	
table.twoCol tr td {
	width: 50%;
}