* {
  margin:0;
  padding:0;
}

html, body {
  font: 100% Arial, Helvetica, sans-serif;
    min-width:900px;

}

#anschrift {
  background-color:white;
  height:150px;
  width:200px;
  float:left;
  border-bottom:40px solid #EAE0E0;
}

#anschrift p {
  color:black;
  text-align:left;
  font-size:0.9em;
  line-height:1.5em;
  padding:.5em 0.4em 0em 10px;
}

#hgbild {
  margin-left:200px;
  background:url(../bilder/kloster-tettenweis-ansicht-kreuz.jpg) no-repeat;
  height:150px;
  border-bottom:40px solid #EAE0E0;
}

#hgbild p {
  color:#B74A33;
  text-align:right;
  font: 2.3em serif;
  padding:0.4em 0.4em 0 0;
}

#bereich2 {
  background:url(../bilder/kreuzunten.jpg) no-repeat;  /* top 110px; */
  height:auto;
}


#steuerung {
  /* background-color:red; */
  width:200px;
  float:left;
  /* border-right:40px solid silver; */
  padding-top:2em;
  padding-left:2px;
}

 #steuerung ul {
   list-style:none;               /* keine Aufz&auml;hlungspunkte */
 }

 #steuerung li {
   /* margin-top:10px; */
   /* padding-top:4px; */
   padding-bottom:.4em;
   padding-left:8px;
   padding-right:8px;
   font-size:0.9em;
 }

 #steuerung ul {
 padding-top:.4em;
 padding-bottom:0.4em;
 }

#steuerung a {
  /* color:#B74A33; */
  /* text-decoration:none; */
}

#steuerung a:hover {
  color:red;
  text-decoration:underline;
}


#inhalt {
  /* background-color:green; */
  padding-top:2em;
  margin-left:300px;
  margin-right:40px;
  line-height:1.6em;
}

#inhalt h1, h2, h3, p, ul {
  padding-bottom:1em;
}

#inhalt img {
  padding-left:1em;
  border:0px solid silver;
  padding-left:1em;
  float:right;
}


#inhalt b
{
    float: left;
    font-size: large;
    font-weight: bolder;
    font: 2.3em serif;

    padding: 5px;
    background:#B74A33;
    color: white;
    margin-right:5px;
    width:35px;
}

table {
    width: 100%;
    border: 0px;
}

th {
    background-color: #B74A33;
    color:white; 
}

.hgblau {
    background-color: #9EB3D5;
    color:white;
}

tr {
    background-color: #eeeeee;
}

.hg1 {
    background-color: #dddddd;
}

td {
  /* text-align: center;  */
  vertical-align: top;
}

.mitte td {
  text-align: center;
}

#iwke {
  clear:both;
  float:right;
  border-top:1px solid silver;
  text-align:right;
  color:black;
  font-size:8pt;
  width:200px;
  margin-top:10px;
}

#iwke a {
  color:black;
  text-decoration:none;
}
