* { padding: 0;   margin: 0; }

h1, h2, h3, h4, h5, h6 { color: #333; font-size: 25px; font-family: Arial, sans-serif; padding: 5px; }

h1 { font-size: 18px;

}
h2 { font-size: 16px;

}

h3 { font-size: 14px; }

h4 { font-size: 13px; }

h5 {
     font-size: 12px;
}

li {
     font-family: Arial;  font-size: 12px;
}

p { color: #333; font-size: 12px; font-family: Arial, sans-serif; }

a:link { color: #333; text-decoration: underline; font-size: 12px; font-family: Arial, sans-serif; }

a:visited { color: #333; text-decoration: underline; font-size: 12px; font-family: Arial, sans-serif; }

a:active { color: #557FFF; text-decoration: underline; font-size: 12px; font-family: Arial, sans-serif; }

a:hover { color: #FF5500; text-decoration: underline; font-size: 12px; font-family: Arial, sans-serif; }

a#here { color: #557FFF; text-decoration: underline; font-size: 12px; font-family: Arial, sans-serif; cursor: default; }

hr { margin: 5px; }

#hintergrund {  
background-color: #5787FF;
}

#seitenbereich {
  width: 800px;
  background: url(image/bg.gif);
  border: 1px ridge black;
  margin: 0 auto;
}

#kopfbereich {
  background-image: url(image/banner.jpg);
  height:119px;
}

#kopfbereich p {
  text-align:right;
  font-family:Rockwell, Arial;
  font-size:2em;
  padding:0.4em 0.4em 0.4em 0.4em;
  margin: 0 0 0 0;
}

 #kopfbereich h2 {
  color:#000033;
  text-align:right;
  font-family:Rockwell, Arial;
  font-size:1em;
  padding:0.4em 0.4em 0.4em 0.4em;
  margin: 0 0 0 0;
}

#steuerung {
  font-size:1em;
  text-align:right;
  background: url(image/steuerleiste.gif);
  border: 1px ridge black;
  margin: 0;
}

#steuerung li {
  display: inline; /* Listenelemente nebeneinander */
  list-style-type: none; /* Aufzählungszeichen entfernen */
}

#steuerung a {
  color:#000033;                  /* Schriftfarbe schwarz */
  text-decoration: none;         /* Unterstreichung entfernen */
  padding: 4px 8px;
}

#navigation {
  background: url(image/bg.gif);
  float:left;
  width:11em;
  border: 1px ridge #C0C0C0;
}

#navigation h2 {
  background: url(image/navibox.jpg) no-repeat;
  color:#000033;
  text-align:center;
  font-family:Arial;
}

#navigation ol {
   font-family: Arial, sans-serif;
   font-size: 12px;
   list-style-type: none;
}

#navigation li {
    background-image: url(image/bg.jpg);
    border-bottom: 1px ridge ;

}

#navigation a {
  color:#000000;                  /* Schriftfarbe schwarz */
  text-decoration: none;         /* Unterstreichung entfernen */
  padding: 0.1em 0 0 1em;
}

#inhalte {
  margin: 1em 1em 1em 12em;
  padding: 1em 1em 1em 1em;
  background: url(image/bg.gif);
  border:1px ridge black;
}

#inhalte ol{
        list-style-type: none;
}

#inhalte li {
        list-style-type: none;
}

#fusszeile {
  clear: both;
  background:url(image/steuerleist.gif);
  text-align: center;
  font-size: 0.83em;
  margin: 0; padding: 0.1em;
}





