/* Start' */
body {
  background-color: #fce8ad;
  text-align: center;
  margin: 0;
  padding: 0;
}

p {
  font-family: verdana;
  color: #4d1e18;
  font-size: 10pt;
}

a {
  color: #4d1e18;
}

li {
  color: #4d1e18;
   font-size: 10pt;
}

#navi ul {
  list-style-type: none;
  padding-left: 1px;
  margin: 6px 0;
}

h1 {
  margin-top: 0px;
  font-family: verdana;
  font-size: 20pt;
  font-weight: normal;
}


h2 {
  margin-top: 0px;
  font-family: verdana;
  font-size: 13pt;
  font-weight: normal;
   color: #4a5f9a;
}


h3 {
  margin-top: 0px;
  font-family: verdana;
  font-size: 12pt;
}

h4 {
  margin-top: 0px;
  font-family: verdana;
  font-size: 10pt;
  border-bottom: solid 1px #c0c0c0;
}
td {
  font-family: verdana;
  font-size: 9pt;
  font-color: #4d1e18;
}

#schrift {
  width: 848px;
/*  height: 486px; */
  background: url(../grafik/backgr.gif) no-repeat;
  margin: 20px auto 20px;
  text-align: left;
  display: block;
  padding: 45px 0 0 0;
}

#all {
  background-color: #4d1e18;
  width: 778px;
/*  position: fixed; */
 margin: 0 50px 20px; 
  padding: 1px 0 6px;
}
#head {
/*  float: left;  */
  width: 765px;
  height: 162px;
  background-image: url(../images/1-start/1-vorstellung.jpg);
  margin: 7px 0px 0px 7px;
}

#navi {
  width: 190px;
  float: left;  
  background-color: #FCE8AD;
    font-family: verdana;
  margin: 7px 0px 0px 7px;
}

#content {
  float: left;  
  margin: 7px 0px 0px 7px;
  background-color: #FCE8AD;
  width: 562px;
  min-height:500px;
  height:auto !important;
  height:500px;
  padding: 3px;
}
/* End */

