body {
  background-color: #ffffff;
  margin: 8px;
  color: #000000;
}
html, a, body, div, p, ul, li, td, span input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000000;
}

form, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

a:link, a:visited, a:hover, a:focus, a:active {
  color: #4c4c4c;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #666633;
}

div.kopf a:link, div.kopf a:visited {
  color: #ffffff;
}
div.kopf a:hover, div.kopf a:focus, div.kopf a:active {
  color: #666633;
}

div.umrandung {
  position: relative;
  width: 980px;
  margin: 0 auto;
  background-color: #ffffff;
  text-align: center;
  border: 1px solid #000000;
}

div.kopf {
  position: relative;
  width: 940px;
  height: 36px;
  margin: 0 auto 0;
  background-color: #999966;
  text-align: right;
  padding-right: 40px;
  padding-top: 8px;    
}

a img { color: #FFFFFF; }
@media all {
  a img {
    color: inherit;
    border: none;
  }
}

div.inhalt {
  width: 980px;
  height: 470px; 
  background-color: #ffffff;
  background-image: url(/_templates/1/images/hg-inhalt.gif);
}

div.balken-oben {
  position: relative;
  width: 980px;
  height: 20px;
  margin-top: 5px;
  background-image: url(/_templates/1/images/hg-balken-oben.gif);
}

div.links {
  position: absolute;
  height: 100px;
  width: 420px;
  top: 345px;
  left: 15px;
}

div.rechts {
  position: absolute;
  width: 335px;
  top: 402px;
  left: 610px;
  text-align: right;
}

div.menue {
  position: absolute;
  height: 100px;
  width: 140px;
  bottom: 20px; 
  left: 195px;
  text-align: right;
}

div.balken-unten {
  position: relative;
  width: 980px;
  height: 20px;
  margin-top: 0px;
  background-image: url(/_templates/1/images/hg-balken-unten.gif);
}

div.unten {
  position: relative;
  width: 940px;
  height: 70px;
  background-color: #999966;
  text-align: right;
  margin-top: 5px;
  padding-top: 5px;
  padding-right: 40px;
}

.headline1 {
  font-size: 16px;
  color: #000000;
}
.headline2 {
  font-size: 13px;
  color: #ffffff;
}
.headline3 {
  font-size: 16px;
  color: #000000;
}
.headline4 {
  font-size: 13px;
  color: #ffffff;
}

div.image   {
  min-width:  100px;
  margin-top: 7px;
  margin-bottom: 4px;
  margin-left:  5px;
  margin-right:  14px;
  font-size: 10px;
}
div.image-left   {
  min-width:  100px;
  margin-top: 7px;
  margin-bottom: 4px;
  margin-left:  5px;
  margin-right:  14px;
  font-size: 10px;
  float: left;
}
div.image-right   {
  min-width:  100px;
  margin-top: 7px;
  margin-bottom: 4px;
  margin-left:  9px;
  margin-right:  10px;
  font-size: 10px;
  float: right;
}
div.image-center   {
  width:  100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 7px;
  font-size: 10px;
}
