html,body {
  background-color: #000000;
  margin: 0px;
  font-family: Verdana;
  color: #d6e1e1;
}

.bodytable {
  width: 90%;
}

img {
  border: 0px;
}

/* Kopfbereich Anfang*/
.bodytable-head {
  width: 100%;
  height: 197px;
  background-color: #000000;
  background-image: url(../hpimages/title-itoshira-de.jpg);
  background-repeat: no-repeat;
}
/* Kopfbereich Ende*/

/* Hauptbereich Anfang*/
.bodytable-main {
  width: 100%;
}

.bodytable-main #border-top {
  height: 15px;
  background-image: url(../hpimages/border-top.png);
  background-repeat: no-repeat;
}

.bodytable-main #border-bottom {
  height: 15px;
  background-image: url(../hpimages/border-bottom.png);
  background-repeat: no-repeat;
}
/* Hauptbereich Ende*/

/*Navi Anfang*/
.bodytable-navi-border {
  width: 100%;
  height: 100%;
}

.bodytable-navi-border #border-left-top {
  height: 24px;
  background-image: url(../hpimages/border-left-top.png);
  background-repeat: no-repeat;
}

.bodytable-navi-border #border-left-center {
  height: 100%;
  background-image: url(../hpimages/border-left-center.png);
  background-repeat: y-repeat;
}

.bodytable-navi-border #border-left-bottom {
  height: 24px;
  background-image: url(../hpimages/border-left-bottom.png);
  background-repeat: no-repeat;
}

.bodytable-navi {
  width: 100%;
  font-size: 11px;
  margin-left: 3px;
}
/*Navi Ende*/

/*Content Anfang*/
.bodytable-content-border {
  width: 100%;
  height: 100%;
}

.bodytable-content-border #border-mid-top {
  height: 24px;
  background-image: url(../hpimages/border-mid-top.png);
  background-repeat: no-repeat;
}

.bodytable-content-border #border-mid-center {
  height: 100%;
  background-image: url(../hpimages/border-mid-center.png);
  background-repeat: y-repeat;
}

.bodytable-content-border #border-mid-bottom {
  height: 24px;
  background-image: url(../hpimages/border-mid-bottom.png);
  background-repeat: no-repeat;
}

.bodytable-content {
  width: 900px;
  margin-left: 3px;
  font-size: 11px;
}

.table_mehrfarbiges_pergament {
  width: 100%;
  font-size: 11px;
}

/*.table_mehrfarbiges_pergament td {
  width: 20%;
}*/

.table_mehrfarbiges_pergament #row_grey {
  background-color: #454545;
}

a:link {
  color: #d6e1e1;
  text-decoration: none;
}

a:visited {
  color: #d6e1e1;
  text-decoration: none;
}

a:hover {
  color: #b6bdbd;
  text-decoration: underline;
}

a:focus {
  color: #d6e1e1;
  text-decoration: none;
}

#posttitle {
  height: 15px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  vertical-align: top;
  color: #DDDDDD;
  margin-bottom: 5px;
}

#posttime {
  font-size: 10px;
  font-weight: bold;
  text-align: right;
}

.input {
 font-size: 11px;
 font-family: Verdana;
 color: #000000;
 background-color: #cfcfcf;
 border-collapse : collapse;
 border : 1px solid #9c9c9c;
 text-indent : 2px;
}

select {
  font-size: 10px;
  font-family: Verdana;
  background-color: #cfcfcf;
  color: #000000;
}

.projecttitle {
  font-size: 12px;
  font-weight: bold;
}

.normalfont {
  font-size: 11px;
  font-weight: bold;
}

.smallfont {
  font-size: 10px;
  font-weight: bold;
}

#gametitle {
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}

div.clear {
  clear: left;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
}
/*Content Ende*/

/*Footer Anfang*/
.bodytable-footer {
  width: 100%;
}
/*Footer Ende*/