/* Überschrift im tanzenmit-DIV */
#richard h1 {
  color: #4B4949;
  font-size:2em;
  font-weight: bold;
  padding-bottom: 2px;
  font: 160% Lucida Calligraphy, sans-serif;
  text-decoration: none;
  text-align:center;
  }
  

/* Menüleiste (menu-DIV) */
#menu a {
  text-decoration: none;
  font-weight: bold;
  color: #4B4949;
  display: block;
  padding: 3px;
}

/* Farbe Menupunkt beim drüberscrollen */
#menu a:hover {
  color: #000000;
}

#menu li {
  border: 1px solid white;  /* Trick */
}

#menu ul {
  line-height: 1.6;
  list-style-type: none;
  
}
 /* Ende Menüleiste */

 
/* ab hier: main-DIV */
/* Hauptüberschrift: */
#main h1 {
  font-size: 1.7em;
  font-weight: bold;
  color: #A71006;
  padding-bottom: 14px;
}

/* Unterüberschrift: */
#main h2 {
  font-size: 1.4em;
  line-height: 1.4;
  margin-bottom: 6px;
  color: #A71006;
}

#main h3 {
  font-size: 1.7em;
  font-weight: bold;
  color: #A71006;
  padding-bottom: 14px;
  text-align:center;
}

#main h4 {
  font-size: 1.0em;
  font-weight: bold;
  color: #A71006;
  padding-bottom: 14px;
  text-align:center;
}

}

/* normaler Fließtext: */
#main p {
  margin-bottom: 12px;
  line-height: 1.3;
  color: #B3160B;
}

#main a {
  text-decoration: none;
  font-weight: bold;
  color: #B3160B;
  display: block;
  padding: 3px;
}

#main a:hover {
  color: #2E1C1C;
}

#main ul {
text-align: center;
}

/* Ende main-DIV */

/* Das Kontaktformular*/
form {
width: 500px;
padding: 30px;
}

label { /* Beschriftung auf eigener Zeile */
display: block;
cursor: pointer;
}

input#absender
textarea {
width: 500px;
border: 3px
margin-bottom: 3em;
}

textarea {
heigth: 9em;
}

input#absender:focus,
textarea:focus {
bachground-color: #d9d9d9:
}
