*{
  margin:0;
  padding:0;
  line-height:1.6em;
}

html {
  height: 100%;
  margin-bottom: 1px;
  background-color:#666666;
}


body{
  text-align:center;
  font-family:Helvetica,Arial,Verdana,sans-serif;
}

#seite {
 margin:0pt auto;
 text-align:left;
 width:977px;
 /* background: url(../bilder/hintergrund_lang_l.jpg) repeat-y ; */
 /* border:1px solid red; */
  background-color:white;
}

#kopf{
  text-align:right;
  height:200px;
  width:100%;
  color:white;
  background-color:#6F6F6F;
  background: url(../bilder/hintergrund-oben-mit-bilder3.jpg) 100%;
}

#kopf img {
  float:right;
}

#kopf big {
  text-align:right;
  padding:20px 20px;
  color:#9F0000;
  font-size:2em;
}
#kopf strong {
  text-align:center;
  padding:20px 20px;
  color:#9F0000;
  font-size:12pt;
}



#inhalt {
  background-color:white;
}

#inhaltsbereich {
  /* background-color:yellow; */
  margin:0px 30px 0px 300px;
  padding: 30px 0px;
  border:1 solid red;
  /* background-color:red; */
}

#inhalt h1 {
  padding-bottom:20px;
  color:#901b35;
}

#inhalt h2 {
  padding-bottom:20px;
  color:#4F4F4F;
  line-height:1.3em;
  /* width:80%; */
}

#inhalt p {
  padding-bottom:20px;
  color:#4F4F4F;
  /* width:80%; */
  line-height:1.6em;
}

#inhalt ul, ol {
  padding:0px 30px 20px 45px;
  color:#4F4F4F;
  /* width:80%; */
  line-height:1.6em;
}

#inhalt table {
  padding:0px 30px 20px 30px;
  border-spacing: 4px 12px;
}

#inhalt td {
  vertical-align:top;
  padding-bottom:14px;
}

#fuss {
  clear: both;
  background-color:#901b35;
  height:20px;
  width:977px;
  color:white;
  text-align:center;
  font-size:.8em;
  padding-top:3px;
  margin-top:3em;
}

#fusslinks {
  text-align:center;
  /* background-color:yellow; */
  width:870px;
  float:right;
}

#fusslinks a {
  color:white;
  text-decoration:none;
}

#fussrechts {
 text-align:center;
  float:right;
 width:101px;
 /* background-color:orange; */

}


#steuerungoben {
  background-color:#901b35;
  height:26px;
  width:100%;
  color:white;
/*
  padding-top:8px;
  padding-left:0px;
*/
  border-top:1px solid black;
  border-bottom:1px solid black;
}


#breadcrumbsoben {
  background-color:#BFBFBF;
  height:26px;
  width:100%;
}

#steuerung {
  background-color:#f6f6f6;
  width:200px;
  /*color:white; */
  border:1px solid black;
  float:right;
  float:left;

  padding-top:12px;
  padding-left:0px;
  margin-top:40px;
  margin-right:0px;
  margin-left:30px;
  margin-bottom:20px;

}


#steuerungoben ul {
  list-style:none;
}

#steuerungoben li {
/*
  display:inline;
  width:200px;
*/
  /*
   background-color:#333333;
  */


   float:left;
   margin-right:2px;
   width:130px;
   text-align:center;
   /* height:23px; */
   height:26px;
   padding-top:0px;

   /* background-color:silver;     */   /* Hintergrundfarbe  */
/*
   margin-top:0px;
   padding-top:0px;
   padding-bottom:8px;
   padding-left:8px;
   padding-right:8px;
*/
}

#steuerungoben a {
  color:white;
  text-decoration:none;
}

#steuerungoben a:hover {
  text-decoration:underline;
}

#steuerungoben .dsteuhigh {
  background-color:#333333;
}

#steuerungoben .dsteunorm  {
}





#steuerung a {
  text-decoration:none;
}

#steuerung ul {
  list-style:none;
  padding-left:1em;
  padding-right:0;
  margin-right:0;
}

#steuerung li {
  padding-right:0;
  margin-right:0;
}

#steuerung li li {
   list-style:square;
   font-size:0.9em;
}






dt {
 font-weight: bold;
}

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


table {
  /* width:80%; */
}

th {
  background-color:skyblue;
}