@CHARSET "ISO-8859-1";

/*** Allgemeine Angaben ****/
BODY {
  background-color: #ffffff;
  font-size: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
}

DIV {
  overflow: hidden;
}

BODY,H1,H2,H3,A,IMG,FONT,TD,TH,DIV,UL,LI,P,SPAN,IMG,FORM {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

TABLE {
  border-collapse: collapse;
}

/*** Layout ***/
img#img_logo {
  position: absolute;
  top: 90px;
  left: 220px;
}

div#div_line {
  position: absolute;
  top: 80px;
  left: 443px;
  width: 1px;
  height: 60px;
  background: #42606A;
}

div#div_navigation {
  position: absolute;
  top: 109px;
  left: 474px;
  width: 560px;
  height: 30px;
  font-size: 70%;
}

div#div_navigation A {
  margin-right: 20px;
  color: #42606A;
  padding: 4px;
  text-decoration: none;
}

div#div_navigation A:hover {
  text-decoration: underline;
}

div#div_navigation A.active {
  font-weight: bold;
  padding: 0px;
}

div#div_middle {
  z-index: 1;
  position: absolute;
  top: 140px;
  left: 0px;
  right: 0px;
  height: 396px;
  width: 100%;
  background: #42606A;
}

div#div_image {
  z-index: 3;
  position: absolute;
  top: 140px;
  left: 0px;
  heigth: 396px;
  width: 444px;
  heigth: 444px;
}

div#div_pagination {
  z-index: 5;
  position: absolute;
  top: 550px;
  left: 470px;
  right: 0px;
  height: 20px;
  width: 500px;
  color: #42606A;
  font-size: 70%;
}

div#div_pagination A {
  color: #42606A;
  text-decoration: none;
}

div#div_pagination A:hover {
  text-decoration: underline;
}

table#table_div_content {
  z-index: 5;
  position: absolute;
  top: 160px;
  left: 474px;
  right: 0px;
  height: 356px;
  width: 500px;
}

table#table_div_content td {
  vertical-align: bottom;
}

/*** Formatierungen im div_content ***/
#div_content {
  color: #ffffff;
  line-height: 18px;
}

#div_content H1,#div_content H2 {
  font-size: 80%;
}

#div_content P {
  font-size: 70%;
  margin-top: 10px;
  margin-bottom: 10px;
}

#div_content A {
  color: #ffffff;
}