html, body
{
    background-color: #000000;
   
    background-repeat: repeat;
}

*
{
    margin: 0;
    padding: 0;
}

a
{
    color: #D19717;
    text-decoration: none;
}

a:hover
{
    color: #D19717;
    text-decoration: underline;
    cursor: pointer;
}

#wegwerfen
{
    position: relative;
    top:70px;
    margin-right: auto;
    margin-left: auto;
    width: 290px;
}

#benutzerbeschriftung
{
    width: 200px;
    height: 45px;
    position: relative;
    top: 5px;
}
#benutzerschrift
{
    vertical-align: middle;
    width: 200px;
    color: Black;
    font-size: 1.4em;
    position: relative;
    top: -30px;
}

#restabelle
{
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
     width: 260px;
    
}
