html, body {
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

img {
  border: 0px;
}

/* =================
   === CONTAINER ===
   ================= */
#container {
  position: relative;
  top: 0px;
  width: 975px;
  padding: 0;
  margin: 0;
  text-align: left;
  background-color: #fff;
  background-image: url(../img/layout/hg.gif);
  background-repeat: repeat-y;
  background-position: 0px 0px;
  border: 0px solid red;
}

/* ==============
   === HEADER ===
   ============== */
#header_wrap {
  width: 975px;
  height: 212px;
}

#header_left {
  width: 780px;
  height: 212px;
  float: left;
  background-image: url(../img/layout/header_home.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;  
}

#header_right {
  width: 194px;
  height: 212px;
  float: right;
  background-image: url(../img/layout/adress2.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

  #contact {
    width: 185px;
    height: 120px;
    margin-top: 75px;
    padding: 0;
    float: right;
  }

    #contact p {
      font-family: arial, helvetica, sans-serif;
      font-size: 10px;
      line-height: 115%;
      font-weight: normal;
      text-decoration: none;
      color: #3F59A3;
      text-indent: 10px;
    }

    #contact a {
      font-family: arial, helvetica, sans-serif;
      font-size: 10px;
      font-weight: normal;
      text-decoration: none;
      color: #3F59A3;
    }

    #contact a:hover {
      color: #CF3336;
    }

/* ===============
   === TOPNAVI ===
   =============== */
#topnavi_wrap {
  width: 975px;
  height: 40px;
  margin-top: 1px;
  overflow: hidden;
}

#topnavi0, #topnavi1, #topnavi2, #topnavi3, #langmenu {
  width: 195px;
  height: 40px;
  float: left;
}

#topnavi1 a, #topnavi2 a, #topnavi3 a {
  margin: 0;
  padding-top: 20px;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  display: block;
  width: 195px;
  height: 40px;
  font-weight: bold;
  text-decoration: none;
  text-indent: 10px;
  text-align: right;
  vertical-align: bottom;
  color: #fff;
}

#topnavi0 {
  background-image: url(../img/layout/topnavi0_home.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

#topnavi1 {
  background-image: url(../img/layout/topnavi1_home.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

#topnavi2 {
  background-image: url(../img/layout/topnavi2_home.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

#topnavi3 {
  background-image: url(../img/layout/topnavi3_home.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

#langmenu {
  margin: 0;
  padding: 0;
  width: 194px;
  float: right;
  position: relative;
  background-color: #8d9cc7;
}
  
  #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 {
    position: absolute;
    top: 16px;
    left: 100px;
    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;
  }

/* ================
   === LEFTMENU ===
   ================ */
#leftmenu_wrap {
  width: 195px;
  min-height: 400px;
  float: left;
  background-image: url(../img/layout/hg_navi.gif);
  background-repeat: repeat-x;
  background-position: 0px 0px;
}
  #leftmenu {
    width: 195px;
    margin: 40px 0 20px 0;
    padding: 0;
  }
  
  #leftmenu ul.lvl1, #leftmenu ul.lvl1 li ul.lvl2 {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  
  #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: 195px;
    height: 25px;
    line-height: 25px;
    font-weight: normal;
    text-decoration: none;
    color: #193390;
    text-indent: 23px;
    text-transform: uppercase;
    background-image: url(../img/layout/linkstyle.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: 195px;
    height: 25px;
    line-height: 25px;
    font-weight: normal;
    text-decoration: none;
    color: #193390;
    text-indent: 46px;
    text-transform: none;
    background-image: url(../img/layout/linkstyle2.gif);
    background-repeat: no-repeat;
    background-position: 0px 6px;
  }
  
  #leftmenu ul.lvl1 li a:hover, #leftmenu ul.lvl1 li.active a {
    background-image: url(../img/layout/linkstylehover.gif);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    color: #CF3336;
/*    text-decoration: underline; */
  }
  
  #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 {
    background-image: url(../img/layout/linkstyle2hover.gif);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    color: #CF3336;
/*    text-decoration: underline; */
  }
  
/* ===============
   === CONTENT ===
   =============== */
#content_wrap {
  width: 780px;
  float: right;
  padding-top: 40px;
}
  #content_links, #content_rechts, #content_rand {
    margin-left: 20px;
    margin: 0;
    padding: 0;
    float: left;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 150%;
    color: #17358D;
  }
  
  #content_wrap .spacer {
    width: 20px;
    height: 20px;
    float: left;
  }
  
  #content_links {
    width: 370px;
    overflow: visible;
  }
  
  #content_rechts {
    width: 165px;
  }
  
  #content_rand {
    width: 179px;
    float: right;
  }
  
  #content_links a, #content_rechts a, #content_rand a {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 150%;
    color: #17358D;
    text-decoration: none;
  }
  
  #content_links a:hover, #content_rechts a:hover, #content_rand a:hover {
    color: #CF3336;
  }
  
/* ==============
   === FOOTER ===
   ============== */
#footer {
  width: 975px;
  height: 25px;
  background-image: url(../img/layout/hg_footer.gif);
  background-repeat: repeat-x;
  background-position: 0px 0px;
}

#footmenu {
  width: 175px;
  height: 25px;
  float: right;
}

#footmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#footmenu ul li {
  margin: 0;
  padding: 0;
  float: left;
}

#footmenu ul li a, #footmenu ul li.active a {
  margin: 0;
  padding: 0;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 25px;
  font-weight: normal;
  text-decoration: none;
  color: #17358D;
}

#footmenu ul li a:hover, #footmenu ul li.active a {
  color: #CF3336;
}

/* ===============
   === SITEMAP ===
   =============== */
.csc-sitemap {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
  
/* ============
   === MISC ===
   ============ */
.clear {
  clear: both;
}

.contenttable {
  margin: 0;
  padding: 0;
  width: 390px;
}

.contenttable td {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

/* ================
   === MAILFORM ===
   ================ */
#mailform {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  color: #17358D;
  line-height: 150%;
  border: 0px;
}
  
  .csc-mailform-field {
    width: 60px;
  }
