* {
  margin:0;
  padding:0;
}

html, body {
  background-color: #808080;
/*
  background-image: url(bilder/4.jpg);
  background-repeat: no-repeat;
  background-position:center top;
*/
  background: url(bilder/6.jpg) repeat-x center top ;
/*  height: 101%;*/
  height: 101%;
}

body {
/*       
  font: 85% Verdana, Arial, Helvetica, sans-serif;
  */
  font: 130% Verdana, Arial, Helvetica, sans-serif;

}

#seite {
  width: 950px;
  margin: 0 auto;
  min-height: 90%;
}

#kopfbereich {
    margin-bottom:1.5em;
    height: 170px;
    color: #808080;
    text-shadow:  #808080 3px 3px 5px;
}

#kopfrechts {
    float: right; width: 250px; 
    text-align: right; 
    padding-right: 10px;
    font-style: italic;
    color: #808080;
}

.kopfrechts {
    float: right; width: 250px;
    text-align: right;
    padding-right: 10px;
    font-style: italic;
    color: #808080;
}

.schriftgroesse {
    margin-top: 40px;
}

.schriftgroesseklein {
    font-size: 10pt;    
}

.schriftgroessegross {
    font-size: 16pt;
}

#kopfrechts a {
    text-decoration: none; 
    color: #808080;
}

#kopfbereich p {
  color: #6B696C;
  font-size:14pt;
  padding-top:7px;
  padding-left:20px;
}

#inhalt {
  float: right;
  width: 630px;
  padding: 0px;
  margin-right: 30px;
}

#steuerung {
  width: 220px;
  padding: 0px;
  border-right: 1px solid silver;
  margin-left: 20px;
}

#ueberfuss {
    clear: both;
  margin-top:1.5em;
}

#fussbereich {
  height: 46px;
  line-height: 20px;
  clear: both;
  font-size: 9pt;
  color: #5E5E5E;
  background-image: url(bilder/schatten-unten.jpg);
/*  background-image: url(http://www.apj.de/bilder/schatten-unten.jpg);*/
  background-repeat: repeat-x;
  padding:0.3em;
  text-align:center;
}

#fussbereich a {
    color:#808080;
    text-decoration: none;
}

#inhalt h1, h2, h3, h4, h5, h6 {
    padding-top: 0.4em;
    padding-bottom: 0em;
    line-height: 1.6em;
    color: #808080;
    letter-spacing: -.08em;
}

#inhalt p {
    padding-bottom: 1.4em;
    line-height: 1.6em;
}

#inhalt ul, #inhalt ol  {
    margin-left: 1.5em;
    list-style-type: square;
    line-height: 1.5em;
    margin-bottom: 1em;
}

table, form {
    margin-bottom: 2em;
}

th {
    background-color: #808080;
    color: white;
}

td {
    padding: 5px;
    vertical-align:top;
    
}

.dsteuhigh {
  background-color:#333333;
}

#steuerung li a:hover {
  color:red;
}

#steuerung li a:visited {
}

#steuerung .dsteuhigh a {
  text-decoration:none;
}

#steuerung a {
  text-decoration:none;
}

#steuerung ul {
  list-style:none;
  padding-left:1.3em;
  padding-right:1em;
  padding-top:1em;
  padding-bottom:1em;
  margin-right:0;
  line-height: 1.2em;
}

#steuerung li {
  padding-right:0;
  margin-right:0;
  font-size:0.9em;
  padding-bottom:.5em;
}

#steuerung li li {
  list-style:square;
  font-size:0.7em;
  font-weight: normal;
}