.invisible {
  display: none;
}

.headertext {
  display: none;
}

* {
  font-family: Verdana, Arial, Monospace;
}

body {
  background-image: url(background_dark.gif);
  background-color: #000000;
  color: #7F7F7F;
  background-position: left center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

#line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  background-color: #000000;
  color: inherit;
  z-index: 10;
}

#line[id] {
  position: fixed;
  left: 0;
  top: 0;
}

#banner {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 60px;
  width: 400px;
  background-image: url(banner_dark.gif);
  z-index: 11;
}

#banner[id] {
  position: fixed;
  right: 10px;
  top: 10px;
}

.invisible {
  display: none;
}

#navigation {
  position: absolute;
  left: 10px;
  top: 30%;
  width: 150px;
}

#navigation[id] {
  position: fixed;
  left: 10px;
  top: 30%;
}

#navigation ul {
  list-style-type: none;
  list-style-image: url(button.gif);
  font-size: 12pt;
}

#navigation li {
  list-style-type: none;
  list-style-image: url(button.gif);
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
}

#navigation li.active {
  list-style-type: none;
  list-style-image: url(buttonactive.gif);
  vertical-align: middle;
}

#navigation a {
  margin-left: 3px;
  color: #7F7F7F;
  text-decoration: none;
  background-color: transparent;
  line-height: 30px;
}

#navigation a[href] {
  position: relative;
  bottom: 10px;
}

#navigation a:hover {
  color: #E5137B;
  text-decoration: none;
  background-color: transparent;
}

#navigation li.separation {
  padding-bottom: 10px;
}

#navigation li.active a {
  color: #E5137B;
  text-decoration: none;
  background-color: transparent;
}

#navigation li.active a:hover {
  color: #7f7f7f;
  text-decoration: none;
}

#footer {
  font-size: 8pt;
  position: relative;
  right: 10px;
  bottom: 10px;
  text-align: right;
}

#footer[id] {
  position: fixed;
  right: 10px;
  bottom: 10px;
}

#footer a {
  color: #7f7f7f;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
}

#footer a:hover {
  color: #FFFFFF;
  background-color: #E5137B;
  text-decoration: none;
}

#content {
  padding-top: 130px;
  margin: 0 auto;
  width: 65%;
  padding-bottom: 50px;
  z-index: 5;
}

#content h2 {
  border-bottom-style: solid;
  border-bottom-color: #E5137B;
  border-bottom-width: 2px;
  margin-bottom: 2px;
  padding-bottom: 2px;
  letter-spacing: 4px;
}

#content h2 span.titleadd {
  font-size: 0.5em;
  letter-spacing: 1px;
}

#content h3 {
  padding-top: 20px;
  color: #E5137B;
  font-size: 1em;
  position: relative;
  top: 10px;
  font-weight: bold;
}

#content span.articledate {
  font-size: 6pt;
  margin-left: 20px;
  color: #DDDDDD;
}

#content a {
  color: #E5137B;
  text-decoration: none;
}

#content a:hover {
  color: #7F7F7F;
  text-decoration: underline;
}

#content div.impressum {
  text-align: left;
  margin-top: 20px;
}

#content div.contactleft {
  float: left;
  clear: left;
  text-align: left;
  width: 45%;
  position: relative;
  left: 5%;
}
#content div.contactright {
  float: right;
  clear: right;
  text-align: left;
  width: 45%;
  position: relative;
  right: 5%;
}

#content div.contactbottom {
  position: relative;
  left: 5%;
  width: 90%;
  clear: both;
}

#content div.mail input {
  width: 25%;
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 5px;
  color: #7F7F7F;
}

#content div.mail input.submit {
  width: 100%;
}

#content div.mail textarea {
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 5px;
  color: #7F7F7F;
}

#content hr {
  width: 100%;
  height: 1px;
  background-color: #E5137B;
  color: #E5137B;
}

#content p {
  line-height: 130%;
}

#content div.ansprechpartner2, #content div.ansprechpartner3 {
  margin-top: 20px;
}

#content span.star {
  color: #E5137B;
}

#content span.inputtext {
  width: 25%;
  display: block;
  float: left;
  clear: left;
}

#content span.mailtext {
  color: #E5137B;
}

#content div.impressumlogo span.invisible {
  display: block;
  color: #E5137B;
  font-family: monospace;
}
