@CHARSET "ISO-8859-1";

/*** Allgemeine Angaben ****/
BODY {
  background-color: #ffffff;
  font-size: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
}

DIV {
  overflow: hidden;
}

BODY,H1,H2,H3,A,IMG,FONT,TD,TH,DIV,UL,LI,P,SPAN {
  padding: 0px;
  margin: 0px;
}

FORM {
  margin: 0px;
}

IMG {
  border: 0px;
}

TABLE {
  border-collapse: collapse;
}

DIV.error {
  color: red;
  font-weight: bold;
}

.div_left {
  float: left;
}

.div_right {
  float: right;
}

/*** STRUKTUR ***/
DIV#div_box {
  width: 584px;
  margin: auto;
  text-align: left;
}

#div_logo {
  position: absolute;
  top: 18px;
  left: 140px;
  background: red;
}

#div_top A {
  color: #B1B1B0;
  text-decoration: none;
  font-size: 9px;
  font-weight: bold;
  line-height: 18px;
}

#div_top A:hover {
  text-decoration: underline;
}

#div_top A.active {
  color: white;
}

DIV#div_top IMG#bg_top {
  width: 100%;
  height: 109px;
}

#div_top DIV.div_left {
  position: absolute;
  left: 140px;
  top: 20px;
}

#div_top DIV.div_nav {
  width: 91px;
  height: 19px;
  background-repeat: no-repeat;
  position: absolute;
  top: 84px;
  background-repeat: no-repeat;
}

#div_top DIV.active {
  background-image: url("../img/navigation_active.gif");
}

#div_top DIV.inactive {
  background-image: url("../img/navigation_inactive.gif");
}

DIV#div_middle {
  position: absolute;
  left: 135px;
  top: 109px;
}

#div_center {
  border: 2px solid #ECF7FF;
  border-top: 0px;
  background: #FBFBFB;
  width: 596px;
  color: gray;
}

#div_content {
  margin-left: 30px;
  margin-right: 60px;
  font-size: 12px;
  line-height: 22px;
  text-align: justify;
  padding: 20px;
}

#div_content TH,#div_content TABLE {
  margin-bottom: 35px;
  margin-left: 110px;
  color: gray;
}

#div_content TH,#div_content TD {
  text-align: left;
  border: 1px solid silver;
  font-size: 10px;
  padding: 5px;
}

#div_content TH {
  border: 0px;
}

#div_content H1 {
  margin-top: 15px;
}

#div_content LI {
  font-size: 11px;
}

#div_content H1,#div_content H2 {
  font-size: 14px;
  font-weight: normal;
  color: #009900;
  color: #657886;
  color: #BBAB7B;
  margin-left: 110px;
  margin-bottom: 7px;
}

#div_content P {
  margin-bottom: 25px;
  margin-left: 110px;
}

#div_content P .myVARY1 {
  color: #7B9AB2;
  font-style: italic;
  font-weight: bold;
}

#div_content P .myVARY2 {
  font-weight: bold;
  font-style: italic;
}

#div_content .small {
  font-size: 10px;
}

DIV#div_content P FONT.font_you {
  color: #939598;
  font-weight: bold;
}

DIV#div_content P FONT.font_cue {
  color: #F49623;
  font-weight: bold;
}

DIV#div_contact {
  margin-left: 140px;
  margin-right: 60px;
  font-size: 12px;
  line-height: 22px;
  padding: 20px;
  margin-top: -60px;
  text-align: left;
}

DIV#div_contact P.form_description {
  margin-top: 10px;
  font-size: 10px;
}

#div_content IMG {
  float: left;
}

#div_content A {
  color: gray;
}

#div_pagination {
  height: 20px;
  margin-left: 30px;
  color: white;
  font-size: 10px;
}

#div_pagination A {
  color: silver;
  text-decoration: none;
  margin: 0px;
}

DIV#div_bottom {
  padding: 10px;
  position: relative;
  bottom: 0px;
  text-align: left;
}

#div_bottom A {
  color: #B1B1B0;
  text-decoration: none;
  font-size: 9px;
}

DIV#div_bottom A:hover {
  text-decoration: underline;
}

DIV#div_bottom A.active {
  font-weight: bold;
}