

body {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 9pt; 
  color: #000; 
  line-height: 18px;
  margin: 20px;
  border-top-style: none;
}

/* headlines */
h1 { font-size: 13pt; color: #000; font-weight: bold; }
h2 { font-size: 12pt; color: #000; font-weight: bold; }
h3 { font-size: 11pt; color: #000; font-weight: bold; }
h4 { font-size: 10pt; color: #000; font-weight: bold; }
h5 { font-size: 9pt; color: #000; font-weight: bold; }
h6 { font-size: 9pt; color: #000; font-weight: bold; }


A:link {text-decoration: none; color:#1B642F; }
A:visited {text-decoration: none; color:#1B642F; }
A:active {text-decoration: none; color:#1B642F; }
A:hover {text-decoration: none; color:#1B642F; }

A.navi_active:link {text-decoration: none; color:#FFF; }
A.navi_active:visited {text-decoration: none; color:#FFF; }
A.navi_active:active {text-decoration: none; color:#FFF; }
A.navi_active:hover {text-decoration: none; color:#FFF; }

A.navi_sub:link {text-decoration: none; color:#000; }
A.navi_sub:visited {text-decoration: none; color:#000; }
A.navi_sub:active {text-decoration: none; color:#000; }
A.navi_sub:hover {text-decoration: none; color:#000; }

A.navi:link {text-decoration: none; color:#FFF; }
A.navi:visited {text-decoration: none; color:#FFF; }
A.navi:active {text-decoration: none; color:#FFF; }
A.navi:hover {text-decoration: none; color:#FFF; }

img {
  border-color:#000;
}

/* conent */

td.content {
  padding: 20px;
  min-height: 400px;  
  height: auto !important;  /* für moderne Browser */
  height: 400px;  /*für den IE */
  text-align: justify;
}


/* navigation */

div.navi_bgimage {
  position:relative;
  left:0px; width:200px; height:341px;
  background-image: url(img/navigation.jpg);
  background-repeat: no-repeat;
  z-index:8;
}

div.navi_weisserbalken {
  position:relative;
  height:1px;
  font-size: 1px;
  background-image: url(img/strich.jpg);
  background-repeat: no-repeat;
  z-index:10;
}

div.navi_active {
  position:relative;
  height:25px;
  background-image: url(img/navigationsklotz.jpg);
  background-repeat: no-repeat;
  padding: 7px 0px 0px 15px; /* oben, rechts, unten, links */
  font-size: 10pt; font-weight: bold;
  z-index:5;
}

div.navi {
  position:relative;
  height:25px;
  background-image: url(img/navigationsklotz.jpg);
  background-repeat: no-repeat;
  filter:alpha(opacity=60);
  -moz-opacity:0.60;
  opacity: 0.60;
  padding: 7px 0px 0px 15px; /* oben, rechts, unten, links */
  font-size: 10pt; font-weight: 550;
  z-index:11;
}

div.navi_sub {
  position:relative;
  height:20px;
  background-image: url(img/subnavi.jpg);
  background-repeat: no-repeat;
  filter:alpha(opacity=70);
  -moz-opacity:0.7;
  opacity: 0.7;
  padding: 2px 0px 0px 15px; /* oben, rechts, unten, links */
  font-size: 8pt; font-weight: 550;
  z-index:12;
}

hr {
  border: 0px; /* Für Firefox und Opera */
  border-top: solid 1px #000;
  border-bottom: solid 1px #000; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
  border-style:dotted;
  height:1px;
}

