/*
 * Ocker: rgb(251,227,161);
 * Blau: #2A89CD;
 */


body        {font-family: 'Open Sans',sans-serif; 
             /*background-color:rgb(251,227,161);*/
             background-color: #fceab9;
             font-size:85%;
             color:rgb(0,0,0); }

table {
    font-size: 95%;
    border-collapse:collapse;
    empty-cells: hide;
    width:100%;
    margin-top: 20px;
}

.indextable {
    width: 100%;
    border-collapse: separate;
}



.indextable td {
    font-size: 110%;
    background: #2A89CD;
    border: 1px solid #2A89CD;
    text-align: center;
    font-weight:600;
}

.indextable a {
    color: #fff;
    display: block;
    padding: 10px;
    text-decoration: none;
}

.indextable a:hover {
    background: #216da3;
    color: #fff;
}

a {
    color: #2A89CD;
}

a:hover {
    color: #216da3;
}

h1 {
    font-weight: normal;
    font-size: 210%;
    margin-bottom: 10px;
}

h2 {
    font-size: 120%;
}

h3 {
    font-size: 100%;
    font-weight: normal;
}

p.description {
    margin-left: 10px;
    margin-bottom: 0;
    margin-top: 2px;
}

p.startklasse {
    font-weight: bold;
}

.header {
    margin-left: 20px;
    margin-bottom: 10px;
}

.header img {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

.header:before,
  .header:after {
    content: " ";
    display: table;
  }
  .header:after {
    clear: both;
  }

.framemenu {
    margin: 0;
    padding: 0;
}

.framemenu li {
    list-style-type: none;
    margin-bottom: 5px;
}

.framemenu li a {
    display: block;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: 1px solid rgb(27, 37, 73);
    color: rgb(27, 37, 73);
    border-radius: 3px;
}

.framemenu li a:hover {
    background: #C4A85A;
}

.td1 {
    background: #216da3;
    color: #fff;
    padding: 3px 5px;
    width: 20%;
    font-weight: bold;
}

.endrunde {
    width:50%;
}

.tanz {
    background: #216da3;
    color: #fff;
    padding: 3px 5px;
    font-weight: bold;
    text-align: center;
}

.td2, .td3 {
    font-weight: bold;
    background: #2A89CD;
    /*background: rgb(251,227,161);*/
    color: #fff;
    padding: 3px 5px;
    border-bottom: 1px solid #216da3;
}

.td2c {
    text-align: center;
    background: #2A89CD;
    border-right: 1px solid #64acdf;
    color: #fff;
    font-weight: 600;
}

.td3c {
    text-align: right;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    font-weight: 600;
    padding: 0 3px;
}

.td3 {
    text-align: left;
    vertical-align: top;
}

tr {
    background: #fff;
}

.td5 {
    padding: 3px 5px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
}

.paar {
    /*width: 40%;*/
}

.wertung {
    text-align: center;
    border-right:1px solid #216da3;
}

.wertung:last-child {
    border-right: none;
}

.subhead {
    text-align: center;
    font-weight: 600;
    background: #216da3;
    color: #fff;
    padding: 3px;
}