body {

background-color: #006efa;
font-family: Comic Sans MS, Arial, sansserif;
font-size: 12px;
border: 1px;
text-align: center;
}

img {
vertical-align: bottom; /*vermeidet Abstand zwischen Bildern beim Mozilla & Co.*/
border: none;
}

#rahmen { /*Rahmen ums Ganze zur Ausrichtung*/
width: 1000px;
height: 620px;
background-image: url(Bilder/watu.jpg);/* Hintergrund Wasserturm */
background-repeat: no-repeat;
text-align: left;
margin: auto;
overflow: hidden;
}

#inhalt01 { 
position: relative;
top: -20px;
left: 100px;
width: 900px;
height: 590px;
overflow: auto;
}
#inhalt02 { 
position: relative;
top: 10px;
left: 100px;
width: 900px;
height: 590px;
overflow: auto;
}
#inhalt01 a {
color: black;
}
#inhalt01 td {
vertical-align: top;
border: 1px solid black;
width: 150px;
text-align: center;
}
#inhalt02 td {
vertical-align: top;
border: 1px solid black;
padding: 2px;
}
#knopfunten {
position: relative;
top: 600px;
margin: auto;
}

#laufleiste {
position: relative;
left: 200px;
}

.zentriert {
text-align: center;
}
.links {
text-align: left;
}
.abstand {
padding: 10px;
}
.fett {
font-weight: bold;
}
.countdown {
text-align: center;
xcolor: red;
font-size: 16px;
height: 20px;
}
.rot {
color: red;
}
.gruen {
color: green;
}
#trefftabelle td {
border: 1px solid black;
font-size: 16px;
padding: 2px 5px;
margin:0;
text-align: center;

}