html { 
  height:100%;
}

body {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  background: url("../_img/menu-hintergrund.png") repeat-y;
  font-size: 100.01%;
  height:100%;
}

/* ====================================================================== */
/* Haupttabelle                                                           */
/* ====================================================================== */
#maintable { 
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border: none;
}

/* ---------------------------------------------------------------------- */
/* Zelle oben links (Logo)                                                */
/* ---------------------------------------------------------------------- */
#logo { 
  border-bottom: 2px #d2d2d2 solid;
  height: 1%;
}

#logo img { 
  display: block;
}

/* ---------------------------------------------------------------------- */
/* Zelle oben rechts (Schriftzug)                                         */
/* ---------------------------------------------------------------------- */
#header {
  height: 1%;
  border-bottom: 2px #d2d2d2 solid;
  background: url("../_img/ticker-oben-hintergrund.png") repeat-x;
  vertical-align: bottom;
}

#ticker { 
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
  width: 400px;
  background: url("../_img/ticker-hintergrund.png") no-repeat;
}

#header img { 
  display: block;
}

/* ---------------------------------------------------------------------- */
/* Zelle unten links (Navigation)                                         */
/* ---------------------------------------------------------------------- */
#menue { 
  width: 201px;
  height: 99%;
  vertical-align: top;
}
#menue img { 
  display: block;
}


/* ====================================================================== */
/* Content                                                                */
/* ====================================================================== */

#main {
  vertical-align: top;
  padding: 10px 20px;
  font-family: Arial;
  font-size: 90%;
  background: url("../_img/hintergrund.png") white;
}

/* ---------------------------------------------------------------------- */
/* Überschriften                                                          */
/* ---------------------------------------------------------------------- */
#main h1 { 
  font-style: italic;
  font-size: 200%;
  font-family: "Century Gothic", Arial, sans-serif;
  border-bottom: 1px solid #CCC;
  margin: 0 0 1.5ex 0;
}

#main h2 { 
  font-size: 125%;
  font-family: Arial, sans-serif;
  margin: 3ex 0 0 0;
}

#main h3 { 
  font-size: 110%;
  font-family: Arial, sans-serif;
  margin: 3ex 0 0 0;
}

/* ---------------------------------------------------------------------- */
/* Absätze                                                                */
/* ---------------------------------------------------------------------- */
#main p {
  margin: 0 0 1.5ex 0;
  line-height: 120%;
}

/* ---------------------------------------------------------------------- */
/* Links                                                                  */
/* ---------------------------------------------------------------------- */
#main a { 
  color: #DE7902;
}
#main a:hover {
  color: #C26E00;
  background-color: #FEE0B2;
}

/* ---------------------------------------------------------------------- */
/* Tabellen                                                               */
/* ---------------------------------------------------------------------- */
#main table.info { 
  border-collapse: collapse;
  border: 1px solid #999;
  margin: 2ex 0;
}

#main table.info td { 
  border: 1px solid #999;
  background: #DDD;
  padding: 5px 8px;
}

#main table.info th { 
  border: 1px solid #999;
  background: #FEE0B2;
  padding: 5px 8px;
}

#main table.info td.zwischentitel { 
  text-align: center;
  font-weight: bold;
  background: white;
  padding: 2ex 0;
}

/* ---------------------------------------------------------------------- */
/* Fußzeile																													      */
/* ---------------------------------------------------------------------- */

#footer {
	position: absolute;
	width: 190px;
	left: 0;
	bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: center;
}
