/* Spezielles Druckstylesheet */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100.01%;
  margin: 0px
}

#mother {
  width: 100%;
}

#logo {
  
   display: none;
}


#search {
  display: none;
}

#navi {
  display: none;
}

#topmenu {
  display: none;
}

#content {
  width: 100%;
  color: black;
  background-color: white;
  font-size: 0.84em; 
  line-height:1.45em;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: silver;
  padding-left: 5px;
}

#footer {
  width: 100%;
  color: black;
  background-color: white;
  font-size: 0.84em; 
  line-height:1.45em;
 
}

/* Überschrift 1 gestalten */
h1 {
  color: #000000;
  font-size: 1em;
  margin: 0px;
  background-color:#799EA4;
  padding: 4px 0px 4px 4px;
 
}

h2 {
  color: #799EA4;
  font-size: 1em;
  margin: 0px;
  background-color:transparent;
 
 

}

/* Überschrift 3 */
h3 {
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 1px;
}


/* normaler Listenstil */
#content ul {
  list-style-image: url(pfeil.gif);
   margin-left: 0.9em;
  padding-left: 0.7em;
}


a:link    {text-decoration: none; color: #799EA4;}
a:visited   {text-decoration: none; color: #799EA4;}


.anmeldebutton {
display:none;
}

#toplink {
display:none;
}


