html, body {
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

img {
  border: 0px;
}

/* =================
   === CONTAINER ===
   ================= */
#container {
  position: relative;
  top: 0px;
  width: 985px;
  padding: 0;
  margin: 0;
  text-align: left;
  background-color: #fff;
  background-image: url(../img/layout/header_linie_bg.gif);
  background-repeat: repeat-y;
  background-position: 791px 0px;
}

/* ================
   === TOP_LEFT ===
   ================ */
#top_left {
  width: 520px;
  height: 94px;
  float: left;
}

  #topmenu_wrap {
    width: 520px;
    height: 22px;
    background-color: #c2c2c2;
    background-image: url(../img/layout/g0.gif);
    background-repeat: repeat-y;
    background-position: 192px 0px;
    float: left;
  }
  
    #topmenu {
      position: relative;
      left: 144px;
      height: 22px;
    }
    
    #topmenu ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
    
    #topmenu ul li {
      margin: 0;
      padding: 0 16px 0 0;
      float: left;
    }
    
    #topmenu li a, #topmenu li.active a {
      margin: 0;
      padding: 0;
      font-family: arial, helvetica, sans-serif;
      font-size: 11px;
      display: block;
      width: 12%;
      height: 22px;
      line-height: 22px;
      font-weight: bold;
      text-decoration: none;
      text-transform: uppercase;
      color: #666;
      text-indent: 10px;
      background-image: url(../img/layout/header_nav_bullets.gif);
      background-repeat: no-repeat;
      background-position: 0px 8px;
    }
    
    #topmenu li a:hover, #topmenu li.active a {
      color: #fff;
    }
    
  #langmenu {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 2px;
    left: 438px;
    width: 80px;
    height: 22px;
  }
  
  #langmenu form, #sr_language_menu_form, #sr_language_menu_select, .tx-srlanguagemenu-pi1, #sr_language_menu_form fieldset {
    margin: 0;
    padding: 0;
    width: 80px;
    height: 16px;
    border: 0px;
  }
  
  #langmenu select {
    margin: 0;
    padding: 0;
    width: 80px;
    height: 16px;
    line-height: 20px;
    background-color: #fff;
    vertical-align: middle;
    font-family: arial, helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: #000;
    border: 0px;
  }
  
  #top_motto {
    width: 520px;
    height: 74px;
  }
  
  #top_motto p {
    line-height: 74px;
    font-family: arial, helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-indent: 22px;
    color: #666;
    background-image: url(../img/layout/motto_line.gif);
    background-repeat: no-repeat;
    background-position: 519px 53px;
  }
  
  #top_middle {
    width: 275px;
    height: 96px;
    float: left;
    background-image: url(../img/layout/header_background.gif);
    background-repeat: repeat-y;
    background-position: 238px 0px;
  }

/* =================
   === TOP_RIGHT ===
   ================= */
#top_right {
  margin: 0;
  padding: 0;
  width: 190px;
  height: 96px;
  float: left;
  background-image: url(../img/layout/logo.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

/* ==============
   === BANNER ===
   ============== */
#banner {
  width: 985px;
  height: 151px;
  clear: both;
}

#banner_left {
  width: 192px;
  height: 151px;
  float: left;
}

#banner_right {
  width: 596px;
  height: 151px;
  margin-left: 3px;
  padding: 0;
  float: left;
  background-color: #eee;
  background-image: url(../img/layout/mefro_ronneburg.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

#contact {
  width: 192px;
/*  height: 151px; */
  height: 120px;
  float: right;
  background-color: #eee;
}

#contact p {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 120%;
  font-weight: normal;
  text-decoration: none;
  color: #666;
  text-indent: 10px;
}

#contact a {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #8a8a7b;
}

#contact a:hover {
  color: #c90;
}

#contact_line {
  width: 192px;
  height: 31px;
  float: right;
  background-image: url(../img/layout/motto_line.gif);
  background-repeat: no-repeat;
  background-position: 191px 5px;
}

/* =============
   === LINES ===
   ============= */
#lines, #lastline {
  width: 791px;
  height: 21px;
  clear: both;
  background-image: url(../img/layout/lines.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

#lastline_wrap {
  width: 985px;
  height: 27px;
}

  #lastline {
    height: 27px;
    float: left;
  }

  #copy {
    width: 190px;
    height: 27px;
    float: right;
  }

  #copy p {
    font-family: arial, helvetica, sans-serif;
    font-size: 10px;
    line-height: 110%;
    font-weight: normal;
    text-decoration: none;
    color: #aeae9e;
    text-indent: 10px;
  }

/* ================
   === LEFTMENU ===
   ================ */
#leftmenu_wrap {
  width: 192px;
  float: left;
}
  #leftmenu {
    width: 162px;
    margin-top: 14px;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 0;
  }
  
  #leftmenu ul.lvl1, #leftmenu ul.lvl1 li ul.lvl2 {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  
  #leftmenu ul.lvl1 li ul.lvl2 {
    border-top: 1px solid #e0e0c2;
  }

  #leftmenu ul.lvl1 li a, #leftmenu ul.lvl1 li.active a {
    margin: 0;
    padding: 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    display: block;
    width: 162px;
    height: 20px;
    line-height: 20px;
    font-weight: normal;
    text-decoration: none;
    color: #000;
    text-indent: 12px;
    text-transform: uppercase;
    background-image: url(../img/layout/menu_lvl1.gif);
    background-repeat: no-repeat;
    background-position: 0px 6px;
  }

  #leftmenu ul.lvl1 li ul.lvl2 li a, #leftmenu ul.lvl1 li ul.lvl2 li.active a {
    margin: 0;
    padding: 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    display: block;
    width: 162px;
    height: 20px;
    line-height: 20px;
    font-weight: normal;
    text-decoration: none;
    color: #666;
    text-indent: 22px;
    background-image: url(../img/layout/menu_lvl2.gif);
    background-repeat: no-repeat;
    background-position: 12px 7px;
    border-bottom: 1px solid #e0e0c2;
  }
  
  #leftmenu ul.lvl1 li a:hover, #leftmenu ul.lvl1 li.active a {
    color: #c90;
  }
  
  #leftmenu ul.lvl1 li.active a {
   font-weight: bold;
  }

  #leftmenu ul.lvl1 li ul.lvl2 li a:hover, #leftmenu ul.lvl1 li ul.lvl2 li.active a {
    color: #c30;
  }
    
/* ===============
   === CONTENT ===
   =============== */
#content_wrap {
  width: 603px;
  float: left;
}
  #normal, #border {
    width: 580px;
    margin: 0;
    padding: 14px 5px 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 150%;
    color: #666;
  }
  
  #normal a, #border a {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 150%;
    color: #666;
    text-decoration: none;
  }
  
  #normal a:hover, #border a:hover {
    color: #c90;
  }
  
/* ==============
   === BORDER ===
   ============== */
#border_wrap {
  width: 190px;
  float: right;
}

#border {
  width: 170px;
  margin-left: 10px;
}
  
/* ==============
   === FOOTER ===
   ============== */
#footer {
  width: 985px;
  height: 25px;
  background-image: url(../img/layout/footer_dots.gif);
  background-repeat: repeat-x;
  background-position: 0px 0px;
}

/* ===============
   === SITEMAP ===
   =============== */
.csc-sitemap {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
  
/* ============
   === MISC ===
   ============ */
.clear {
  clear: both;
}

.contenttable {
  margin: 0;
  padding: 0;
  width: 580px;
}

.contenttable td {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

/* ================
   === MAILFORM ===
   ================ */
#mailform {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  color: #666;
  line-height: 150%;
  border: 0px;
}
  
  .csc-mailform-field {
    width: 60px;
  }
  
/* =================
   === DOWNLOADS ===
   ================= */
#normal .tx-nfdownloads-pi1 ul.nf_downloads {
  margin: 0;
  padding: 0;
  list-style-type: none;
}