html, body {margin: 0;
}

h1 {font-family: Verdana;
    color: #000069;
    font-weight: normal;
    font-size: 18pt;
}
    
h2 {font-family: Verdana;
    color: #000069;
    font-weight: normal;
    font-size: 14pt;
}
    
ul {list-style-type: disc;
}

li {font-family: Verdana;
    font-size: 10pt;
    color: #000069;
}
    
th {
    background-color: #000069;
    color: #FFFFFF;
}
    
.text {font-family: Verdana;
       font-size: 12pt;
       color: #000069;
}
   
.text a {font-family: Verdana;
         font-size: 12pt;
         color: #0077FF;
         text-decoration: none;
}
.text a:hover {text-decoration: underline;
}
.text a:visited {color: #0077FF;
}

.text_small {font-family: Verdana;
             font-size: 10pt;
             color: #000069;
}

.text_small a {font-family: Verdana;
               font-size: 10pt;
               color: #0077FF;
               text-decoration: none;
}
.text_small a:hover {text-decoration: underline;
}
.text_small a:visited {color: #0077FF;
}

.bold {font-weight: bold;
}

.center {text-align: center;
}

.block_spieler {
    width: 127px;
    float: left;
    background-color: #000069;
    font-family: Verdana;
    color: #FFFFFF;
    font-size: 12pt;
    border: 1px solid #FFFFFF;
}

.block_hover_spieler {
    width: 127px;
    float: left;
    background-color: #0077FF;
    font-family: Verdana;
    color: #FFFFFF;
    font-size: 12pt;
    border: 1px solid #FFFFFF;
}

.block_meisterschaft {
    width: 77px;
    height: 40px;
    float: left;
    background-color: #000069;
    font-family: Verdana;
    color: #FFFFFF;
    font-size: 12pt;
    border: 1px solid #FFFFFF;
}

.block_hover_meisterschaft {
    width: 77px;
    height: 40px;
    float: left;
    background-color: #0077FF;
    font-family: Verdana;
    color: #FFFFFF;
    font-size: 12pt;
    border: 1px solid #FFFFFF;
}

.unsichtbar {
    display: none;
}

.sichtbar {
    display: block;
    position: absolute;
    left: 1px;
    top: 122px;
    clear: left;
    padding: 0 0 400px 0;
    text-align: left;
    background-color: #ffffff;
}
