body {
  margin: 0;
  padding: 0;
  background: url(../img/header_bg.jpg) repeat-x;
  font-family: Trebuchet MS, Arial, sans-serif;
}



/* ####################### HEADLINES ########################*/
h1 {                                                      /*#*/
  margin: 15px 0 10px 0;                                  /*#*/
  padding-top: 15px;                                      /*#*/
  border-top: 1px solid #e0e0e0;                          /*#*/
  font-size: 16px;                                        /*#*/
  color: #6d6d6d;                                         /*#*/
}                                                         /*#*/
h2 {                                                      /*#*/
  margin: 15px 0 10px 0;                                  /*#*/
  font-size: 15px;                                        /*#*/
  color: #393939;                                         /*#*/
}                                                         /*#*/
h3 {                                                      /*#*/
  margin: 0;                                              /*#*/
  font-size: 12px;                                        /*#*/
  color: #48770b;                                         /*#*/
}                                                         /*#*/
/* ####################### ENDE HEADLINES ###################*/



/*################# allgemeine Formatierungen ###############*/
a img {                                                   /*#*/
  border: none;                                           /*#*/
}                                                         /*#*/
.gruen {                                                  /*#*/
  color: #48770b;                                         /*#*/
}                                                         /*#*/
.rot {                                                    /*#*/
  color: #EE0000;                                         /*#*/
}                                                         /*#*/
.black {                                                  /*#*/
  color: #040404;                                         /*#*/
}                                                         /*#*/
.hell_grau {                                              /*#*/
  color: #b6b6b6;                                         /*#*/
}                                                         /*#*/
.right {                                                  /*#*/
  float: right;                                           /*#*/
}                                                         /*#*/
.left {                                                   /*#*/
  float: left;                                            /*#*/
}                                                         /*#*/
/*############ Ende allgemeine Formatierungen ###############*/



/* ######################## HEADER ##########################*/
#header {                                                 /*#*/
  position: relative;                                     /*#*/
  top: 15px;                                              /*#*/
  left: 50%;                                              /*#*/
  margin-left: -450px;                                    /*#*/
  width: 900px;                                           /*#*/
  height: 165px;                                          /*#*/
}                                                         /*#*/
                                                          /*#*/
.menu_link {                                              /*#*/
  display: block;                                         /*#*/
  height: 32px;                                           /*#*/
  line-height: 32px;                                      /*#*/
  margin-top: 6px;                                        /*#*/
  padding: 0 12px 0 12px;                                 /*#*/
  font-size: 12px;                                        /*#*/
  font-weight: bold;                                      /*#*/
  text-decoration: none;                                  /*#*/
  color: #d7d7d7;                                         /*#*/
  float: left;                                            /*#*/
}                                                         /*#*/
                                                          /*#*/
#menu a:hover {                                           /*#*/
  background: url(../img/menu_active.gif) repeat-x;       /*#*/
  color: #ffffff;                                         /*#*/
}                                                         /*#*/
.menu_hover {                                             /*#*/
  display: block;                                         /*#*/
  float: left;                                            /*#*/
  height: 32px;                                           /*#*/
  line-height: 32px;                                      /*#*/
  margin-top: 6px;                                        /*#*/
  padding: 0 12px 0 12px;                                 /*#*/
  font-size: 12px;                                        /*#*/
  font-weight: bold;                                      /*#*/
  text-decoration: none;                                  /*#*/
  background: url(../img/menu_active.gif) repeat-x;       /*#*/
  color: #ffffff;                                         /*#*/
}                                                         /*#*/
                                                          /*#*/
#header_gruen {                                           /*#*/
  position: relative;                                     /*#*/
  top: 20px;                                              /*#*/
}                                                         /*#*/
/* ################## ENDE HEADER ###########################*/



#main_frame {
  position: relative;
  top: 15px;
  left: 50%;
  margin-left: -450px;
  width: 900px;
}

#linke_spalte {
  float: left;
}
#rechte_spalte {
  float: right;
  padding: 0 0 12px 12px;
  border-left: 1px solid #e2e2e2;
}


#content {
  position: relative;
  width: 589px;
  padding: 12px 12px 8px 12px;
  margin: 0 0 20px 0;
  font-size: 12px;
  color: #6d6d6d;
  font-weight: bold;
}

