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%;
}

#rucksackliste {
    margin: 5px;
    padding: 0;
    width: 450px;
    margin-left: 10px;
    list-style-type: circle;
    text-align: justify;
    line-height: 25px;
}

#rucksackliste li {
    list-style: none;
    background-repeat: no-repeat;
    padding-left: 26px;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-right: 4px;
    height: 28px;
    float: left;
}

#rucksackbeschriftung {
    width: 150px;
    height: 45px;
    margin: 5px;
    margin-left: 10px;
}

#rucksackschrift {
    color: Black;
    font-size: 1.4em;
    position: relative;
    top: -20px;
    left: -130px;
}

#rucksackborder {
    width: 500px;
}

#groesse {
    margin-left: 20px;
    margin-right: 20px;
}

#rucksackanzeige {
    position: relative;
    top: -4px;
    left: 16px;
    white-space: nowrap;
}

#kartenfeld.horizTranslate {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    position: absolute;
    right: calc(100% - 100px);
}

#kartenfeld td {
    width: 96px;
    height: 96px;
}

#karte {
    float: left;
    width: 692px;
    height: 692px;
    z-index: 400;
    margin-right: 5px;
    margin-left: 5px;
}

#spielerfeld {
    position: relative; /*left:-5000px;*/
    height: 0px;
    overflow: hidden;
    margin-left: 5px;
}

#reiseroute {
    position: relative; /*left:-5000px;*/
    height: 0px;
    overflow: hidden;
    margin-left: 5px;
}

#im_schiff {
    position: relative; /*left:-5000px;*/
    height: 0px;
    overflow: hidden;
    margin-left: 5px;
}

#benutzerfeldborder {
    width: 250px;
}

#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;
}

#position {
    position: relative;
    top: -15px;
}

#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;
}

#gelundap {
    position: relative;
    top: -5px;
}

#ap {
    position: relative;
    top: 1px;
    margin-right: 3px;
}

#geld {
    position: relative;
    top: 1px;
    margin-right: 3px;
    margin-left: 30px;
}

#aktionsfeldborder {
    width: 245px;
}

#info {
    height: 0px;
    overflow: hidden;
}

#infolist {
    list-style: none;
    margin: 5px;
    margin-bottom: 0px;
    position: relative;
    top: -15px;
    max-width: 460px;
}

    #infolist li {
        list-style: none; /*display: inline;*/
        background-repeat: no-repeat;
        margin-right: 5px;
        padding-left: 18px;
        margin-left: 5px;
        margin-bottom: 5px;
    }

#bauenbetstaetigen {
    position: relative;
    height: 0px;
    overflow: hidden;
    margin-left: 5px;
}

#bauenbetstaetigenbeschriftung {
    width: 195px;
    height: 45px;
    position: relative;
    top: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

#bauenbetstaetigenschrift {
    margin-left: 10px;
    margin-right: 10px;
    width: 195px;
    color: Black;
    font-size: 1.4em;
    position: relative;
    top: -30px;
}

#bauenbetstaetigenliste {
    list-style: none;
    position: relative;
    top: -10px;
    margin-left: 30px;
}

    #bauenbetstaetigenliste li {
        list-style: none; /*display: inline;*/
        background-repeat: no-repeat;
        margin-right: 5px;
        padding-left: 18px;
        margin-left: 5px;
        margin-bottom: 5px;
    }






#bauenauswahl {
    position: relative;
    height: 0px;
    overflow: hidden;
}

#bauenauswahlbeschriftung {
    width: 220px;
    height: 45px;
    position: relative;
    top: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

#bauenauswahlschrift {
    margin-left: 10px;
    margin-right: 10px;
    width: 220px;
    color: Black;
    font-size: 1.4em;
    position: relative;
    top: -30px;
}

#gebaeudeauswahltypliste {
    list-style: none;
    text-align: center;
    position: relative;
    top: -10px;
}

#infobeschriftung {
    width: 150px;
    height: 45px;
    position: relative;
    top: 5px;
    margin-left: 10px;
}

#infoschrift {
    margin-left: 10px;
    width: 150px;
    color: Black;
    font-size: 1.4em;
    position: relative;
    top: -30px;
}

#aktionlist li {
    list-style: none;
    background-repeat: no-repeat;
    margin-right: 5px;
    padding-left: 30px;
    height: 24px;
    margin-bottom: 5px;
    position: relative;
    top: -8px;
}

#aktionbeschriftung {
    width: 150px;
    height: 45px;
    position: relative;
    top: 5px;
    margin-left: 10px;
}

#aktionschrift {
    margin-left: 10px;
    width: 150px;
    color: Black;
    font-size: 1.4em;
    position: relative;
    top: -30px;
}

#aktionlistdiv {
    margin-left: 20px;
}

#aktionsfeld {
    margin-left: 5px;
}

#rucksack {
    margin-top: 5px;
    margin-bottom: 5px;
}



.beschriftung {
    width: 160px;
    height: 45px;
    position: relative;
    top: 5px;
    margin: 0px 10px 0px 10px;
}

.text {
    vertical-align: middle;
    width: 200px;
    color: Black;
    font-size: 1.4em;
    position: relative;
    top: -32px;
}

.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;
}

.tooltip {
    position: relative;
    display: inline-block;
    
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
  
    background-color: rgb(0, 0, 0);
    color: #D19717;
    text-align: center;
    border-radius: 6px;
    padding: 5px ;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }