/* TABLE-----------------------------------------------*/
#coll table{
	margin-bottom: 25px;
}

table.kontakt, table.kontakt tbody, table.kontakt tr, table.kontakt tbody tr td {
	border: 0;
	margin: 0;
	padding: 3px;
	background: 0;
	text-align: left;
}
table.kontakt tr:hover {
	background: 0;
}
table, td {
	border-top: 1px solid #16191c;
	border-right: 1px solid #16191c;
	border-collapse: collapse;
	color: #333333;
		padding: 3px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table {
	border: 1px solid #000000;
}
thead th, tbody th {
	background: #f5f6fa;
	color: #000000;
	font-weight: normal;
	text-align: center;
	border-left: 1px solid #990000;
}
tbody th, th.row {
	background: #f6faf5;
	border-top: 1px solid #990000;
	text-align: center;
	font-weight: normal;
	color: #333333;
}
tbody tr td {
	color: #333333;
}
tbody tr:hover, tbody tr.odd:hover {
	/*background: #030508;*/
}
tbody tr:hover td {
	color: #666666;
}
tbody tr.odd {
	background: #0a0c0d;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:4px;
	height: 35px;
	vertical-align: middle;	
	text-align:center;
}
tbody tr.odd1 {
	background: #000;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
		height: 35px;
	vertical-align: middle;	
	text-align:center;
}
tbody tr.nagl, tbody tr.nagl td {
	background: #EAEAEA;
	color: #333333;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #260101;
		height: 35px;
	vertical-align: middle;	
	text-align:center;
}
tfoot td, tfoot th {
	border-left: none;
	border-top: 1px solid #990000;
	padding: 4px;
	background: #FFF;
	color: #000000;
}
caption {
	text-align: left;
	font-size: 12px;
	color: #000000;
	margin: 15px 0 10px 10px;
}
table a:link {
	color: #000000;
}
table a:visited {
	color: #000000;
}
table a:hover {
	color: #666666;
	text-decoration: none;
}
table a:active {
	color: #000000;
}
h1 {
	padding: 10px 40px;
}

