/******************************************************************************
*                       Styles und Positionierung EGC                         *
******************************************************************************/
/* ======== TAGS  ======== */

a.linksred {
  color: #e20a16;
  font-weight: bold;	
}

a.linksred:hover {
  color: #841437;
}

.nowrap {
  white-space: nowrap;
}

/* ======== CONTAINER  ======== */

#central {
  width: 750px;
  height: 690px;
  top: 0px;
}

#top {
  width: 65px;
}

#textspalte {
  top: 10px;
  width: 600px;
  height: 670px;
  overflow: hidden;
}

#textspalte1 {
  width: 210px;
  height: 660px;
}

#textspalte2 {
  position: absolute;
  left: 220px;
  top: 0px;
  width: 350px;
  height: 660px;
}

*html #central {
  height: 790px !important;
  top: -30px !important;
}