body {
    color: #F00;
    background-color: #FFF;
    font-size: 10px;
    font-family: Tahoma, Verdana, Arial, "Bitstream Vera Sans";
    margin: 0;
    margin-left: 0;
    margin-right: auto;
    padding-top: 20px;
    width: 80%
    }
a:link {
    color: #00F
    }
a:hover {
    color: #00F
    }
div {
    background-color: #CCC;
    position: relative;
    color: #333
    }
div#block {
    clear: both;
    height: 60px;
    background-color: #FFF;
    padding: 5px;
    margin-bottom: 5px
    }
h1 {
    font-size: 25px;
    font-weight: bold;
    text-align: center
    }
h2#place {
    background-color: #FFF;
    font-size: 30px;
    float: left;
    width: 50px;
    height: 37px;
    text-align: center;
    margin: 0 0 0 0;
    padding-top: 3px;
    font-weight: bold
    }
div#old_place {
    padding-top: 5px;
    font-weight: bold
    }
div#tendence {
    float: right;
    width: 30px;
    height: 37px;
    margin: 0 0 0 3px;
    padding-top: 3px;
    text-align: center
    }
div#song {
    margin: 0 80px 0 55px;
    padding: 3px 3px 0 3px;
    height: 37px;
    font-size: 14px;
    font-weight: bold
    }
div#song_nocover {
    margin: 0 35px 0 55px;
    padding: 3px 3px 0 3px;
    height: 37px;
    font-size: 20px;
    font-weight: normal
    }
div#song_nocover strong {
    font-weight: normal
    }
div#cover {
    float: right;
    width: 40px;
    height: 37px;
    margin: 0;
    padding: 0;
    text-align: center
    }
div#artist {
    color: #EB7800;
    display: inline;
    font-size: 20px;
    font-weight: normal;
    padding-left: 20px
    }
div#custom {
    float: left;
    margin: 3px 3px 10px 0;
    width: 284px;
    padding-left: 3px;
    padding-right: 3px
    }
div#voting {
    float: right;
    width: 64px;
    margin: 0;
    margin: 3px 0 10px 0;
    text-align: center;
    font-size: 12px
    }
div#weeks {
    float: right;
    width: 70px;
    margin: 3px 3px 10px 0;
    padding: 0;
    text-align: center;
    font-size: 10px
    }
img {
    margin: 0;
    padding: 0;
    border: none
    }
img#tendence {
    margin-top: 4px;
    padding: 2px;
    background-color: white
    }
p#no_vote {
    text-align: center;
    font-weight: bold
    }
/* Ab hier die Styles für die Wunschbox */
div#new_song {
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    width: 270px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    background: none
    }
div#submit {
    text-align: center;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    background: none
    }
input {
    width: 310px;
    border: 1px solid black;
    background-color: white
    }
button {
    width: 260px;
    border: 1px solid black;
    background-color: white
    }
/* Copyrightdesign darf angepasst werden, allerdings weder entfernt, */
/* noch unsichtbar (z.B. gleiche Schrift- und Hintergrundfarbe) gemacht werden. */
/* Die Schriftgrösse muss mindestens 10px oder eine vergleichbare Grösse haben */
div#copyright {
    background-color: #000;
    clear: both;
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 12px;
    color: #AAA
    }
div#copyright a {
    text-decoration: none;
    color: #AAA
    }
div#copyright a:hover {
    text-decoration: underline;
    color: #AAA
    }