/* Überschrift im tanzenmit-DIV */
#tanzenmit h1 {
  color: #b00000;
  font-size:2em;
  font-weight: bold;
  padding-bottom: 2px;
  font: 400% Lucida Calligraphy, sans-serif;
  text-decoration: none;
  text-align:center;
  }
  

/* Menüleiste (menu-DIV) */
#menu a {
  text-decoration: none;
  font-weight: bold;
  font-size:0.8em;
  color: #CC0000;
  padding:8px;
}

/* Farbe Menupunkt beim drüberscrollen */
#menu a:hover {
  color: #151515;
}


 /* Ende Menüleiste */

 
/* ab hier: main-DIV */
/* Hauptüberschrift: */
#main h1 {
  font-size: 1.3em;
  font-weight: bold;
  color: #4A4A4A;
  padding-bottom: 14px
}

/* Unterüberschrift: */
#main h2 {
  font-size: 1.3em;
  line-height: 1.4;
  margin-bottom: 6px;
  color: #4A4A4A;
}

#main h3 {
font-size: 0,8em;
  line-height: 1.4;
  margin-bottom: 6px;
  color: #4A4A4A;
}

#main h4 {
font-size: 15pt;
font-weight: bold;
  line-height: 1.4;
  margin-bottom: 6px;
  color: #b00000;
  
}
  


/* normaler Fließtext: */
#main p {
  margin-bottom: 12px;
  line-height: 1.3;
  color: #4A4A4A;
}

#main li {
  margin-bottom: 12px;
  line-height: 1.3;
  color: #4A4A4A;
}

#main a {
  text-decoration: none;
  font-weight: bold;
  color: #4A4A4A;
  padding: 0px;
}

#main a:hover {
  color: #b00000;
}

/* Ende main-DIV */

/* Die footer-Zeile mit Kontakt*/

#footer a {
  text-decoration: none;
  font-weight: bold;
  font-size:1,2em;
  color: #CC0000;
  padding: 10px;
}

/* Farbe Menupunkt beim drüberscrollen */
#footer a:hover {
  color: #151515;
}





