﻿ADDRESS { 
   font-family: "Helvetica", "Arial"; 
   font-size: 12pt; line-height: 0.49cm }
LI #x     { 
   font-family: "Helvetica", "Arial"; 
   font-size: 12pt; line-height: 0.49cm; margin-bottom:5em}
LI      { 
   font-family: "Helvetica", "Arial"; 
   font-size: 12pt;  margin-bottom:0.2em}
TD P    { font-family: "Helvetica", "Arial"; font-size: 12pt; line-height: 0.49cm }
H1      { margin-bottom: 0.18cm; color: #0000bf; text-align: center; font-size: 28pt }
P       { font-family: "Helvetica", "Arial"; font-size: 12pt; line-height: 0.49cm }
H2      { margin-bottom: 0.18cm; color: #0000bf; font-size: 16pt; text-align: center }
TH P    { font-family: "Helvetica", "Arial"; font-size: 12pt; line-height: 0.49cm }

div#Inhalt {
  margin-left: 0em; text-align: left;
  padding: 0.5em; width: 100%; margin-top:0.2cm;
}
div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 950px;
    padding: 0.5em;
    border: 2px ridge silver;
	background-color:#fefefe; 
  }

/* <!-- jetzt für obere Navigation--> */
  div#Rahmen {
    width: 930px;
    padding: 0.5em; text-align: left; 
    border: 2px solid black;
    background-color: #ccffff;
    margin: 0 auto;
    position:fixed; 
    top:0pt; color: blue
  }
# margin-right: 0em; left: 0; margin-top:0.2cm; margin-bottom:0.5cm; margin-left: 0; margin-right: 0; 
  div#Rahmen div {
     clear: left;
  }
  ul#Navigation {
    margin: 0; padding: 0;
    text-align: center; font-size: 11pt;
  }

  ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0.0em; padding: 0; font-size: 11pt;
  }
  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 1.6em; left: -0.4em;
    display: none;  /* Unternavigation ausblenden */
  }
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0.2em;
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    width: 7.8em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: maroon; background-color: #ccffff;
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: #ccffff;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: maroon; background-color: silver;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: maroon;
  }

 
