/* Algemeines */
* {
  margin: 0;
  padding: 0;
}
body {
  text-align: left;
  font-size: 13px;
  font-family: Arial, Verdana;
  line-height: 120%;
  color: #333;
  background: #FFF;
}
a {
  color: #000;
}
img {
  border: none;
}

/*  Groblayout */
div.container {
  width: 980px;
  margin: 0 auto;
  background: repeat-y url(../bilder/container-bg-ry.jpg);
  padding: 0 10px 10px 10px;
}

.linke-seite {
  width: 350px;
  float: left;
}
.linke-seite .head {
  background: repeat-y url(../bilder/head-links-bg-ry.jpg);
}
.navigation {
  background: no-repeat url(../bilder/navigation-bg-nr.jpg);
  min-height: 248px;
  height: auto !important;  /* für moderne Browser */
  height: 248px;  /*für den IE */
}
.navigation ul a {
  color: #FFF;
  text-decoration: none;
}
.navigation li {
  margin-bottom: 4px;
}
.navigation ul.ebene1 {
  list-style: none;
  margin-left: 50px;
  padding-top: 90px;
}
.navigation ul.ebene2 {
  list-style: none;
  margin-left: 20px;
}
.navigation ul li.aktiv {
  color: #FFFFFF;
  list-style: square;
  font-weight: bold;
}

.navigation-unten ul a {
  color: #005828;
  text-decoration: none;
}
.navigation-unten li {
  margin-bottom: 4px;
}
.navigation-unten ul.ebene1 {
  list-style: none;
  margin-left: 50px;
  padding-top: 35px;
}
.navigation-unten ul li.aktiv {
  color: #005828;
  list-style: square;
  font-weight: bold;
}

.ebene2 {
  list-style: none;  
  margin-left: 12px;
  font-weight: normal;
  padding-top: 3px;
}
.ebene2 ul li.aktiv {
  color: #FFFFFF;
  list-style: square;
  font-weight: bold;
}

.rechte-seite {
  width: 630px;
  float: left;
}
.rechte-seite .head {
  background: no-repeat top center url(../bilder/head-rechts-bg-nr.jpg);
}

.unten {
  margin: 0 auto;
  width: 1000px;
  background: no-repeat url(../bilder/unten-bg.jpg);
  height: 51px;
}

div.clearer {
  clear: left;
  height: 1px;
  font-size: 1px;
  line-height: 100%;
}

.text-head {
  padding-top: 195px;
}
/* Typo3 Style */
.indent {
  padding-left: 30px;
}

.csc-textpic-image {
  padding-bottom: 10px;
}

.csc-frame ul, .csc-frame ol {
  margin-left: 20px;
  margin-bottom: 13px;
}

.csc-frame-invisible {
  margin-bottom: 10px;
  margin-right: 20px;
}
.csc-frame-invisible h1 {
  font-size: 15px;
  margin-bottom: 6px;
}
.csc-frame-invisible h2 {
  font-size: 13px;
  margin-bottom: 6px;
  color: #005828;
}
.csc-frame-invisible p {
  margin-bottom: 13px;
}

/* Box linke Seite */
.csc-frame-frame1 {
  border: 1px solid #c4c4c4;
  border-left: 19px solid #005828;
  width: 269px;
  margin-left: 30px;
  margin-top: 30px;
}
.csc-frame-frame1 h1 {
  font-size: 15px;
  border-bottom: 1px solid #c4c4c4;
  color: #005828;
  padding: 8px;
  margin-bottom: 8px;
}
.csc-frame-frame1 p {
  padding: 0 8px 8px 8px;
}

/* Box linke Seite */
.csc-frame-box {
  border: 1px solid #c4c4c4;
  border-right: 2px solid #005828;
  border-bottom: 2px solid #005828;
  padding: 8px;
  margin-bottom: 10px;
  margin-right: 20px;
}
.csc-frame-box h1 {
  font-size: 15px;
  margin-bottom: 6px;
}
.csc-frame-box p {
  margin-bottom: 13px;
}


/* Text im Header */
.csc-frame-frame2 {
  padding: 5px 20px 5px 0;
  text-align: right;
  margin-bottom: 35px;
  color: #000;
}
.csc-frame-frame2 h1 {
  font-size: 14px;
  font-weight: normal;
  padding-top: 7px;
  padding-bottom: 5px;
}
.csc-frame-frame2 p {
  font-size: 11px;
}
