body {
    background-color: #000000;
    color: #4e4e4e;
    font-family: sans-serif;
    font-size: 10pt;
    line-height: 15pt;
    padding-top: 2%;
    width: 100%;
    padding-bottom: 3%;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
}

video {
    position: relative;
    width: 100%;
}

video#spieler {
    width: 96%;
    padding-left: 2%;
}

#img_links {
    float: left;
}

#img_rechts {
    float: left;
}


ul {
    position: relative;
    width: 98%;
    max-width: 1000px;
    left: 1%;
    padding-top: 5px;
    padding-bottom: 5px;
    list-style-type: none;
}

ul#lyvids {
    position: relative;
    width: 80%;
    padding-left: 10%;
    columns: 1 12em;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

ul#lyvids li {
    cursor: pointer;
    width: 96%;
    padding-left: 2%;

}

li {
    padding-top: 6px;
}
li.active {
    text-decoration: underline;
    color: black;
}
ol {
    list-style-position: outside;
}

a {
    color: #8B0000;
    font-family: "Courier New", Courier, monospace;
    font-weight: normal;
    letter-spacing: 1pt;
    line-height: 15pt;
    text-decoration: underline;
    background-color: transparent;
}

a:hover {
    background-color: White;
    color: #C80000;
    text-decoration: underline;
}

/*a.mail:link {*/
/*    background: url(mail.gif) no-repeat right;*/
/*    color: #000;*/
/*    background-color: White;*/
/*    text-decoration: underline;*/
/*    padding-right: 16px;*/
/*}*/

/*a.mail:visited {*/
/*    background: url(mail.gif) no-repeat right;*/
/*    color: #000;*/
/*    background-color: White;*/
/*    text-decoration: underline;*/
/*}*/

/*a.mail:hover {*/
/*    background: url(mail_hover.gif) no-repeat right;*/
/*    color: #003762;*/
/*    background-color: White;*/
/*    text-decoration: underline;*/
/*}*/

/*a.mail:active {*/
/*    background: url(mail.gif) no-repeat right;*/
/*    color: #000;*/
/*    background-color: White;*/
/*    text-decoration: underline;*/
/*}*/


