/* general tags */
* {
  padding: 0;
  margin: 0;
  border: 0;
}

html, body {
  color: #000;
  font-size: 14px;
  line-height: 17px;
  font-family: Swift, Palatino, Times;
  background-color: #d1d9cc;
}

p, table, ul {
  margin: 0 0 1em 0;
}

tr {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 14px;
  line-height: 17px;
}

/* classes */
.aktionsflaeche {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 720px;
  z-index: 700;
  background-color: #fff;
  cursor: pointer;
  opacity: .0;
  filter: alpha(opacity=0);
}

.page {
  position: absolute;
  top: 0px;
  left: 0px;
}

.black {
  color: #000;
}

.boldblack {
  font-weight: bold;
  color: #000;
}

.white {
  color: #fff;
}

.boldwhite {
  font-weight: bold;
  color: #fff;
}

.large {
  font-size: 18px;
  line-height: 24px;
}

.inptxt {
  border: 1px solid #ccc;
  width: 260px;
  height: 20px;
  padding-left: 3px;
  padding-top: 3px;
  margin-top: 4px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 17px;
}

.inpselect {
  border: 1px solid #ccc;
  width: 265px;
  height: 25px;
  margin-top: 4px;
  margin-bottom: 10px;
  font-size: 14px;
}

.inpoption {
}

.warn {
  color: red;
}


/* links */
a {
  color: #777;
  font-size: 14px;
  line-height: 17px;
  font-family: Swift, Palatino, Times;
  text-decoration: none;
}

a:hover {
  color: #000;
}

a.hide {
  color: #000;
}

#navmain a {
  font-size: 18px;
  text-decoration: none;
  color: #777;
  display: block;
  padding: 0.8em 0;
  font-family: sans-serif;
}

#navsub a {
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  color: #777;
  display: block;
  font-family: sans-serif;
}

#navsub a.on {
  color: #000;
}

#navsubsub a {
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  color: #777;
  display: block;
  font-family: sans-serif;
}

#navsubsub a.on {
  color: #000;
}

/* grid */
#container {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -513px;
  margin-top: -361px;
  width: 1024px;
  height: 720px;
  overflow: hidden;
  background-color: #fff;
}

#colleft {
  position: relative;
  width: 512px;
  height: 720px;
  float: left;
  overflow: hidden;
}

#contleft {
  position: absolute;
  left: 164px;
  top: 185px;
  width: 300px;
  height: 504px;
  overflow: hidden;
}

#contleftclip {
  position: relative;
  width: 300px;
  height: 235px;
  overflow: hidden;
}

#contleftscroller {
  position: absolute;
  left: 0px;
  top: 0px;
}

#colright {
  position: relative;
  width: 512px;
  height: 720px;
  float: left;
  overflow: hidden;
}

#colright img.teaser {
  position: absolute;
  left: 0px;
  top: 0px;
}

#textright {
  position: absolute;
  left: 37px;
  top: 29px;
  width: 425px;
  height: 615px;
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
  font-family: sans-serif;
}

#logo {
  position: absolute;
  left: 70px;
  top: 605px;
}

/* page elements */
#navmain {
  position: absolute;
  left: 72px;
  top: 19px;
  width: 420px;
  height: 560px;
  overflow: hidden;
  font-family: sans-serif;
}

#navsub {
  position: absolute;
  left: 72px;
  top: 29px;
  width: 420px;
  height: 140px;
  overflow: hidden;
  font-family: sans-serif;
}

#navsubsub{
  font-family: sans-serif;
}

#back {
  position: absolute;
  left: 36px;
  top: 32px;
}

#pfeil_unten {
  position: absolute;
  right: 41px;
  cursor: pointer;
  display: none;
}

#pfeil_oben {
  position: absolute;
  right: 11px;
  cursor: pointer;
  display: none;
}

#googlemap {
  width: 512px;
  height: 720px;
}

#a11 {
  left: 0px;
  width: 512px;
}

#a21 {
  left: 0px;
  width: 256px;
}

#a22 {
  left: 256px;
  width: 512px;
}

#a31 {
  left: 0px;
  width: 170px;
}

#a32 {
  left: 170px;
  width: 171px;
}

#a33 {
  left: 341px;
  width: 171px;
}

#a41 {
  left: 0px;
  width: 128px;
}

#a42 {
  left: 128px;
  width: 128px;
}

#a43 {
  left: 256px;
  width: 128px;
}

#a44 {
  left: 384px;
  width: 128px;
}

#a51 {
  left: 0px;
  width: 102px;
}

#a52 {
  left: 102px;
  width: 102px;
}

#a53 {
  left: 204px;
  width: 102px;
}

#a54 {
  left: 306px;
  width: 103px;
}

#a55 {
  left: 409px;
  width: 103px;
}

.galthumb {
  display: block;
  width: 51px;
  height: 72px;
  overflow: hidden;
  float: left;
  margin: 0 10px 10px 0;
  cursor: pointer;
}



