*, html, body, p, td {
font-family: Arial, Helvetica, Geneva, san-serif;
font-size: 12px; 
color: #000000;
}
a {
color: #B7260B;
text-decoration: none;
}
a:hover {
color: #004E9D;
text-decoration: none;
}
body, html {
margin: 0;
padding: 0;
}
.topnav {
background-color: #B7260B;
padding: 3px 6px;
color: white;
font-weight: bold;
}
.topnav a {
color: white;
font-weight: bold;
}
div.inhalt {
margin-left: 6px;
}
div.alles {
margin: 0 auto 0 10px;
border: 1px solid black;
width: 753px;
}
h1 {
  font-size: 16px;
}
th {
text-align: left;
font-weight: bold;
font-size: 12px; 
}
th.section {
color: white;
background-color: #B7260B;
}
td {
vertical-align: top;
}
tr.even {
	background-color: #eee;
}
tr.odd {
	background-color: #FFFFFF;
}
span.sperrbis {
	color: red;
}
span.gueltbis {
	color: green;
}