body {
  font: 85% serif;
  background-color: silver;
  font-family: sans-serif;
}

* {
  margin:0;
  padding:0;
}

#seite {
  width: 950px;
  margin: 0 auto;
  border:1px solid black;
  background-color: white;
}

#kopfbereich {
  /* padding: 20px; */
  background-color:lightblue;
  /* margin-bottom:1.5em; */
  background: url(../bilder/hg_oben_111.jpg) no-repeat 100% 0%;
  height: 111px;
}

#kopfbereich2 {
  /* padding: 20px; */
  background-color:lightblue;
  /* border-bottom:1px solid black; */
  margin-bottom:1.5em;
  background: url(../bilder/hg_oben_34.jpg) no-repeat 100% 0%;
  height: 34px;
}

#kopfbereich2 p {
    color:white;
    line-height: 34px;
    padding-left: 2em;
}

#kopfbereich2 a {
    color:white;
    text-decoration: none;
    padding-right: 2em;
    border-right: dotted 1px silver;
    margin-right: 2em;
    
}

.schriftschild {
  /* width: 450px; */
  /* text-align: center; */
  color:white;
  font-size:1.8em;
  padding-top:25px;
  padding-left:700px;
  padding-right:2em;
}

.schriftkopf {
  text-align: right;
  color:white;
  font-size:1.4em;
  padding-top:15px;
  padding-right:1em;
    
}

.kopfschrift {
  padding-top:15px;
    
}

#inhalt {
  float: right;
  /* background-color: lightgreen; */ 
  margin-right: 50px;
  width: 650px;
  padding: 0px;
}

.bildstartseite {
    float: right;
    clear: right;
    padding-left: .5em;
}

#steuerung {
  width: 200px;
  padding: 0px;
  background-color: #EEEEEE;
  border: 0px solid black;
}

#fussbereich {
  clear: both;
  background-color:#122658;
  margin-top:1.5em;
  border-top:1px solid black;
  padding:0.1em;
  text-align:center;
  color:white;
}

#fussbereich a {
    color:white;
    /* text-decoration:none; */
}

#inhalt h1, h2, h3, h4, h5, h6 {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    line-height: 1.6em;
}

#inhalt p {
    padding-bottom: 1.4em;
    line-height: 2.1em;
}

#inhalt ul {
    padding-left: 2em;
    line-height: 1.6em;
    list-style:square;
}

.dsteuhigh {
  background-color:#333333;
}

#steuerung li a:hover {
  color:red;
}

#steuerung li a:visited {
  /* padding-right:0.4em; */
  /* background: url(../bilder/besucht.gif) no-repeat 100% 0%; */
}

.dsteunorm {

}


#steuerung .dsteuhigh a {
  text-decoration:none;
}

#steuerung a {
  /* text-decoration:underline; */
  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;
  /* font-weight: bold; */
  padding-bottom:.5em;
}

#steuerung li li {
   list-style:square;
   font-size:0.7em;
  font-weight: normal;
}






dt {
 font-weight: bold;
}

dd {
  padding-left: 4em;
  /* width:80%; */
  padding-bottom:1em;
}




/* für die Bildergalerie */
.vorschaubilder {
    float:left;
    text-align: center;
    width: 160px;
    height: 140px;
    border:0px solid black;
    font: 85% Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
}

.vorschaubilder img {
    border:0px;
} 

.bildmittitel {
    margin-bottom:0px ! important;
    padding-bottom:0px  ! important;
}

.bildtitel {
    margin-top:0px ! important;
    padding-top:0px ! important;
    text-align: right;
    font-size: small;
    font-style: italic;
    color:#5E5E5E;
}
 
