html {
    height: 100%;
    margin-bottom: 0.1em;
}

body {
    font-family: Verdana,Helvetica,Geneva,sans-serif;
    text-decoration: none;
    margin-left: 2em;
    margin-top: 0em;
    margin-right: 2em;
    margin-bottom: 0.1em;
    color: #000000;
    font-size: 62.5%;
    background-color: #ffffff;
    height: 101%;
}

a:link, a:visited {
    color: #0240a6;
    background-color: inherit;
    text-decoration: none;
    font-weight: bold;
}
a:active, a:hover {
    color: #000000;
    background-color: inherit;
    text-decoration: none;
    font-weight: bold;
}

#navi {
    display: block;
    position: absolute;
    text-align: left;
    left: 2em;
    top: 2em;
    width: 75em;
}

.navi_obj {
    display: block;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.2em;
    border-top: 0;
    border-left: 1.5em #0240a6 solid;
    border-right: 0.7em #06c solid;
    border-bottom: 0;
    background-color: #000;
    color: #0240a6;
    padding-top: 0.2em;
    width: 10em; /* 12 bei Ergebnissen / 10 bei Informationen */
    height: 1.5em;
}

/* Ergebnisse 
#navi_obj1 {
    left: 3em;
}
#navi_obj2 {
    left: 24em;
}
#navi_obj3 {
    left: 45em;
} */

/* Informationen */
 #navi_obj1 {
    left: 2em;
}
#navi_obj2 {
    left: 19em;
}
#navi_obj3 {
    left: 36em;
}
#navi_obj4 {
    left: 53em;
}
#navi_obj5 {
    left: 70em;
}

.navi_obj a:link, .navi_obj a:visited {
    color: #f4f9ff;
    background-color: inherit;
    text-decoration: none;
    font-weight: normal;
}
.navi_obj a:active, .navi_obj a:hover {
    color: #f4f9ff;
    background-color: inherit;
    text-decoration: none;
    font-weight: bold;
}

#right {
    display: block;
    position: absolute;
    left: 76em;
    top: 5em;
    width: 24.4em;
}

#content {
    display: block;
    position: absolute;
    text-align: left;
    left: 2em;
    top: 5em;
    width: 75em;
    min-height: 59.9em;
}

#content_left {
    display: block;
    position: absolute;
    text-align: left;
    left: 2.5em;
    top: 3em;
    width: 16em;
    height: 55em;
}

#content_right {
    display: block;
    position: absolute;
    text-align: left;
    left: 22.5em;
    top: 3em;
    width: 47em;
    height: 55em;
}

#bundesliga {
    display: block;
    position: absolute;
    text-align: left;
    vertical-align: middle;
    left: 4em;
    top: 65em;
    width: 70em;
    height: 10em;
    border: 0 #000 solid;
}

h1 {
    padding-left: 1em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.7em;
    font-weight: bold;
    color: #900;
    background-color: inherit;
}

p {
    font-size: 1.2em;
    padding-bottom: 1em;
}

img {
    font-size: 10px;
    border: 0;
}