#content_menu {
  width: 614px;
  height: 55px;
  border-left: 1px solid #d7d7d7;
  background: url(../img/content_menu.gif) repeat-x;
  font-size: 15px;
  font-weight: bold;
}

#content_menu a {
  display: block;
  float: left;
  width: 175px;
  height: 55px;
  line-height: 55px;
  color: #393939;
  text-align: center;
  text-decoration: none;
  border-right: 1px solid #d7d7d7;
}
#content_menu a:hover {
  background: url(../img/content_menu_active.jpg) no-repeat;
}
.content_menu_active {
  background: url(../img/content_menu_active.jpg) no-repeat;
}

#content ul {
  position: relative;
  width: 480px;
  margin: 0 0 20px 0;
  padding: 0;
  color: #6d6d6d;
  font-weight: bold;
}

.list_item_bull li {
  list-style-type: none;
  padding: 10px 0 10px 20px;
  background: url(../img/list_item_bull.gif) 5px 17px no-repeat;
}
.list_item_paragraf li {
  width: 570px;
  list-style-type: none;
  padding: 10px 0 10px 20px;
  background: url(../img/list_item_paragraf.gif) 0px 12px no-repeat;
  border-bottom: 1px solid #e0e0e0;
}
.list_item_grau li {
  list-style-type: none;
  padding: 10px 0 10px 40px;
  background: url(../img/list_item.gif) 0px 12px no-repeat;
}
.list_item_gruen li {
  list-style-type: none;
  padding: 10px 0 10px 40px;
  background: url(../img/list_item_gruen.gif) 0px 12px no-repeat;
}

.content_div {
  clear: both;
  margin: 20px 0 20px 0;
  padding: 5px 0 5px 0;
  border-bottom: 1px solid #e2e2e2;
  background: url(../img/content_div_bg.gif) repeat-x;
}


#rechte_spalte p {
  margin: 7px 0 7px 0;
}


#rueckruf {
  position: relative;
  width: 250px;
  height: 64px;
  margin-bottom: 10px;
}


#kontakt_informationen {
  position: relative;
  width: 230px;
  padding: 15px;
  background-color: #f4f4f4;
  color: #8f8f8f;
  font-size: 12px;
}
#kontakt_informationen a {
  color: #040404;
}


#kontakt_informationen_headline {
  position: relative;
  width: 236px;
  height: 45px;
  padding: 0 0 0 14px;
  line-height: 45px;
  background-color: #e9e9e9;
  color: #8f8f8f;
}

#kontakt_informationen_headline img {
  position: absolute;
  right: 5px;
  top: 6px;
}

#ansprechpartner {
  border-top: 1px solid #dee1da;
  width: 230px;
  padding: 15px;
  background-color: #f4f4f4;
  color: #525252;
  font-size: 12px;
  font-weight: bold;
}
.font_13 {
  font-size: 13px;
  font-weight: bold;
}


.cso {
  font-style: italic;
  color: #8f8f8f;
}

.georgia {
  margin: 0;
  line-height: 22px;
  font-family: Georgia, Trebuchet MS, Times New Roman;
  font-style: italic;
  font-size: 16px;
  font-weight: normal;
}

#info_gruen {
  margin-bottom: 40px;
  padding: 15px 10px 15px 10px;
  background-color: #f2fae0;
  color: #6e9f32;
  font-size: 13px;
  line-height: 16px;
}

.gruen_italic {
  color: #375d09;
  font-style: italic;
}
.vorteil {
  position: relative;
  margin: 15px 0 10px 0;
  padding-top: 15px;
  border-top: 1px solid #e0e0e0;
}
.vorteil img {
  position: absolute;
  left: 30px;
  top: 50px;
}
.vorteil_text {
  position: relative;
  left: 130px;
  width: 440px;
}

.contact {
  position: relative;
  width: 100%;
  padding: 20px 0 20px 0;
  border-top: 1px solid #e0e0e0;
}
.text {
  position: absolute;
  left: 150px;
  top: 20px;
}
.text input, .text textarea {
  width: 300px;
  padding: 3px;
  border: 1px solid #e0e0e0;
}
#inputs {
  position: relative;
  top: 100px;
  display: block;
  clear: both;
  width: 100%;
  padding: 20px 0 100px 0;
  border-top: 1px solid #e0e0e0;
  text-align: right;
}


#footer {
  clear: both;
  width: 100%;
  height: 198px;
  background: url(../img/footer_bg.jpg);
}


