@charset "utf-8";
body  {
  background: #E2E0DF;
  margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
  padding: 0;
  text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
  color: #000000;
  font-family: "CDU Kievit Tab", Arial, Helvetica, sans-serif;
  font-size: 90%;
}
.thrColAbs #container0 {
  width: 790px;
  float: left;
  background-color: #F5F4F4;
  padding-bottom: 10px;
}
.thrColAbs #container #container0 #fuss {
  font-size: 0.8em;
  font-weight: bold;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-top-color: #666;
  height: 50px;
  text-align: right;
  margin-right: 20px;
  margin-top: 30px;
}
.thrColAbs #container #container0 #fuss a {
  color: #333;
  text-decoration: none;
  padding-right: 10px;
}

.thrColAbs #container a {
  text-decoration: none;
}

.thrColAbs #container #container0 #fuss ul {
  list-style-type: none;
  margin: 0px;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: block;
}
.thrColAbs #container #container0 #fuss ul li {
  list-style-type: none;
  float: right;
  clear: none;
  margin: 0px;
  padding: 0px;
}
.thrColAbs #container #container0 #fuss ul li a {
  text-decoration: none;
  color: #333;
  height: 20px;
  margin: 0px;
  width: 60px;
  display: block;
  float: right;
  text-align: right;
  padding: 5px;
}
.thrColAbs #container #container0 #fuss .ulfuss {
}



.thrColAbs #container #container0 #mainContent a {
  font-weight: bold;
  color: #036;
  text-decoration: underline;
}


.thrColAbs #container {
  position: relative; /* Durch Hinzufügen von position: relative können Sie die beiden Randleisten im Verhältnis zu diesem Container positionieren. */
  width: 980px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
  background: #FFFFFF;
  margin: 0 auto;
  text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
  background-color: #F5F4F4;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: #000000;
  border-right-color: #000000;
  border-bottom-color: #000000;
  border-left-color: #000000;
  font-weight: normal;
} 

/* Tipps für absolut positionierte Randleisten:
1. Für absolut positionierte (AP) Elemente müssen Sie einen oberen (top) und einen seitlichen (right oder left) Positionswert angeben. Wenn der Wert für top fehlt, beginnt das AP-Element standardmäßig direkt nach dem letzten Element in der Quellenabfolge der Seite. Wenn also die Randleisten in der Quellenabfolge des Dokuments die ersten Elemente im #container sind, erscheinen sie ganz oben im #container, auch wenn für sie kein top-Wert angegeben wurde. Falls sie aber später in der Quellenabfolge an eine andere Stelle verschoben werden sollten, benötigen sie einen top-Wert, damit sie an der gewünschten Position stehen.
2. Absolut positionierte (AP) Elemente werden aus dem Dokumentfluss herausgenommen. Dies bedeutet, dass den benachbarten Elementen ihre Existenz unbekannt ist und dass sie nicht berücksichtigt werden, wenn diese Elemente den ihnen zugedachten Platz auf der Seite einnehmen. Ein AP-div sollte daher nur als Randspalte eingesetzt werden, wenn Sie sicher sind, dass das mittlere #mainContent-div immer die größte Inhaltsmenge hat. Sollte eine der Randleisten eine größere Inhaltsmenge aufweisen, würde diese Randleiste uneingeschränkt über das Ende des übergeordneten div hinauslaufen.
3. Sofern die oben genannten Bedingungen erfüllt sind, können Sie mit absolut positionierten Randleisten die Quellenabfolge in Dokumenten auf einfache Weise steuern.
*/
.thrColAbs #kopf {
  height: 300px;
  width: 980px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}
.thrColAbs #menue0 {
  height: 40px;
  width: 980px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../images/wbg_back_menue.jpg);
  background-repeat: no-repeat;
  background-position: 0px -10px;
}
.thrColAbs #menue0 ul {
  list-style-type: none;
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  display: block;
  height: 30px;
  width: 950px;
}

.thrColAbs #menue0 ul li {
  list-style-type: none;
  float: left;
}
.thrColAbs #menue0 ul li a {
  float: left;
  height: 21px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #AD6205;
  background-color: #006600;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}
.thrColAbs #menue0 ul li .link0active, .thrColAbs #menue0 ul li a:hover {
  background-color: #666;
  float: left;
  height: 21px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #AD6205;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.thrColAbs #sidebar1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
  padding: 15px 10px 15px 20px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
  background-color: #F5F4F4;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #666;
  font-size: 0.9em;
}

.thrColAbs #sidebar2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
  background-color: #E2E0DF;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 20px;
  font-size: 0.8em;
  text-align: center;
}
.thrColAbs #mainContent {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 200px;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 10px;
  width: 730px;
  line-height: 1.3em;
}
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
  float: right;
  margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
  float: left;
  margin-right: 8px;
}
.thrColAbs #container #container0 #mainContent img {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}
.thrColAbs #container #container0 #mainContent h1, h2, h3 {
  color: #036;
}
.thrColAbs #container #container0 #mainContent h1 {
  font-size: 1.6em;
}
.thrColAbs #container #container0 #mainContent h2 {
  font-size: 1.3em;
}
.thrColAbs #container #container0 #mainContent h3 {
  font-size: 1.15em;
}
.thrColAbs #container #container0 #mainContent .csc-textpic-caption {
  font-size: 0.8em;
  line-height: 1em;
  margin-top: 4px;
  color: #036;
}
