ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#content a {
    color: #636064;
}

h2 {
  font-family: Arial, sans-serif;
  font-size: 1em;
}

.navigation {
    font-family: Times New Roman, serif;
    font-weight: bold;
    font-size: 1.04em;
    padding: 8px 0px 0px 35px;
    float: left;
}

.navigation a.on {
    color: #B5BDC2;
    text-decoration: underline;
}

.navigation a.off {
    color: #B5BDC2;
    text-decoration: none;
}

.additionalnavi {
    color: #636064;
//    font-family: Times New Roman, serif;
//    font-size: 1.2em;
//    font-weight: bold;
}

#head {
  background: url(/images/bg_top.png);
  width: 100%;
  height: 93px;
  border-bottom: 1px solid #B5BDC2;
}

#nav {
  background: url(/images/bg_nav.png);
  width: 100%;
  height: 36px;
  border-bottom: 1px solid #B5BDC2;
}

#main {
  background: #DDE2E2;
  height: 392px;
  border: 0px;
}

#left {
  background: url(/images/left_bg.png) no-repeat;
  float: left;
  font-family: Arial, sans-serif;
  font-size: 0.7em;
  width: 105px;
  text-align: left;
  padding: 135px 5px 5px 15px;
}

* html #left {
  width: 125px;
}

#right {
  text-align: left;
  position: relative;
  margin-left: 130px;
  background: url(/images/bg_main.png) no-repeat;
  height: 392px;
  font-family: Arial, sans-serif;
}

#content {
  left: 5px;
  top: 5px;
  height: 350px;
  overflow: auto;
  padding: 10px 5px 0px 40px;
  margin-bottom: 32px;
  font-size: 0.84em;
}

.img_right {
  float: right;
  margin: 0 0 5px 5px;
}

.img_left {
  float: left;
  margin: 5px 5px 5px 0;
}

#kontakt_allg_text {
  float: left;
  width: 230px;
}

#kontakt_allg_form {
  float: right;
  width: 350px;
}

#kontakt_res_text {
  float: left;
  width: 230px;
}

#kontakt_res_form {
  float: right;
  width: 350px;
}

* html #content {
  height: 360px;
}

#footer {
  background: url(/images/bg_nav.png);
  width: 100%;
  height: 36px;
  border-top: 1px solid #B5BDC2;
}

#footer_text {
  width: 100%;
  font-family: Times New Roman, serif;
  font-weight: bold;
  font-size: 1.02em;
  text-align: center;
  padding: 8px 0px 0px 0px;
  margin: 0px;
  float: left;
  color: #B5BDC2;
}

#footer_text a {
  color: #B5BDC2;
}