html, body
{
    background-color: #000000;
    
    background-repeat: repeat;
   
}
body
{
     overflow: scroll;
    min-height:101%;
}

*
{
    margin: 0;
    padding: 0;
}
a
{
    color: #D19717;
    text-decoration: none;
}

a:hover
{
    color: #D19717;
    text-decoration: underline;
    cursor: pointer;
}

.lebensbalken
{
    position: relative;
    /*top: -10px;*/
    height: 10px;
    width: 100px;
    border: 2px;
    border-style: solid;
    border-color: #000000;
    overflow: hidden;
}


.lebensanzeige
{
    position: relative;
    /*top: -10px;*/
}

#manabalken
{
    position: relative;
    /*top: -10px;*/
    height: 10px;
    width: 100px;
    border: 2px;
    border-style: solid;
    border-color: #000000;
    overflow: hidden;
    margin-top: 5px;
}

#manaanzeige
{
    position: relative;
   /* top: -10px;*/   
}

#angriff
{
    width: 93px;
}

#fliehen
{
    width: 93px;
}

.shortbutton
{
    width: 120px;
}

#batllediv
{
    margin-top: 10px;
}

#shortbuttondiv
{
    margin-top: 20px;
    margin-bottom: 20px;
}

#monsterbg
{
    background-repeat: no-repeat;
    background-position: 10px 20px;
}

#benutzerbg
{
    background-repeat: no-repeat;
    background-position: 60px 20px;
}

div.dyn {
  position:relative;
  overflow:hidden;
  padding:0;
}


.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;
}
