table {
	font:normal 95%/150% Arial, Verdana, Helvetica, Geneva, sans-serif;
	border-collapse:separate;
	border-spacing:0;
	margin:0 0 1em;
	color:#000;
	width:99%;
	}
thead th,
thead td {
	border:1px solid #aaa;
	border-width:1px 0;
	background:#ccc;
	}
tfoot th,
tfoot td {
	border:0;
	}	
th {
	font-weight:bold;
	line-height:normal;
	padding:0.3em 0.5em;
	text-align:left;
	}
tbody th,
td {
	padding:0.3em 0.5em;
	text-align:left;
	}
tbody th {
	font-weight:bold;
	}
tbody td,
tbody th {
	border:1px solid #fff;
	border-width:1px 0;
	}
tbody tr.odd th,
tbody tr.odd td {
	border-color:#EBE5D9;
	background:#F7F4EE;
	}
tbody tr:hover td,
tbody tr:hover th {
	background:#fff;
	border-color:#882D2D;
	}
caption {
	font:bold 1.1em Verdana, Arial, Helvetica, Geneva, sans-serif;
	text-align:left;
	color: Maroon;
	padding-top:15px !important;
	padding-bottom:.2em;
	}
	/*
Tabellen mit fieldset - noch experimentieren!
www.brozmann.biz
================================================*/
fieldset {
	margin: 20px 30px;
	padding: 0 20px;
}

legend {
	padding: 0 5px;
	color: #a21;
	font-size: 8pt;
	text-transform: uppercase;
	letter-spacing: 1pt;
}
table.infield {
	margin: 20px 0 10px 0;
}
th.listhead, th.listheadz {
	padding: 3px 5px;
	background: #882D2D; /*fd8;*/
	color: white;
	font-size: 9pt;
	font-weight: bold;
	font:normal 95%/150% Arial, Verdana, Helvetica, Geneva, sans-serif;
}
td.listitem, td.listitemz {
	padding: 2px;
	border-bottom: 1px solid #fd8;
}
td.listitem {
	text-align: center;
}
td.listitemz {
	font-size: 8pt;
}