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;
}

#kostenliste
{
    float:left;
}



#content
{
    margin-top: 65px;
    width: 99%;
    height: 100%;
}


.beschriftung
{
    width: 160px;
    height: 45px;
    position: relative;
    top: 5px;
}

.text
{
    vertical-align: middle;
    width: 200px;
    color: Black;
    font-size: 1.4em;
    position: relative;
    top: -30px;
}