/* Überschrift im header-DIV */
#header1 h1 {
  color: #444;
  padding: 5px;
  font-size: 18px;
}
.btn {
  color: #800000;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  width:110px;
  margin-top: 10px;
}
p {
  /*margin-left: 10px;*/
  margin-left: 24px;
  margin-top: 10px;
  width: 1000px;
  text-align: left;
  padding: 8px;
}
input {
  color: #404040;
  margin-left: 30px;
  margin-top: 12px;
  padding: 1px;
  font-size: 10px;
  font-weight: bold;
  width:140px;
}



/* Menüleiste (menu-DIV) */
#menu a {
  text-decoration: none;
  font-weight: bold;
  color: black;
  display: block;
  padding: 3px;
}
#menu a:hover {
  color: red;
}
#menu li {
  border: 1px solid white;  /* Trick */
}
#menu #high {
  font-weight: bold;
  color: white;
  background-color: #gray;  
  display: block;
  padding: 3px;
}
#menu ul {
  line-height: 1.6;
  list-style-type: none;
}
#menu ul ul {
  line-height: 1.4;
  list-style-image: url(reddot.gif);
  padding-left: 20px;  
}

/* ab hier: terminspalte2-DIV */
#terminspalte2 { 
    /* hier keine Breite vorgeben !! */
  width: 880px;
  float: right;
  /*margin: 20px;*/
  /*height: 620px;*/
  padding: 10px;
  font-size: 12px;
  background-color: #d0d0d0;
} 
#terminspalte2 h1 {   /*http://www.stichpunkt.de/css/formulare.html; passt die mittlere Spalte genau hinein*/
  font-size: 16px;
  font-weight: bold;
  color: #404040;
  /*float: right;*/
  /*text-align: left;*/
  padding: 1px;
}
#terminspalte2 h2 {   /*http://www.stichpunkt.de/css/formulare.html; passt die mittlere Spalte genau hinein*/
  font-size: 16px;
  font-weight: bold;
  color: red;
  /*float: left;*/
  /*text-align: left;*/
  padding: 8px;
}
#terminspalte2 p {
  /*margin-left: 10px;*/
  /*float: right;*/
  /*width: 900px;*/
  text-align: left;
}

#terminspalte2 textarea {
  border:  1px solid #aaaaaa;
  background-color: #e0e0e0;
  font: 100% Arial, Helvetica, sans-serif;
  margin-left: 25px;
  padding: 5px;
  width: 900px;
  height: 600px;
}
#terminspalte2 textarea:focus, textarea:hover {
  background-color: #f0f0f0;
}
#terminspalte2 fieldset {
  display: block;
  padding: 5px;  
  border: 1px solid white;
  margin-left: 20px;
}
#terminspalte2 input {
  color: #404040;
  margin: 20px;
  margin-left: 40px;
  padding: 1px;
  font-size: 10px;
  width:140px;
}

