
body {
    background: #000;
    color: #FFF;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    text-align: left;
}

#urltable {
    border: none;
    width: 100%;
}

#urltable tr {
    border: solid 1px #FFF;
    width: 100%;
}

#urltable td {
    width: 25%;
    text-align: center;
}

#urltable a {
    text-decoration: none;
    color: #fff;
}

#urltable a:hover {
    text-decoration: none;
    color: #f8ffa9;
}

#banner {
    margin: -100px auto 50px;
    text-align: center;
}

/*----- obere Buttons ab hier --------*/

#lyrics {
    position: relative;
    left: 20%;
    top: 100px;
    width: 76px;
    height: 100px;
}

#lyrics a {
    background: url(buttons/lyrics.jpg) no-repeat;

    display: block;
    border: none;

}

#lyrics a:hover {
    background: url(buttons/lyrics_o.jpg) no-repeat;
}

#lyrics a:active {
    background: url(buttons/lyrics.jpg) no-repeat;

}

#lyrics img {
    visibility: hidden;
}

#songs {
    position: relative;
    left: 47%;
    top: -80px;
    width: 84px;
    height: 150px;

}

#songs a {
    background: url(buttons/songs.jpg) no-repeat;
    display: block;
    border: none;

}

#songs a:hover {
    background: url(buttons/songs_o.jpg) no-repeat;
}

#songs a:active {
    background: url(buttons/songs.jpg) no-repeat;

}

#songs img {
    visibility: hidden;
}

#gallerie {
    position: relative;
    left: 70%;
    top: -150px;
    width: 109px;
    height: 100px;
}

#gallerie a {
    background: url(buttons/gallerie.jpg) no-repeat;
    display: block;
    border: none;

}

#gallerie a:hover {
    background: url(buttons/gallerie_o.jpg) no-repeat;
}

#gallerie a:active {
    background: url(buttons/gallerie.jpg) no-repeat;

}

#gallerie img {
    visibility: hidden;
}

/*----- untere Buttons ab hier --------*/

#news {
    position: relative;
    left: 30%;
    top: 50px;
    width: 72px;
    height: 160px;
    border: none;
}

#news a {
    background: url(buttons/news.jpg) no-repeat;
    display: block;
    border: none;
}

#news a:hover {
    background: url(buttons/news_o.jpg) no-repeat;
}

#news a:active {
    background: url(buttons/news.jpg) no-repeat;

}

#news img {
    visibility: hidden;
}

#guestbook {
    position: relative;
    top: 40px;
    left: 28%;
    width: 130px;
    height: 91px;
}

#guestbook a {
    background: url(buttons/guestbook.jpg) no-repeat;
    display: block;
    border: none;

}

#guestbook a:hover {
    background: url(buttons/guestbook_o.jpg) no-repeat;
}

#guestbook a:active {
    background: url(buttons/guestbook.jpg) no-repeat;

}

#guestbook img {
    visibility: hidden;
}

#email {
    position: relative;
    top: -226px;
    width: 150px;
    height: 110px;
    left: 63%;
}

#email a {
    background: url(buttons/email.jpg) no-repeat;
    display: block;
    border: none;

}

#email a:hover {
    background: url(buttons/email_o.jpg) no-repeat;
}

#email a:active {
    background: url(buttons/email.jpg) no-repeat;

}

#email img {
    visibility: hidden;
}

#intern {
    position: absolute;
    top: 0px;
    width: 50px;
    height: 50px;
    right: 0px;
}

#intern a {
    background: none #000;
    display: block;
    border: none;

}

#intern a:hover {
    background: url(board.jpg) no-repeat;
}

#intern a:active {
    background: url(board.jpg) no-repeat;

}

#intern img {
    visibility: hidden;
}

/* ----------------------------------------------------------------------- */

#dummy {
    position: relative;
    left: 20%;
    top: 50px;
    width: 72px;
    height: 160px;
}

#dummy a {
    background: url(buttons/dummy.jpg) no-repeat;
    display: block;
    border: none;
}

#dummy img {
    visibility: hidden;
}
