@charset "ISO-8859-1";

* 
{
    font-family : verdana, arial, sans-serif;
    font-size : 11px;
}

html 
{
    height : 100%;
}

body 
{
    background-color : #e6e6e6;
    background-repeat: no-repeat;
    background-position: center top;
    padding : 0;
    line-height: 1em;
    margin : 0;
}

a:link { color: #aa0000; text-decoration:none; }
a:visited { color: #aa0000; text-decoration:none; }
a:focus { color: #aa0000; font-weight: bold; text-decoration:none; }
a:hover { color: #000000; text-decoration:underline; }
a:active { color: #aa0000; text-decoration: none; }

#menue
{
    border-width: 0px;
    border-color: #000000;
    border-style: solid;
    width: 70px;
    left: 50%;
    margin-left: -440px;
    margin-top: 200px;
    position: absolute;
    text-align: center;
    color: #ffffff;
}

#menue a:link {
    color : #ffffff;
    font-weight : normal;
    text-decoration : none;
}

#menue a:visited {
    color : #ffffff;
    font-weight : normal;
    text-decoration : none;
}

#menue a:hover {
    color : #ffffff;
    font-weight : bold;
    text-decoration : underline;
}

#menue a:focus {
    color : #ffffff;
    font-weight : bold;
    text-decoration : underline;
}

#menue hr {
    background-color : transparent;
    border : 0;
}

#content {
    border-width: 0px;
    border-color: #000000;
    border-style: solid;
    width: 350px;
    height: 394px;
    left: 50%;
    margin-left: -213px;
    margin-top: 88px;
    position: absolute;
    text-align: center;
    color: #888888; 
    overflow: hidden;
}

#content p {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 15px;
    border-style: dotted;
    border-width: 1px;
    border-color: #6e6e6e;
    padding: 5px;
}

#content h1 {
    text-decoration: none;
    text-align: left;
    margin-bottom: 0px;
    font-size: 10px;
    color: #333333;
}

#content td {

}

#songtext {
    border-width: 0px;
    border-color: #000000;
    border-style: solid;
    width: 350px;
    height: 394px;
    left: 50%;
    margin-left: -213px;
    margin-top: 88px;
    position: absolute;
    text-align: center;
    color: #888888; 
    overflow: auto;
}

#options {
    border-width: 0px;
    border-color: #000000;
    border-style: solid;
    width: 350px;
    left: 50%;
    margin-left: -213px;
    margin-top: 485px;
    position: absolute;
    text-align: center;
    color: #888888; 
    overflow: hidden;
    vertical-align: middle;
}

#wir {
    border-width: 0px;
    border-color: #000000;
    border-style: solid;
    width: 350px;
    left: 50%;
    margin-left: -213px;
    margin-top: 88px;
    position: absolute;
    text-align: center;
    color: #888888; 
}
