@charset "utf-8";
/* CSS Document */
html, body {
  height: 100%;
  background-color: #ffa15c;
  /*background-image:url(img/backg.jpg);*/
  font-size: 12px;
  font-family: Verdana;
  color: #666;
}
a:link {
  font-weight: bold;
  color: #cc6633;
  text-decoration: none;
}
a:visited {
  font-weight: bold;
  color: #cc6633;
  text-decoration: none;
}
a:focus {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
a:hover {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
a:active {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
#space {
  width: 1px;
  height: 50%;
  margin-bottom: -195px; /* half the height of content */
  float: left;
}
.main {
  width: 740px;
  height: 390px;
  background-color: #fff;
  /*d08942*/
  border: 2px solid #cc6633;
  margin: 0 auto;
  position: relative; /* hebt den inhalt vor den space  */
  clear: left; /* hebt das float vom space auf  */
}
.nav_area {
  width: 129px;
  height: 378px;
  float: left;
  padding: 5px;
  border-right: 1px solid #ccc;
}
/*Navigation*/
#navi {
  width: 100px;
  font-size: 15px;
  margin-top: 80px;
  margin-left: 30px;
  font-weight: bold;
}
#navi ul {
  padding: 0;
  list-style-type: none;
}
#navi a {
  padding: 3px;
  width: 90px;
  text-decoration: none;
}
#navi li {
  margin-top: 10px;
}
#navi a:link, #navi a:visited {
  color: #999;
}
#navi a:hover {
  color: #666;
}
#navi #aktuell a {
  color: #333;
}
.rightnav {
  width: 130px;
  height: 388px;
  float: left;
  margin-left: 20px;
  /*border:2px solid red;*/
}
.content {
  float: left;
  height: 388px;
  width: 426px;
  overflow-y: auto;
  margin-left: 20px;
}
.headline {
  margin-top: 76px;
  font-weight: bold;
  font-size: 15px;
  width: 420px;
  float: left;
}
.headline_g {
  margin-top: 10px;
  font-weight: bold;
  font-size: 15px;
  width: 420px;
  float: left;
}
.thetext {
  margin-top: 110px;
}
.homelink {
  float: left;
  margin-top: 4px;
}
.impressum {
  float: right;
  margin-top: 4px;
}
.gallery_scroll {
  width: 120px;
  height: 380px;
  /*overflow:scroll;*/
  overflow-y: scroll;
  overflow-x: hidden;
  margin-left: 5px;
  margin-top: 5px;
}
.ifra {
  margin-top: 10px;
  float: left;
}
.img_s {
  margin: 5px;
}