/* CSS für Drachenkampf */

/* Wichtige Farben
BGMainSite  = #050402

HoverColor = #FFBF3D
TextHover = #d683c3
*/


*{ margin: 0; padding:0; }

.input_checkbox { margin: 0; padding:0; width: 15px; }


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: 12px; color: #000000; font-weight: normal;
}


#site {
    width: 955px;
    margin: 0px auto 0px auto;
    padding: 0px;
}

.sitebg {
    background-image:url(../../img/dk5_start/img_background.jpg);
    background-repeat: no-repeat;
    background-position:top center;
}

.header_offline {
    width: 955px;
    height: 170px;
    background-image:url(../../img/dk5_start/img_header.jpg);
    background-repeat: no-repeat;
    position: relative;
    margin: auto;
}

.login_box {
    width: 955px;
    height: 38px;
    background-image:url(../../img/dk5_start/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; }


.content_offline {
    width: 955px;
    height: 423px;
    background-color: black;
    background-image:url(../../img/dk5_start/img_content.jpg);
    position: relative;
    margin: auto;
}

input {
    width: 120px;
    height: 16px;
    background-color: black;
    background-image:url(../../img/dk5_start/background_input.png);
    background-repeat: no-repeat;
    background-position: left top;
    border: 0px;

    font-size: 10px;
    color: #000000;
    padding: 1px 3px 1px 3px;
    margin: 0px;
    overflow: visible;
}

.button_login {
    width: 56px;
    height: 16px;
    background-color: black;
    background-image:url(../../img/dk5_start/button_login.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;

}

.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;
}

.verysmall {
  font-size: 10px;
}



/* 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;
  }


  .info_navigation_box_header {
    width: 499px;
    height: 5px;

    background-image:url(../../img/dk5_ingame2/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/dk5_ingame2/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/dk5_ingame2/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/dk5_ingame2/btn_close-nrml.gif);
    background-position: center top;
    background-repeat: no-repeat;
    cursor: pointer;
  }

/* ENDE Infomenü */


