* {
  margin:0;
  padding:0;
}
 
html, body {
  height:100%;
}
 
body {
  background-image: url("../bilder/layout/bg.jpg");
  font-family: Courier New, Times New Roman, Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size:11pt; 
  text-align:center; /* horizontal centering for IE Win quirks */
}
 
#abstand { 
  width:1px;
  height:50%;
  margin-bottom:-310px; /* half of container's height */
}
 
#container {
  margin:0 auto;
  position:relative; /* puts container in front of distance */
  text-align:left;
  height:620px;
  width:850px;
  background-image: url("../bilder/layout/bg_main.jpg");
}

#kopf {
  height:120px;
  width:850px;
  background-color: #7C3C23;
}

#kopf img {
  border: 0;
}

#navi {
  text-align: center;
  height:35px;
  width:850px;
}

#navibereich li {
  display: inline; /* Listenelemente nebeneinander */
  list-style-type: none;
}

#navibereich {
  background-color: #7C3C23;
  padding: 6px 0;
}

#navibereich a {
  font-weight:bold;
  color: #C4A473;
  text-decoration: none;
  padding: 4px 111px;
}

#navibereich a:hover {
  background-color: #EDEDF8;
}

#navibereich a:hover,
#start #home a,
#historie #history a,
#kontakt #contact a { /* ohne Komma am Ende */
  background-image: url("../bilder/layout/bg_main.jpg");
  color: #7C3C23;
}


#text {
  height:345px;
  width:850px;
}

#text h1 {
  font-size:14pt; 
  font-weight:bold;
  padding-top:10px;
  margin-left: 10px;
}
 
#text p {
  margin: 5px 10px 0 10px;
}

#text ul {
  margin: 5px 10px 0 35px;
}

#text a {
  color: #000000;
}
