
/* -- Allgemeines -- */
body {
  background: #C0C0C0;
  color: black;
  margin: 0;
  padding: 2%;
  min-width: 640px;
  font-size: 80.01%;
  font-family: verdana, arial, sans-serif ;
}
a { color: #0B4D8C; text-decoration: none; }
a:hover { text-decoration: underline; color: blue; }
a:visited { color: black; }
.skip {
  position: absolute;
  margin-left: -999px;
  width: 990px;
 }
h1 {
  font-size: 2.7em;
  font-weight: normal;
  line-height: 0.8em;
  padding: 0.6em 0 0.2em 2%;
  margin: 0;
  border-bottom: 1px dashed #E6E6FA;
}

h4 { font-weight: normal; }
h1, h3, h4, h5, h6 {
  color: #F68712;
  font-family: verdana, arial, sans-serif ;
}
h3 { font-weight: bold;
 }
h2 { font-weight: normal;
  color: #F68712;
  font-family: verdana, arial, sans-serif ;
  text-align: center;
}

img.links {
  float: left;
 margin: 0 1em 0.2em 0;
}
img.rechts {
  float: right;
  margin: 0 0 0.2em 1em;
  padding: 1px;
}

 .shadow {-moz-box-shadow:8px 8px 8px #666; -webkit-box-shadow:8px 8px 8px #666; box-shadow:8px 8px 8px #666;
filter:progid:DXImageTransform.Microsoft.Shadow(strength=3,color=#666666,direction=135);
}

.text-shadow {text-shadow: 2px 2px 3px #333333;}

 .dark1 {
        display: block;
        background: #837F80;
        font-weight: bolder;
        color: #fdfdfd;
        padding: 2px 15px 2px 15px;
        text-align: justify;
}
 .hellgrau {
        display: block;
        background: #fed;
        font-size: 0.9em;
        text-align: center;
        margin: 10px;
        color: #003300;
        padding: 5px 15px 5px 15px;
        border: 1px solid silver;
         }

 #container {
  width: 860px;
  font-size: 1.0em;
  max-width: 70em;
  margin: auto;
  border: 2px solid #706D6E;
  border-top: 20px solid #706D6E;

  background: white;
}

#dokument {
      text-align: justify;
      margin: 20px;
 }

#footer {
  clear: both;
    padding: 5px 3px 0 5px;
    margin:5px;
    }

/* - Logo bzw. Kopf - */
#logo {


  height: 110px;
  padding: 0 0 0 0;
  text-align: left;

  overflow: hidden;
  letter-spacing:  0px;
  margin: 0;
}
#logo a {
  color: white;
  text-decoration: none;
}
#logo a span {
  color: black;
  background: white;
  padding-right: 0.1em;
  font-weight: bold;
}

/* - Menü - */
#menu {

  background: #706D6E;


  padding: 5px ;
  margin: 0;
  text-align: left;
  color: yellow;
}
#menu li {
  font-size: 1.0em;
  display: inline;
  list-style-type: none;
  border-left: 1px solid white;
  padding: 0 10px 0 10px;
  font-weight: bold;
}
#menu li a {
  color: white;
  text-decoration: none;
  hover: yellow;
}
#menu li a:hover{ color: yellow }