body {
  background: #fffafa;
  font-family: tahoma, sans-serif;
  font-size: 13px;
  text-align:center;
  padding: 0;
  margin: 0;
}

.dark{
  /* alles was dunkellila ist hat diese Klasse */
  background: #3a002b;
}

.light{
  /* alles was helllila ist hat diese Klasse */
  background: #f0e0d1;
}

img {  
  border-style: none;
}


#startbody {
  /* fuer die startseite */
  background: #3a002b;
text-align:center;
}

#startimage img {
  margin-left: auto;
  margin-right:auto;
  display: block;
 text-align: center;
}

#startwrap {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  text-align:left;
  /*border: black 1px solid;*/
}

#startmenu {
  position: absolute;
  top: 195px;
  z-index: 10;
  margin-left: 95px;
  text-align:left;
padding-right: 20px;
padding-top:0;
  line-height: 17px;
}
#startmenu a { 
  color: #2b9809;
  text-decoration: none;
  font-size: 19px;
  font-style: italic;
}

#startmenu ul {
  list-style: none;
  text-align: center;
  margin-left: 40px;
  padding: 0;

}
#startmenu li:hover { 
  background-image:url(../back.png);
  background-repeat:no-repeat;
  background-position: center;
}

#startmenu li {
  padding-top: 8px;
  padding-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
}

/* the pages */

#header {
  /*width: 900px ;*/
  margin: 0;
  /*margin-left: auto ;
  margin-right: auto ;*/
  background:   #3a002b;
  padding: 0;
  text-align: center;
}


img.head {
  margin-left: auto;
  margin-right:auto;
  display: block;
  background:   #3a002b;
}


#content { 
 background: #fffafa;
  width: 820px;
  height: 450px;
  margin-left: auto ;
  margin-right: auto ;
  line-height: 19px;
  padding: 0;
}

#text {
  padding-top: 0;
  color:   #3a002b;
  float: left;
  margin-left: 1px;
  /*margin-left: 0;*/
  width: 470px;
  text-align: justify;
}
#scroll {
 padding-top: 0;
  color:   #3a002b;
  float: left;
  margin-left: 1px;
  /*margin-left: 0;*/
  text-align: justify;
}
#image img { 
  padding: 0; 
  margin: 0;
}

#image {
  padding: 0;
  padding-top: 10px;
  float: right;
  margin-right: 1px;
  margin-left: 0;
  display: inline;
  width: 300px;
}

#bottom {
 background: #fffafa;
  margin-left: 0 ;
  margin-right: 0 ;
  padding: 0; 
}

#bottombar {
  background:   #3a002b;
  /*width:1900;*/
  height: 35px;
  margin-left: 0 ;
  margin-right: 0 ;
  padding: 0;
}

#menuframe {
  background: #fffafa;
  margin: 0;
  height: 37px;
  padding-top: 10px;
}

#menubar {
  width:900px;
  height: 35px;
  margin-left: auto ;
  margin-right: auto ;
  padding-top: 1px; 
  text-align: left;
  background-image:url(../menue.png);
  background-repeat:no-repeat;
  background-position: center;
}

#menubar ul { /* remove bullets and list indents */
padding: 0;
padding-top: 3px;
margin: 0;
text-align:center;
  list-style: none;
}

#menubar li { 
  display: inline;
  text-align: center;
  color: #2b9809;
  font-family: tahoma, sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 13px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 6px;
  padding-bottom: 8px;
  letter-spacing: 1px;
}

#menubar  a { 
  text-decoration: none;
  color: #2b9809;
  letter-spacing: 1px;
}
#menubar a:hover {
  color:  #fffafa;
}
#menubar a.cur {
  font-size: 18px;
  font-weight: bold;
  color:  #fffafa;
}
#menubar li.cur { 
  background-image:url(../back.png);
  background-repeat:no-repeat;
  background-position: center;
}

#fotos {
    text-align: center;
color:   #3a002b;
}

.quote {
  text-align: right;
  padding-top: 20px;
  padding-left: 50px;
}

.kurs {
  text-align: center;
  background-color: #f4ebeb;
}

.impressum {
  position: relative;
  top: 175px;
  background-color: #f4ebeb;
}

.kontaktauftritt {
  padding-top: 150px;
}

.termine {
  /*padding-top:10px;*/
  /*height: 370px;*/

  background: #fffafa;
  width: 820px;
  min-height: 450px;
  margin-left: auto ;
  margin-right: auto ;
  line-height: 19px;
  padding: 0px;
color:   #3a002b;
}

.termin {
  background-color: #f4ebeb;
  width: 820px;
  overflow: hidden;
  margin-bottom: 10px;
  text-align:center;
  padding: 0px;
color:   #3a002b;
}

.termin_text {
  text-align: center;
  position: relative;
  margin: 5px;
  padding:0px;
float: left;
width: 535px;
color:   #3a002b;
}

.termin_bild {
  position: relative;
  margin: 0px;
  padding:0px;
    float:right;
    width: 275px;
    text-align: right;
    min-height:200px;
display:inline;
overflow:hidden;
}
.termin_bild img {
  padding: 0px;
  margin: 0px;
  max-height:200px;
  float:right;
}

.titel {
  font-weight: bold;
  color: #2b9809;
}


.links a {
  text-decoration: none;
}
.links a:hover { text-decoration:underline; }

a {
  color:   #3a002b;
}

ul {
  list-style-type: circle;
}

