body {
	font-family: Georgia, "Times New Roman", Times, serif;
  background-color: #f7f1e6; }

h1 {
  color: #608076;
  font-size: 20px;
  }
* html h1 {
  }

h2 {
  margin-top: 20px;
  color: #d6c7a6;
  font-size: 13px;
  }
* html h2 {
  }

  a { text-decoration: none; color: #7491bb; font-weight: bold; }
  a:link, a:visited { text-decoration: none; }
  a:hover, a:active { text-decoration: underline; }
  
div.kopfzeile {
  background-image: url(../images/kopfzeile.gif);
  position: absolute; 
  top: 10px;
  left: 10px;
  width: 870px;
  height: 99px; }
* html div.kopfzeile {
  height: 90px;  }

  
div.menu {
  position: absolute; 
  top: 120px;
  left: 10px;
  width: 222px;
  height: auto;
  padding: 5px;
  z-index: 1; 
  background-color: #f3eada;
  border: 1px solid #e5e0d3;}
* html div.menu {
  width: 234px; }

div.untermenu {
  position: absolute; 
  top: 300px;
  left: 10px;
  width: 222px;
  height: auto;
  padding: 5px;
  z-index: 1; 
  background-color: #f3eada;
  border: 1px solid #e5e0d3;
  overflow: hidden; }
* html div.untermenu {
  width: 234px; }

div.kurz {
  font-size: 9pt;
  font-style: italic;
  position: absolute;
  top: 190px;
  width: 130px;
  margin-left: 734px;
  padding: 5px;
  background-color: f3eada; }
* html div.kurz {
  margin-left: 730px;
  width: 120px; }
  
div.inhalt {
  position: absolute; 
  top: 120px;
  left: 250px;
  width: 450px;
  height: auto;
  padding: 5px;
}

div.error input {
  background-color: #dddddd;
}
div.error select {
  background-color: #dddddd;
}
div.error textarea {
  background-color: #dddddd;
}
