/******************************************************************************
*                       Styles und Positionierung EGC                         *
******************************************************************************/

/* ======== TAGS  ======== */

a {
  text-decoration: none;
  white-space: nowrap;
}

/* --- Tabellen --- */

table {
  width: 100%;
}

td.right {
  text-align: right;
}

a.linksred {
  color: #e20a16;
  font-weight: bold;	
}

a.linksred:hover {
  color: #841437;
}

a.submenured {
  color: #e20a16;
  font-size: 0.75em;	
}

a.submenured:hover {
  color: #841437;
}

a.morered {
  color: #d6032a;
  font-weight: bold;
}

a.morered:hover {
  color: #841437;
}

h1.titleblack {
  color: #000000;
  font-size: 130%;
}

h2.textrows {
  font-size: 130%;
}

h1.titlered {
  font-size: 1.2em;
}

.red {
  color: #e20a16;
  font-weight: bold;
}

/* ======== CONTAINER  ======== */

#central {
  width: 700px;
  height: 100%;
}

#top {
  position: fixed;
  top: 0;
  padding-top: 20px;
  padding-left: 10px;
  margin-left: -10px;
  width: 65px;
  height: 80px;
  background-color: #ffffff;
  z-index: 3;
}

#logo {
  position: relative;
  background: url(../../img/egclogo.gif) no-repeat;
  width: 60px;
  height: 65px;
}

#textspalte {
  position: relative;
  top: 55px;
  left: 70px;
  width: 630px;
  font-family: Helvetica,Arial,Verdana sans-serif;
  font-size: 80%;
}

#textspalte1 {
  left: 0px;
  padding-left: 20px;
  width: 480px;
  line-height: 1.3em;
}

#textspalte2 {
  position: absolute;
  left: 510px;
  top: 100px;
  width: 110px;
  line-height: 1.5em;
}

#footer {
	display: none;
}

#bild2 {
  position: relative;
  top: 3px;
}

#bild3 {
  position: relative;
  top: 6px;
}

*html #top
{
	position: static;
	padding-top: 0;
}

*html #textspalte
{
	top: -30px;
}
