body {
  background-color: #b5a789;
  font-family:      Arial, Helvetica, Verdana, serif;
  font-size:        small;
  margin:           0px;
}

h2 {
  font-size:                120%;
  color:            #761519;
}

h3 {
  font-size:                110%;
}

#inhalt {
  width: 800px; /*Die Breite des Inhalts ist auf 800 px fixiert*/
  margin-left: auto; /*Setzt den linken Rand auf automatische Breite*/
  margin-right: auto; /*Setzt den rechten Rand auf automatische Breite*/
}

#kopfleiste {
  background-color: #F9E6AC;  /*alte Farbe:  #675c47; */
  margin:           10px;
  height:           68px;
}

#main {
  background:       #F9E6AC url(images/background.jpg) top left;
  font-size:        105%;
  padding:                        15px;
  margin:                        0px 10px 10px 10px;
  width:                        810px;
  float:                        left;
}

#left {
  background:       #F9E6AC url(images/background.jpg) top left;
  font-size:        100%;
  padding:                        15px;
  margin:                        0px 10px 10px 10px;
  width:                        90px;
  float:                        left;
}

#lageplan {
  background:       #F9E6AC url(images/background.jpg) bottom right;
  font-size:                150%;
  padding:                        15px;
  margin:                        0px 10px 10px 470px;
}

#footer {
  background-color: #F9E6AC;
  margin:           10px;
  height:           40px;
  text-align:                center;
  clear:                        both;
}

a:link {
  color:            #264512;
  text-decoration:        none;
  border-bottom:        thin dotted;
}

a:visited {
  color:                        #264512;
}

#lageplan_big {
  background:       #F9E6AC url(images/background.jpg) top left;
  font-size:        105%;
  padding:                        15px;
  margin:                        0px 10px 10px 10px;
  width:                        800px;
  float:                        left;
}