/* ============================================================ */
/* <BODY> element                                               */
/* ============================================================ */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #000000;
	background-color: #000000;
}


/* ============================================================ */
/* general classes                                              */
/* ============================================================ */
.inactive {
  color: #888888;
}


/* ============================================================ */
/* <INPUT> element                                              */
/* ============================================================ */
input {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
	font-style: normal;
  font-size: 8pt;
  border-color: #B0B080;
}


input.btn {
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  background-color: #C0BD90;
  color: #AA0000;
}


input.btn_hover {
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  background-color: #D6D6A5;
  color: #AA0000;
}


input.btn_disabled {
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  background-color: #A6A386;
  color: #777777;
}


/* ============================================================ */
/* Format des <h1> Tags; Hauptüberschrift                       */
/* ============================================================ */
h1  {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	font-size: 12pt;
	margin-top: 4px;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
	letter-spacing:-1px;

	border-width: 0px;
	border-style: solid;
	border-color: #000000;

	padding: 3px;
}



/* ============================================================ */
/* Format des <h2> Tags; Absatz-Überschriften                   */
/* ============================================================ */
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #400000;
	font-size: 8pt;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: left;

	background-image: url(./gfx/th.png);
	background-repeat: repeat;

	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: solid;
	border-color: #808060; /* #b0b080; */

	padding-left: 6px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}



/* ============================================================ */
/* Format des <h3> Tags; Absatz-Überschriften (Grad2)           */
/* ============================================================ */
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #400000;
	font-size: 8pt;
	margin-top: 5px;
	margin-bottom: 2px;
	text-align: left;

	background-image: url(./gfx/th.png);
	background-repeat: repeat;

	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: solid;
	border-color: #808060;

	padding-left: 6px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}


/* ============================================================ */
/* Format des <h5> Tags; Überschrift der Navigationen           */
/* ============================================================ */
h5 {
	font-family: Helvetica, Arial, sans-serif;
	color: #400000;
	font-weight: bold;
	font-size: 9pt;
	margin-top: 9px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	text-decoration: none;

	padding: 2px;
}



/* ============================================================ */
/* Format des <h6> Tags; Ingame-Meldungen                       */
/* ============================================================ */
h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: center;
	text-decoration:none;

	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: solid;
	border-color: #994444;

	padding: 2px;
}


/* ============================================================ */
/* <P> elements                                                 */
/* ============================================================ */
p {
	text-align: left;
	margin-bottom: 10px;
}



p.help {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #aa0000;
	text-align:left;
	margin-top: 25px;

	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}


/* ============================================================ */
/* <PRE> elements                                               */
/* ============================================================ */
pre {
  font-family: Courier New, Courier;
	font-size: 8pt;
  font-weight: bold;
  color: #aa0000;

	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
}


/* ============================================================ */
/* <DIV> elements                                               */
/* ============================================================ */
div {
	padding: 0px;
	margin: 0px;
}


/* ============================================================ */
/* <TABLE> elements                                             */
/* ============================================================ */
table {
	border-color: #606040;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	empty-cells: show;
	/*table-layout:fixed;*/
}


table.article {
	border-color: #909060;
	border-spacing: 0px;
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
	empty-cells: show;
	
	text-align: left;
}


/* ============================================================ */
/* <TD> elements                                                */
/* ============================================================ */
td {
	text-align: center;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-color: #000000;
}



/* ============================================================ */
/* <TH> elements                                                */
/* ============================================================ */
th {
	background-image: url(./gfx/th.png);
	background-repeat: repeat;
	text-align: center;
	font-weight: 600;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	border-color: #000000;
}


