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;
}

#content
{
    margin-top: 65px;
    width: 99%;
    height: 100%;
}

.tradeTD {
padding-left:5px;
padding-right: 5px;
}

#beschriftung
{
    width: 290px;
    height: 45px;
    position: relative;
    top: 5px;
}
#name
{
    vertical-align: middle;
    width: 300px;
    color: Black;
    font-size: 1.4em;
    position: relative;
    top: -34px;
}