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;
}



.toolTipItem
{
    width: 150px;
    text-align: center;
    overflow: hidden;
}

.fontsize
{
    font-size: 13px;
}

.magic
{
    color: #3568FF;
}

.stats
{
    color: #D19717;
}

#item_name_item
{
    font-weight: bold;
}

#item_type_item
{
    font-size: 10px;
    color: #969696;
}

#anzahl_haende_item
{
    font-size: 10px;
    color: #969696;
}

.marginbottom
{
    margin-bottom: 5px;
}

.colorgray
{
    color: #939393;
}

#itemToolTipContainer
{
    overflow: hidden;
}

#skillToolTipContainer
{
    overflow: hidden;
}

