@charset "UTF-8";

body {
  color: #000000;
  font-family: Verdana, sans-serif;
  font-size: 100.1%;
  background-color: #dbe9f6;
}

#seite {
  background-color: #ffffff;
  max-width: 960px;
  margin: 24px auto 16px auto;
}

#kopf {
  border-bottom: 2px solid #006eae;
  background-color: #66c2c6;
  padding: 16px 32px 4px 32px;
  min-height: 110px;
}

#kopf .logo {
  float: left;
  width: 135px;
  height: 108px;
  display: block;
}

#kopf .kopf_inhalt {
  width: auto;
  /* height: 108px; */
  margin: 0 0 0 160px;
}

#kopf .slogan {
  border-bottom: 1px solid #006eae;
  color: #006eae;
  font-weight: bold;
  font-size: 100%;
  height: 60px;
  text-align: right;
  padding: 0 0 .4em 0;
  line-height: 108px; /* 180% der container H��*/
}

#kopf .navigation_container {
  height: 48px;
  text-align: right;
}

#kopf .navigation {
  display: block;
  text-align: right;
  font-size: 80%;
  color: #000000;
  width: auto;
  padding-top: 30px;
}

#kopf .suche {
  display: block;
  width: 16em;
  float: right;
  color: #006eae;  
  font-size: 80%;
  padding-top: 26px;
}

#rumpf {
  background-image: url("../images/bg_grad.png");
  background-repeat: repeat-x;
  background-color: #ffffff;
  clear: both;
}

#rumpf .brotkrumen {
  margin: 0;
  padding: 30px 0 .6em 192px;
  font-size: 70%;
}


#rumpf .inhalt_container {
  margin: 0;
  padding: 0;
  padding-left: 176px;
  padding-right: 200px;
}

#rumpf .inhalt {
  background-color: #ffffff;
  padding: 1em 2em 2em 2em;
  height: auto;
  min-height: 400px;
  border-right: 5px solid #fff;
}

#rumpf .inhalt_container DIV.aktuell {
  border-right: 5px solid #DA0080; /* alt #ff0031 */
}

#rumpf .inhalt_container DIV.presse {
  border-right: 5px solid #AE0073; /* alt ##6b089c */
}

#rumpf .inhalt_container DIV.projekte {
  border-right: 5px solid #8B00B3; /* alt ##009cce */
}

#rumpf .inhalt_container DIV.online {
  border-right: 5px solid #0066BC; /* alt ##009cce */
}

#rumpf .inhalt_container DIV.schulen {
  border-right: 5px solid #40c0ba; /* alt ##000099 */
}

#rumpf .inhalt_container DIV.einschulung {
  border-right: 5px solid #7FC72A;
}

#rumpf .inhalt_container DIV.pruefungen {
  border-right: 5px solid #aa9915; /* alt ##00ad00 */
}

#rumpf .inhalt_container DIV.paedagogik {
  border-right: 5px solid #FF6600; /* alt #ff6b00 */
}

#rumpf .inhalt_container DIV.sekretariat {
  border-right: 5px solid #FFAA00; /* alt #ffff00 */
}

#rumpf .inhalt_container DIV.links {
  border-right: 5px solid #CE1410;
}

#rumpf .info {
  margin: 0 10px 0 10px;
  padding: 0;
  width: 180px;
  float: right;
}

#rumpf .info DIV {
  background-color: #ffffff;
  border: 1px solid #009cce;
  margin: 0;
}

#rumpf .info H3 {
  text-align: center;
  color: #66c1c5;
  border-bottom: 1px solid #009cce;
  padding: .6em 1em .6em 1em;
  font-size: 75%;
  font-weight: bold;
  margin: 0;
}

#rumpf .info P {
  padding: .6em 1em .6em 1em;
  font-size: 66%;
  line-height: 120%;
  margin: 0;
}

#rumpf .info P A {
  font-weight: bold;
  text-align: left;
  padding: .6em 1em .6em 12px;
  text-decoration: none;
  display: block;
  color: #000000;
  background-image: url("../images/pfeil.png");
  background-repeat: no-repeat;
  background-position: 0 60%;
  border: none;
}

#rumpf .info A:hover {
  color: #66c2c6;
}

#rumpf .info DIV + DIV {
  margin-top: 1em;
}

#fuss {
  background-image: url("../images/fuss_bg.png");
  background-repeat: repeat-x;
  background-color: #66c2c6;
  clear: both;
  /* border-bottom: 2px solid #006eae; */
  margin: 0;
  padding: .8em;
  text-align: center;
}

#fuss P {
  font-size: 75%;
  color: #000000;
  margin-top: .8em;
}
