 /****************Allgemeines*******************/
a:link { color:#0000EE; font-weight:bold; text-decoration:underline;} 
a:visited { color:#0020BD; font-weight:bold; text-decoration:none; } 
a:hover { color:#3e92ff; font-weight:bold; text-decoration:underline;}
a:active, a:focus { color:#006AF5; text-decoration:none; }

body {
    background-color: #C6DDFF; 
    color: #000; 
    font-family: Verdana; 
    font-size: 13px;    
    line-height: 19px; 
    margin: 0;
    padding: 0px;
}
h1{
    font-size: 25px;    
    line-height: 30px; 
    text-align: center;  
}
h2{
    font-size: 20px;    
    line-height: 28px; 
    text-align: center;  
}
h3{
    font-size: 16px;    
    line-height: 20px; 
    text-align: left;  
}

img { border:none;}
input.text {
    border: 1px solid #8f1e1e;
    color: #8f1e1e;
    width:300px;
}
strong {
    font-size: 16px;    
    line-height: 18px;
    font-weight:bold;
}
table { border-spacing:0px}
td, th {
    font-size: 13px;
    padding: 0px;
    vertical-align: top;     
}
pre { font-size: 12px}

#rand_oben {
    background-image: url('../bilder/design/Hintergrund_ro.gif');
    background-position: top;
    background-repeat: repeat-x;
    height: 400px;
    vertical-align:top;
    width:100%;
}
#rand_unten {
    background-image: url('../bilder/design/Hintergrund_ru.gif');
    background-position: bottom;
    background-repeat: repeat-x;
    height: 150px;
    vertical-align:bottom;
    width:100%;
}
#navigation_oben {
    background-image: url('../bilder/design/Navigation_ro.jpg');
    background-repeat: no-repeat;
    height: 260px;
    width: 386px;
}
#navigation_unten {
    background-image: url('../bilder/design/Navigation_ru.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    height: 124px;
    vertical-align:bottom;
    width: 386px;
}
ul.navigation {   
    margin: 0px;
    margin-bottom:30px;
    margin-left:32px;
    margin-top:25px;
    padding: 0px;
}
.navigation li{ 
    font-size: 14px;
    font-weight: bold;
    height: 24px;
    line-height: 24px; 
    list-style-type: none;   
    padding: 0px;

}
.navigation li.sub{ 
    font-size: 12px;
    font-weight: bold;
    height: 14px;
    line-height: 14px; 
    list-style-type: none;   
    padding-left: 10px;

}
.navigation li a{   
    text-decoration:none;
    color:#0A3450;
    
}
.navigation li a:hover{   
    text-decoration:underline;
    color:#912B14;
    
}
#inhalt
{   
    width:636px
}
#inhalt div {
    padding: 10px 0px 0px 30px;
}
#werbung{
    background-color:#FFFFFF;
    border:1px solid #20498A;
    margin:50px 0px 10px 145px;
    text-align:center;
    width:200px;    
}
.linie{
    border-bottom: 1px dashed #A09797;
    padding-top: 30px;
    margin: 0px 30px 30px;
}
.rahmen {
    border:1px dashed #20498A;
    margin:3px; 
}
.links{
    background-color:#FFFFFF;
    border-collapse: collapse;
}
.links td {
    border-top: 1px dashed #C6DDFF;
    padding:20px 5px;
    text-align:center;
    vertical-align:middle;
}

img {border: none}

#teilnehmer
{
    border:dashed 1px #20498A; 
    padding:5px;
}
#teilnehmer th 
{ 
    background-color:#FFF;
    padding:4px;
}
#teilnehmer td {padding:2px;}


.teilnehmerstaffel th 
{ 
    border: solid 1px #20498A;
    border-bottom: none;
    text-align:left;
    padding:2px;
}
.teilnehmerstaffel td 
{
    border: solid 1px #20498A;
    border-top: none;
    padding:1px;
}

.fehler {color:#CC0022; font-weight:bold;}
.hervor {background-color:#DBEAFF;}