/* Für die Ergebnistabellen! */

/* Tabellenhintergrundeinstellungen */
table{
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
/* Einstellungen in den Zellen */
table *{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
/* weiss ich noch nicht */
thead{

}
thead * th{
	border-bottom: 1px outset;
	border-top: 1px outset;
	padding-left: 3px;
	padding-right: 3px;
}
tfoot{
}

table * a{
}
/* Kopfzeile in Tabelle*/
tbody * th{
	border-right: 1px solid #956500 !important;
	border-bottom: 1px solid #fff;
	font-size: 12px;
	font-weight: bold;
	padding-left: 2px;
	padding-bottom: 2px;
	text-align: left;
	vertical-align: top;
	color: #000000;
	background-color: #FFE7Cc;
	font-style: normal;
	background-repeat: repeat-x;
	background-position: center top;
}
/* Rahmenfarbe waagerecht*/
tbody * td{
	border-bottom: 1px solid #ddd;
	padding-left: 3px;
	text-align: left;
	vertical-align: top;
	border-top: 0px none;
	border-right: 0px none;
	border-left: 0px none;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
}
tbody tr.odd{
	background: #FFFFCC;
}
tbody tr.odd th{
	background: #FFE2B0;
}
tfoot tr td[colspan='4']{
	text-align: right;
	font-style: italic;
	padding-right: 4px;
	font-weight: normal;
}
tbody tr th+td a{
	background-image: none;
	padding: inherit;
	float: inherit;
}
/* Notwendig für IE6 
tbody td a{
	_background: none;
	_background-position: inherit;
	_padding-left: 2px;
	_float: inherit;
	_padding-right: inherit;
}*/
tfoot * th{
	border: 1px outset;
}
.rahmenbild {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
	vertical-align: baseline;
}

