@charset "UTF-8";
/* CSS Document */

body {
  background-image: url("../img/back.jpg");
  background-repeat: repeat-y;
  background-position: top left;
  margin: 0px;
  padding: 0px;
  color: #8e908f;
  moz-outline-width: 0;
  height: 100%;
}

html {
  height: 100%;
}

a:link {
  color: #8e908f;
  outline: none;
}

a:active {
  color: #8e908f;
  outline: none;
}

a:visited {
  outline: none;
  color: #8e908f;
}

a:hover {
  color: #000;
  outline: none;
}

h1 {
  font-size: 19px;
  color: #8f856d;
  padding: 0px;
  margin: 0 0 20px 0;
  font-family: georgia;
  font-weight: normal;
}

h2 {
  font-size: 8pt;
  font-weight: bold;
}

p {
  font-size: 11px;
  line-height: 17px;
}

table {
  font-size: 11px;
  line-height: 20px;
  margin: 10px 0 10px 0;
}

tr {
  vertical-align: top;
}

td {
  padding: 5px;
  border-bottom: 1px solid #e8e8e8;
}

.noline {
  border: none;
}

.hidden {
  visibility: hidden;
}

#topshadow {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 17px;
  background-image: url("../img/topshadow.jpg");
}

#main {
  font-family: verdana;
  font-size: 10px;
  float: left;
}

.navigation {
  margin: 8px 0;
  padding: 0;
  width: 212px; /*width of menu*/
  margin-left: 36px;
}

.navigation a.menuitem {
  display: block;
  position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
  width: auto;
  text-decoration: none;
  color: #8e908f;
}

.underline {
  padding: 8px 0 8px 0;
  border-top: 1px dotted #8e908f;
  width: 212px;
}

.topunderline {
  padding: 8px 0 8px 0;
  border-top: 1px dotted #8e908f;
  border-bottom: 1px dotted #8e908f;
  width: 212px;
}

.underline_sub {
  padding: 0 0 6px 0;
  width: 202px;
  margin-bottom: 3px;
}

.navigation a.menuitem:visited,
.navigation .menuitem:active {
  color: #8e908f;
  outline: none;
}

.navigation a.menuitem .statusicon {
  /*CSS for icon image that gets dynamically added to headers*/
  position: absolute;
  top: 5px;
  right: 5px;
  border: none;
}

.navigation a.menuitem:hover {
  color: #8f856d;
  font-weight: bold;
  outline: none;
}

.navigation div.submenu {
  /*DIV that contains each sub menu*/
  color: #8e908f;
}

.navigation div.submenu ul {
  /*UL of each sub menu*/
  list-style-type: none;
  margin: -5px 0 0 0;
  padding: 0;
  color: #8e908f;
}

.navigation div.submenu ul li {
  padding-left: 10px;
  margin-bottom: 0px;
  background-color: #fff;
}

.navigation div.submenu ul li a {
  display: block;
  text-decoration: none;
  padding: 8px 0 0 0;
  color: #8e908f;
}

.navigation div.submenu ul li a:visited {
  display: block;
  text-decoration: none;
  padding: 8px 0 0 0;
}

.navigation div.submenu ul li a:hover {
  color: #c2c1bc;
}

.navigation div.submenu ul li a:active {
  color: #c2c1bc;
}

.active {
  background-image: url("../img/active_big.png");
  background-position: right top;
  font-weight: bold;
  color: #8f856d;
}

#active {
  background-image: url("../img/active_big.png");
  background-position: right top;
  font-weight: bold;
  color: #8f856d;
}

.active_sub {
  color: #8e908f !important;
  border-bottom: none;
  font-weight: bold;
}

#head {
  width: 248px;
  height: 74px;
  background-image: url("../img/header.png");
  background-repeat: no-repeat;
  margin: 13px 0 101px 0;
}

#date {
  margin: 0 0 22px 36px;
  width: 212px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #a4a6a5;
}

#sidebar {
  float: left;
}

#contenthead {
  position: relative;
  margin: 0 0 0 270px;
  padding: 0 0 26px 0;
  width: 571px;
  height: 194px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #a4a6a5;
}

#text {
  padding: 25px 0 60px 270px;
  width: 530px;
}

#text ul {
  padding-left: 19px;
  font-size: 11px;
  line-height: 17px;
  list-style-image: url("../img/active.png");
  margin-bottom: 22px;
}

#text ul li {
  margin-bottom: 5px;
}

#text ul ul {
  margin-bottom: 0px;
}

#text ul.no {
  list-style: none;
  padding-left: 0px;
}

#text ul.no li {
  padding: 6px 0 8px 0;
  border-bottom: 1px solid #e8e8e8;
}

#abstand {
  margin-top: 25px;
}

#footer {
  position: fixed;
  bottom: 2px;
  left: 870px;
  font-family: verdana;
}

#footer a {
  text-decoration: none;
  background-image: url("../img/top.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 12px;
  font-size: 9px;
  font-family: verdana;
}

.pdf {
  background-image: url("../img/pdf.png");
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 20px;
}

.link {
  background-image: url("../img/link.png");
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 20px;
  margin-left: 2px;
}

#impressum td {
  border: none;
  padding: 0px;
  margin: 0px;
}

.statusicon {
  margin-top: 5px;
}
