body {
  margin: 0;
  padding: 0;
  background: #ffffff url(../img/bg.jpg) repeat-x;
  font-family: Arial, Helvetica, sans-serif;
}

img {
  border: none;
}
h1 {
  margin: 25px 0 10px 0;
  font-size: 16px;
}
h2 {
  margin: 15px 0 10px 0;
  font-size: 12px;
  color: #777777;
}
 p {
   margin: 0 0 10px 0;
 }


#main_frame {
  position: relative;
  left: 50%;
  width: 1000px;
  margin-left: -500px;
}
#header {
  position: relative;
  width: 1000px;
  height: 130px;
}

#aktuelle_nachrichten {
  position: absolute;
  bottom: 30px;
  left: 10px;
}
#hintergrundinformation {
  position: absolute;
  bottom: 30px;
  left: 330px;
}

#content {
  position: relative;
  overflow: hidden;
  width: 1000px;
  font-size: 12px;
  color: #777777;
}

#handlungsfelder {
  left: 238px;
  height: 76px;
  background: url(../img/handlungsfelder_bg.gif) no-repeat;
}

#content_links_mitte {
  float: left;
  width: 725px;
}


#linke_spalte {
  float: left;
  overflow: hidden;
  width: 317px;
  padding: 0 20px 20px 20px;
  background-color: #ffffff;
}

* html #linke_spalte {
  width: 357px;
}

#mittel_spalte {
  float: right;
  overflow: hidden;
  width: 317px;
  padding: 0 20px 20px 20px;
  background-color: #ffffff;
}

* html #mittel_spalte {
  width: 357px;
}

#blau_gut_zu_wissen {
  width: 365px;
  margin: 15px 0 10px 0;
  margin-left: -15px;
  padding: 2px 15px 20px 15px;
  background-color: #005ea8;
  color: #ffffff;
}
#blau_gut_zu_wissen a {
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

.trennung {
  width: 100%;
  margin: 10px 0 15px 0;
  *margin: 10px 0 0 0;
  border-top: 1px solid #e6e6e6;
}

.text_input {
  float: left;
  width: 180px;
  height: 20px;
  padding: 5px 0 0 5px;
  margin-right: 5px;
  border: 1px solid #ebebeb;
  color: #777777;
}


