/*
* Style: Tabelle rot-weiss
* Author: Jens Mielke, 4wd media
* Site: www.4wdmedia.de
* Country Origin: Germany
*/

#itsthetable {
	font: 12px Verdana, sans-serif;
}
table a, table a:visited {
	color: #724826;
	text-decoration: none;
	display: block;
}
table a:visited {
	text-decoration: line-through;
}
caption, th, td {
	vertical-align: top;
	text-align: left;
}
table caption, th, tfoot td {
	font-weight: normal;
	color: #0E4B8E;
}
table caption {
	background-color: #AAA;
	padding: 8px;
	width: 20%;
	margin-left: 10px;
	color: #333;
}
table {
	border-spacing: 0;
	width: 100%;
	background-color: red;
}
td, th {
	padding: 8px;
}
thead th {
	background-color: white;
	border-bottom: 1px solid #AAA;
	color: #0E4B8E;
}
tfoot th, tfoot td {
	background-color: white;
	border-top: 1px solid #AAA;
	border-bottom: 15px solid #AAA;
	color: red;
}
tbody td, tbody th {
	color: #724826;
}
tbody th a {
	color: #724826;
}
tbody tr:hover td, tbody tr:hover th, tbody tr:hover td a, tbody tr:hover th a {
	color: #0E4B8E;
	background-color: white;
}
tbody tr:hover td a:visited, tbody tr:hover th a:visited {
	color: #0E4B8E;
}