/* ============================================================ */
/* Formate zur Formatierung der Links                           */
/* ============================================================ */
a         { text-decoration:none; font-weight: normal; }
a:link    { text-decoration:none; color: #aa0000;}
a:active  { text-decoration:none; color: #aa0000;}
a:visited { text-decoration:none; color: #aa0000;}
a:hover   { text-decoration:underline; color: #aa0000; }


/* ============================================================ */
/* Ausrichtungsformate                                          */
/* ============================================================ */
.L   { text-align: left;       }
.C   { text-align: center;     }
.R   { text-align: right;      }
.T   { vertical-align: top;    }
.B   { vertical-align: bottom; }
.M   { vertical-align: middle; }
.LT  { text-align: left;  vertical-align: top; }
.RT  { text-align: right; vertical-align: top; }


/* ============================================================ */
/* Formate für Buttons, Selects und Textfelder (linksbündig)    */
/* ============================================================ */
.L3  { font-size: 8pt; width: 30px;  text-align: left; }
.L5  { font-size: 8pt; width: 50px;  text-align: left; }
.L7  { font-size: 8pt; width: 70px;  text-align: left; }
.L8  { font-size: 8pt; width: 80px;  text-align: left; }
.L10 { font-size: 8pt; width: 100px; text-align: left; }
.L15 { font-size: 8pt; width: 150px; text-align: left; }
.L18 { font-size: 8pt; width: 180px; text-align: left; }
.L20 { font-size: 8pt; width: 200px; text-align: left; }
.L25 { font-size: 8pt; width: 250px; text-align: left; }
.L30 { font-size: 8pt; width: 300px; text-align: left; }
.L40 { font-size: 8pt; width: 400px; text-align: left; }


/* ============================================================ */
/* Formate für Buttons, Selects und Textfelder (zentriert)      */
/* ============================================================ */
.C3  { font-size: 8pt; width: 30px;  text-align: center; }
.C4  { font-size: 8pt; width: 40px;  text-align: center; }
.C5  { font-size: 8pt; width: 50px;  text-align: center; }
.C7  { font-size: 8pt; width: 70px;  text-align: center; }
.C10 { font-size: 8pt; width: 100px; text-align: center; }
.C15 { font-size: 8pt; width: 150px; text-align: center; }
.C20 { font-size: 8pt; width: 200px; text-align: center; }
.C25 { font-size: 8pt; width: 250px; text-align: center; }
.C30 { font-size: 8pt; width: 300px; text-align: center; }


/* Standardfarben */
.CR { color: #ff0000; }
.CG { color: #007000; }
.CB { color: #0000ff; }
.CI { color: #777777; }
.CW { color: #cccccc; }

/* ============================================================ */
/* Angaben zum Charakterportrait und allgemeinen Bildformaten   */
/* ============================================================ */
img {
  border-width: 0px;
}



/* ============================================================ */
/* Abgaben zur Formatierung der grossen Eingabe-Felder          */
/* ============================================================ */
.IGBTEXT  { font-family: Helvetica, Arial, sans-serif; font-size: 8pt; width:400px; height:200px; }
.IGBTITLE { font-size: 8pt; width:400px; }
.TA15     { font-family: Helvetica, Arial, sans-serif; font-size: 8pt; width:150px; height:50px; }


/* ============================================================ */
/* ID elements for table layout                                 */
/* ============================================================ */
#PAGE_TABLE {
   width: 956px;
   table-layout:fixed;
   empty-cells: show;
}

#PAGE_HEAD {
  width: 600px;
  height: 80px;

  vertical-align: bottom;
  background-image: url(./gfx/page_head.jpg);
  background-repeat: no-repeat;
  background-position: center;
}


#PAGE_HEAD_HP {
  width: 600px;
  height: 80px;

  vertical-align: bottom;
  background-image: url(./gfx/page_headline.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

#CONT_HEAD {
  width: 600px;
  height: 153px;

  color: #cccccc;
  padding: 0px;
  vertical-align: middle;

  background-image: url(./gfx/cont_head.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
}

#NAV_HEAD_LEFT {
  width:  178px;
  height: 153px;

  padding: 0px;
  vertical-align: bottom;
  background-image: url(./gfx/nav_head_left.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
}

#NAV_HEAD_RIGHT {
  width:  178px;
  height: 153px;

  padding: 0px;
  vertical-align: bottom;
  background-image: url(./gfx/nav_head_right.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
}

#NAV_HEAD_RIGHT_REG {
  width:  178px;
  height: 153px;

  padding: 0px;
  vertical-align: bottom;
  background-image: url(./gfx/nav_head_right_register.gif);
  background-repeat: no-repeat;
  background-position: bottom;
}

#CONT_BODY {
  width: 600px;

  vertical-align: top;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 0px;
  padding-bottom: 25px;

  background-image: url(./gfx/cont_body.jpg);
  background-repeat: repeat-y;
  background-position: center;
}

#NAV_BODY_LEFT {
  width:  178px;
  vertical-align: top;

  background-image: url(./gfx/nav_body.jpg);
  background-repeat: repeat-y;
  background-position:  center;
  
  text-align: center;
  /* padding-left: 35px; */
}

#NAV_BODY_RIGHT {
  width:  178px;
  vertical-align: top;

  background-image: url(./gfx/nav_body.jpg);
  background-repeat: repeat-y;
  background-position: center;

  text-align: center;
  /* padding-left: 40px; */
}

#PAGE_FOOT {
  width: 600px;
  height: 165px;

  background-image: url(./gfx/page_foot_center.jpg);
  background-repeat: no-repeat;
  background-position: top;
}

#PAGE_FOOT_LEFT {
  width:  178px;
  height: 165px;

  vertical-align: top;
  background-image: url(./gfx/page_foot_left.jpg);
  background-repeat: no-repeat;
  background-position: top;
}

#PAGE_FOOT_RIGHT {
  width:  178px;
  height: 165px;

  background-image: url(./gfx/page_foot_right.jpg);
  background-repeat: no-repeat;
  background-position: top;
}



#CONT_HEAD_800 {
  width: 800px;
  height: 30px;

  color: #cccccc;
  padding: 0px;
  vertical-align: middle;

  background-image: url(./gfx/cont_head_800.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
}


#CONT_BODY_800 {
  width: 800px;

  vertical-align: top;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 0px;
  padding-bottom: 25px;

  background-image: url(./gfx/cont_body_800.jpg);
  background-repeat: repeat-y;
  background-position: center;
}

#CONT_FOOT_800 {
  width: 800px;
  height: 41px;

  vertical-align: top;

  background-image: url(./gfx/cont_foot_800.jpg);
  background-repeat: no-repeat;
  background-position: top;
}
