@CHARSET "UTF-8";

* {
  color: black;
  font-family: Verdana, verdana, Arial, arial, sans-serif;
  line-height: 1.4em;
  font-size: inherit;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size-adjust: none;
  border-style: solid;
  border-width: 0px;
  border-color: black;
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
}

body {
  background-color: white;
  font-size: 12px;
}

#base {
  position: absolute;
  left: 250px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

#main {
  z-index: 10;
  margin: auto;
  overflow: visible;
  width: 560px;
  height: 900px;
  left: 0px;
  right: 0px;
}

#top {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: auto;
  height: 150px;
  width: 100%;
  background-image: url(../img/top_red.gif);
  background-position: top left;
  background-repeat: repeat-x;
  border-width: 0px;
}

#headline {
  margin-left: 2px;
  margin-right: 16px;
  float: left;
  width: 397px;
}

#headline_ref {
  width: 0px;
  height: 92px;
  vertical-align: bottom;
}

.headline {
  font-size: 24px;
  vertical-align: bottom;
  color: #FFFAFA;
}

#logo {
  float: left;
  width: 130px;
  height: 100px;
}

#logo img {
  padding-left: 4px;
}
  
#content {
  margin-top: 25px;
  margin-left: 2px;
  margin-right: 16px;
  float: left;
  width: 397px;
}

#marginal {
  float: left;
  padding-left: 8px;
  margin-top: 10px;
  padding-top: 100px;
  border-style: solid;
  border-color: rgb(231, 231, 231);
  border-left-width: 2px;
  width: 135px;
  height: 700px;
  bottom: 0px;
}

.marginal,.marginal a {
  color: rgb(102, 102, 102);
  font-size: 11px;
}

#grayout {
  z-index: 99;
  position: absolute;
  display: none;
  visibility: hidden;
  left: 0px;
  top: 0px;
  background-color: black;
  opacity: 0.7;
  filter: alpha(opacity = 70);
}

#overlay {
  z-index: 100;
  position: absolute;
  display: none;
  visibility: hidden;
  width: 442px;
  height: 268px;
  background-image: url(../img/overlay_background.png);
  background-position: top left;
  background-repeat: no-repeat;
}

#ovtext {
  float: left;
  width: 400px;
  padding: 8px;
  font-size: 11px;
}

#ovclose {
  float: left;
  width: 10px;
  padding: 6px;
}

#bottom {
  display: none;
}

#content_image {
  width: 330px;
  height: 200px;
  margin: 20px;
  background-image: url(../img/image_background.png);
  background-position: top left;
  background-repeat: no-repeat;
}

#content_image div {
  font-size: 10px;
  padding-top: 8px;
}

#content_head {
  margin-top: 12px;
  margin-bottom: 12px;
}

#content_body p {
  margin-bottom: 12px;
}

.strong {
  font-weight: bold;
}

#keyContent p {
  font-size: 10px;
  padding: 6px;
}

#keywording {
  z-index: 90;
  position: absolute;
  width: 220px;
  height: 630px;
  top: 140px;
  left: 20px;
  background-color: rgb(239,239,239);
  border-color: rgb(198,198,198);
  border-width: 1px;
}

#referenz {
  z-index: 90;
  position: absolute;
  width: 220px;
  height: 220px;
  top: 140px;
  left: 20px;
  background-color: rgb(239,239,239);
  border-color: rgb(198,198,198);
  border-width: 1px;
}

#refContent p {
  font-size: 10px;
  padding: 6px;
}

#refclose {
  float: right;
  width: 10px;
  padding: 6px;
}

