/* CSS für Drachenkampf */

/* Wichtige Farben
BGMainSite  = #050402

HoverColor = #FFBF3D
TextHover = #d683c3
*/


*{ margin: 0; padding:0; }

.input_checkbox { margin: 0; padding:0; width: 15px; }

.input2 { background-color:#000000; font-family:verdana; font-size: 10px; line-height:10px; color: #ffffff; padding: 1px;}


body {
    margin: 0;
    padding: 0;
    background-color: #050402;
    font-family: Verdana; font-size: 11px; color: #d9cba7;
    border: 0;
}

table, td, tr {
    font-family: Verdana; font-size: 10px; color: #d9cba7; font-weight: normal;
}


#site {
    width: 955px;
    margin: 0px auto 0px auto;
    padding: 0px;
}

.sitebg {
    background-image:url(../../img/welcome/img_background.jpg);
    background-repeat: no-repeat;
    background-position:top center;
}

.header_offline {
    width: 955px;
    height: 170px;
    background-image:url(../../img/welcome/img_header.jpg);
    background-repeat: no-repeat;
    position: relative;
    margin: auto;
}

.login_box {
    width: 955px;
    height: 38px;
    background-image:url(../../img/welcome/img_login.jpg);
    position: relative;
    margin: auto;
}

.login_box_content {
  margin: 8px 400px 6px 75px;
  position: absolute;
  padding: 0px 0px 0px 0px;
}

.navigation_offline {
  width: 355px;

  margin: 7px 300px 150px 300px;
  position: absolute;
  padding: 0px 0px 0px 0px;

  text-align: center;
  word-spacing: 10px;
}

.nav:link {color:#590d00; text-decoration:none; font-size: 11px; }
.nav:visited {color:#590d00; text-decoration:none; font-size: 11px; }
.nav:active {color:#fffaed; text-decoration:none; font-size: 11px; }
.nav:hover {color:#fffaed; text-decoration:underline; font-size: 11px; }

.nav3:link {color:#ffffff; text-decoration:none; font-size: 11px; }
.nav3:visited {color:#ffffff; text-decoration:none; font-size: 11px; }
.nav3:active {color:#ffffff; text-decoration:none; font-size: 11px; }
.nav3:hover {color:#ffffff; text-decoration:underline; font-size: 11px; }


.content_offline {
    width: 955px;
    height: 423px;
    background-color: black;
    background-image:url(../../img/welcome/img_content.jpg);
    position: relative;
    margin: auto;
}

input {
    width: 120px;
    height: 16px;
    background-color: black;
    background-image:url(../../img/welcome/background_input.png);
    background-repeat: repeat-x;
    background-position: center center;
    border: 0px;

    font-size: 10px;
    color: #000000;
    padding: 1px 3px 1px 3px;
    margin: 0px;
    overflow: hidden;
}

.button_login {
    width: 56px;
    height: 16px;
    background-color: black;
    background-image:url(../../img/welcome/button_login.png);
    padding: 0px 5px 0px 3px;
    border: 0px;
}

.button_reg {
    width: 92px;
    height: 16px;
    background-color: black;
    background-image:url(../../img/welcome/button_reg.png);
    padding: 0px 5px 0px 3px;
    border: 0px;
}

.welcome {
  width: 400px;
  margin: auto;
  position: relative;

  padding: 50px 0px 25px 0px;

  font-size: 16px;
  color: #000000;
  font-family: Verdana;
  font-weight: bold;

}

.lang {
  position: relative;

  padding: 0px 90px 0px 50px;

  font-size: 10px;
  color: #000000;
  font-family: Verdana;
  font-weight: normal;

}

.welcome_content {
  width: 750px;
  margin: auto;
  position: relative;

  padding: 0px 0px 0px 0px;

  font-size: 12px;
  color: #000000;
  font-family: Verdana;
  font-weight: normal;

}

.reg:link {color:#590d00; text-decoration:none; font-size: 20px; }
.reg:visited {color:#590d00; text-decoration:none; font-size: 20px; }
.reg:active {color:#fffaed; text-decoration:none; font-size: 20px; }
.reg:hover {color:#fffaed; text-decoration:underline; font-size: 20px; }


.regtab {
  width: 300px;
  margin: auto;
  position: relative;

  padding: 0px 0px 0px 0px;

  font-size: 10px;
  color: #000000;
  font-family: Verdana;
  font-weight: bold;


}

.fwhite {
  color: #ffffff;
}

  .infor { color:#FF4F57; }
  .infoy { color:#051ff8; }
  .infoy2 { color:#FF7301; }
  .infog { color:#15C802; }
  .infod { color:#808080; }

  .verysmall { font-size: 9px; }




/* START Infomenü */
  .info_navigation_box {
    width: 499px;
    position: absolute;
    bottom: 0px;
    left: 45px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    display: inline;
    border: 0px solid red;
    z-index: 88;
  }


  .reg_box {
    width: 499px;
    position: absolute;
    top: 25px;
    left: 228px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    display: none;
    border: 0px solid red;
    z-index: 88;
  }


  .info_navigation_box_header {
    width: 499px;
    height: 5px;

    background-image:url(../../img/game/img_info-header.gif);
    background-position: center top;
    background-repeat: no-repeat;

    padding: 0px 0px 0px 0px;
  }

  .info_navigation_box_content {
    width: 489px;

    background-image:url(../../img/game/img_info-content.gif);
    background-repeat: y-repeat;

    padding: 0px 5px 0px 5px;
  }

  .info_navigation_box_footer {
    width: 499px;
    height: 5px;

    background-image:url(../../img/game/img_info-footer.gif);
    background-position: center top;
    background-repeat: no-repeat;

    padding: 0px 0px 0px 0px;
  }

  .info_navigation_box_bottom {
    width: 17px;
    height: 17px;
    background-image:url(../../img/game/btn_close-nrml.gif);
    background-position: center top;
    background-repeat: no-repeat;
    cursor: pointer;
  }

/* ENDE Infomenü */
