html, body {
    width: 100%;
    height: 98%;
}
body {
    font-family: Arial, Helvetica, sans-serif;   
    margin: 0;
    padding: 0;
    background: url('images/nachthimmel.jpg') 0 0 #3952E2 repeat-x;
    font-size: 14px;
}
a img {
    border: none;   
}

.ui-state-highlite {
    width: 124px;
    height: 124px;
    background-color: #55555;
    margin-top: 24px;
}

a#player {
    position: fixed;
    top: 50%;
    margin-top: -165px;
    right: 5em;
    border: 1em solid #E9AB17;
}

div.gedicht {
    color:#D4A017;
    font-size:1.1em;
    font-style:italic;
    font-weight:bold;
    margin-left:5em;
    padding-bottom: 2em;
    text-align:center;
    width:25em;
}
h1 {
    width:100%;
    color:#D4A017;
    font-size:3em;
    text-align:center;
    margin: 1em 0 1em 0;
    font-style:italic;
}
a.backlink {
    bottom:2em;
    color:#D4A017;
    font-size:1.2em;
    position:fixed;
    right:4em;   
}
a.backlink:hover {
    color: #FFF;   
}

