h1 {
font-size: 2em;
color: #b30000;
font-weight: normal;
margin: 0px;
padding:0px;
font-weight: bold;
}

h1 + h2 {
margin: 0px;
}

h2 {
font-size: 1.6em;
color: #b30000;
font-weight: normal;
margin: 20px 0 0 0;
padding:0px;
font-weight: bold;
}

h2 + h3 {
margin: 0px;
}

h3 {
font-size: 1.3em;
color: #b30000;
font-weight: normal;
margin: 20px 0 0 0;
padding:0px;
font-weight: bold;
}

h3 + h4 {
margin: 0px;
}

h4 {
font-size: 1em;
color: #b30000;
font-weight: normal;
margin: 20px 0 0 0;
padding:0px;
font-weight: bold;
}

a {
color: #b30000;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

a:visited {
color: #5a0000;
}

b {
font-weight: bold;
}

p {
margin-bottom:0px;
padding-bottom:0px;
}


html, body{
font-family: arial, sans-serif;
margin: 0px;
height: 100%;
text-align: center;
font-size: 0.9em;
}

img.left {
float: left;
}

img.right {
float: right;
}

div#content {
position: relative;
width: 1000px;
text-align: left;
min-height: 100%;
margin-left: auto; margin-right: auto;
background-image:url(background.png); background-repeat:repeat-y;
z-index: 0;
}

*html div#content {
height: 100%;
}


div#mapContainer {
  height: 600px;
  width: 600px;
}

div#navigation{
margin: 0px;
padding: 0px;
width: 250px;
float: left;
}

*html div#navigation{
padding-bottom:300px;
}

div#navigation ul#links {
margin: 26px 0 0 0;
padding:0px;
list-style-type:none;
}


div#navigation ul#links li{
height: 32px;
width: 220px;
margin: -7px 0 0 0;
padding: 8px 0 0 0;
text-ident:0px;
background-image: url(link_inactive.png); background-repeat:no-repeat;
}


*html div#navigation ul#links li{
margin:0px;
}

div#navigation ul#links li a{
margin-left: 50px;
width:220px;
color: black;
text-decoration: none; 
text-ident:0px;
font-size: 1em;
}

div#navigation ul#links li a:hover{
color: green;
}

div#navigation ul#links li#active{
background-image: url(link_active.png); background-repeat:no-repeat;
}

div#main {
width: 670px;
min-height:375px;
margin: 14px 0 0 250px;
padding: 4px 0 300px 0;
}

*html div#main {
margin-top: 15px;
}









div#main table {
margin: 15px 0 0 0;
border-collapse: collapse;
width: 100%;
font-size: 0.9em;
}

div#main th {
background-color: #578759;
color: #FFF;
border: 1px solid black;
}

div#main td {
color: #000;
border-bottom: 1px dotted black;
}






div#main table#unterkuenfte {
font-size: 0.9em;
}




div#main table.ergebnis td {
color: #000;
border: none;
border-width:0px;
margin: 0px;
padding:0px;
font-weight: normal;
}

div#main table.ergebnis tr.name {
background-color: #578759;
margin: 0px;
padding:0px;
} 

div#main table.ergebnis tr.name td{
color: white;
margin: 0px;
padding:0px;
}



div#footer {
position: relative;
height:72px;
width:1000px;
padding-top: 228px;
margin: -300px auto 0 auto;
background: url(bottom.png) no-repeat bottom; 
text-align: center;
z-index: 1;
}

*html div#footer {
height:300px;
}

div#footer p {
font-size: 0.7em;
color: white;
padding:15px 0 0 0;
margin: 0px;
}

div#footer a {
font-size: 0.7em;
color: white;
text-decoration: underline;
padding:0px;
margin: 0px;
}

div#footer a:hover {
text-decoration: none;
}

*.noborder img{
border-width: 0px;
}

div#main table.noborder td {
padding: 5px 0 5px 0;
border-width: 0px;
}