/* body der gesamten Homepage */
#body {
  background-image:url(../img/design/background.png);
  background-repeat:repeat-x;
  background-color:#DDDDDD;
  font-family:'Verdana','Century Gothic','Arial', sans-serif;
}

/* Block für Schriftgrößenänderungsbuttons */
#schriftgroesse {
  position:absolute;
  margin-left:690px;
  margin-top:32px;
  font-size:14px;
  z-index:10;
}

/* Kiste in der sich W3C Logos befinden */
#validation {
 text-align:center;
}

/* Kommentarzeile die sich über Header befindet */
#comment {
  text-align:center;
  font-size:10px;
  color:#4B4B4B;
}

/* Header-Bereich der Seite */
#header {
  margin-right:auto;
  margin-left:auto;
  margin-top:10px;
  width:774px;
  height:66px;
}

/* Menüleiste der Seite */
#menue  {
  margin-right:auto;
  margin-left:auto;
  margin-top:10px;
  width:774px;
  height:66px;
}

/* Leiste für Druckansicht Link */
#printline {
  margin-right:auto;
  margin-left:auto;
  margin-top:10px;
  width:774px;
}

/* Container enthält Inhalsbereich und Sidebars */
#container {
  margin-right:auto;
  margin-left:auto;
  margin-top:10px;
  width:774px;
}

/* Enthält den gesamten Inhalsbereich */
#content {
  position:absolute;
  width:603px;
}

/* Kopfbereich des Inhalt */
#content_head {
  background-image:url(../img/design/content_header.png);
  padding-left:15px;
  position:relative;
  color:#FFFFFF;
  height:16px;
}

/* Bereich für den direkten Inhalt */
#content_repeat {
  background-image:url(../img/design/content_repeat.png);
  background-repeat:repeat-y;
  padding-top:5px;
  padding-left:10px;
  padding-right:15px;
  padding-bottom:10px;
  position:relative;
  min-height:500px;
}

/* Fußzeile des Inhaltsbereichs */
#content_footer {
  background-image:url(../img/design/content_footer.png);
  position:relative;
  text-align:center;
  height:25px;
}

/* Sidepanel enthält eine oder mehrere Sidebars */
#sidepanel {
  position:absolute;
  margin-left:610px;
  width:164px;
}

/* Kopf einer Sidebar */
.sidebar_head {
  background-image:url(../img/design/sidebar_header.png);
  height:16px;
}

/* Inhalt einer Sidebar */
.sidebar_repeat {
  background-image:url(../img/design/sidebar_repeat.png);
  background-repeat:repeat-y;
}

/* Fußzeile einer Sidebar */
.sidebar_footer {
  background-image:url(../img/design/sidebar_footer.png);
  height:21px;
}

/* Unterüberschriften der Seite */
.subTopicCaption {
  font-size:14px;
  margin-top:10px;
  border-bottom: Double 3px #009089;
}

/* Gilt für alle Links der Seite */
a {
  text-decoration:none;
  color:#009089;
}

/* Gilt für alle Links der Seite die gehovert werden*/
a:hover {
  text-decoration:underline;
}

/* Weißer Link für Kopf- und Fußzeilen */
.whitelink {
  color:#FFFFFF;
}

/* Weiße Links werden beim hovern nicht unterstrichen */
.whitelink:hover {
  text-decoration:none;
}

/* Oranger Link für besondere Links */
.orangelink {
  color:#FF6600;
}

/* Orange Links werden beim hovern nicht unterstrichen */
.orangelink:hover {
  text-decoration:none;
}

/* Box die Beschreibung Popup selbst enthält */
.popupBox:hover .popup {
  visibility:visible;
}

/* Stellt das direkte Fenster dar */
.popup {
  border:1px solid #444444;
  background-color:#DADADA;
  visibility:hidden;
  position:absolute;
  margin-left:5px;
  font-size:11px;
  margin-top:0px;
  z-index:1000;
  max-width:300px;
  padding:5px;
}

/* Allgemeine unsignierte Listen */
ul {
  margin-top:5px;
}

/* Allgemeine Überschriften */
h4 {
  margin-bottom:0px;
}