body {
  font-family: Verdana, Arial, Helvetica, sans-serif; padding: 0px; margin: 0px;
  background: #ffffff url(../img/body-hinten.gif) repeat-y left top; }

/*Eingabefelder und Button*/
.feld 		{ border: #000000 solid 1px; background-color: #ffffff; color: #000000; }
.schalter 	{ border: #000000 solid 1px; background-color: #ffffff; color: #000000; }
.schalter:hover 	{ border: #000000 solid 1px; background-color: #ffffff; color: #000000; }

/*Kalender*/
  /*Wochenblatt, Kalender deluxe*/
   .wochenblatt 		{ display: none; }
   .wochenblatt th	{ border: 1px solid #dfe6ee; background-color: #ffffff; padding: 5px; color: #ffffff; }
   .wochenblatt td	{ border: 1px solid #336699; background-color: #ffffff; padding: 5px; }
   .wochenblatt td.link 	{ border: 1px solid #336699; background-color: #eeeeee; }
  /*Anzeige des aktuellen Termins oben, Kalender deluxe; gilt auch für Newsliste*/
   .akt  		{ border: 1px solid #00699B; margin: 0px; padding: 0px; }
  /*Jahresübersicht, Kalender einfach, premium, deluxe*/
   .kalender		{ display: none; float: left; margin: -10px 25px 0px 0px; }
   .kalender th		{
     border: 1px solid #dfe6ee; background-color: #dfe6ee; padding: 5px; color: #336699; }
   .kalender td		{ border: 1px solid #00699B; padding: 2px 5px 2px 5px; }
   .kalender td.link 	{ background-color: #00699B; }
  /*Auswahlmöglichkeiten, Kalender premium, deluxe*/
   .optionen /*global*/	{
     color: #003853; padding: 0px 3px 0px 3px; margin: 0px; border-top: 1px solid #00699B; }
   .kategorie		{  }
   .verantwortlicher	{  }
  /*Anzeige der Terminliste*/
    /*Anzeige des Hinweises auf keinen Termin*/
     .kat 		{
       background-color: #ffffff; color: #000000; border: #000000 solid 1px;
       padding: 0px 3px 0px 3px; margin: 0px; }
    /*Terminliste global*/
     .terminliste	{  }
    /*Abtrennung der Liste nach oben*/
     .auswahl 		{ border-top: 1px solid #000000; padding: 0px; margin: 0px; }
    /*Abrennung der einzelnen Termine*/
     .termin          	{ border-bottom: 1px solid #000000; padding: 0px 0px 5px 0px; }

/*Newsliste*/
.newsliste               { border-top: 2px solid #000000; }
.newsliste th 		{ text-align: left; }
.newsliste td 		{ border-bottom: 1px solid #000000; }

/*Downloads*/
.downloads               {  }
.downloads th 		{ text-align: left; padding: 0px 0px 10px 0px; }
.downloads td 		{ vertical-align: top; padding: 0px 0px 20px 0px; }

/*Standardliste*/
.liste td		{ padding: 2px 0px 15px 0px; }
.liste th		{ background-color: #ffffff; padding: 5px; text-align: left; font-size: 80%; }

/*Bildergalerie*/
.galerie td		{ padding-bottom: 20px; }

/*mehrspaltige Tabelle*/
.tabelle55 table 	{
  border: 1px solid #000000; margin: 10px 0px 10px 0px; padding: 0px; color: #000000; }
.tabelle55 caption	{ font-weight: bold; margin: 0px; }
.tabelle55 th 		{ border: 1px solid #000000; padding: 5px; }
.tabelle55 td   		{ color: #000000; border: 1px solid #000000; padding: 5px; }
/*Vorlage 56: Tabelle aus Datei*/
.tabelle56 th		{
  border: 1px solid #000000; background-color: #ffffff; padding: 5px; }
.tabelle56 td		{ border: 1px solid #000000; padding: 5px; }

/*statistische Tabelle*/
table.stat 	{ border: 1px solid #000000; }
th.statth 	{ border: 1px solid #000000; background-color: #ffffff; padding: 0px; }
td.stattd 	{ border: 1px solid #000000; text-align: right; padding: 0px; }

/*Vorlage: mehrsprachige Inhalte, Position der Flaggen*/
.sprachen	{ margin-bottom: 20px; text-align: center }

/*Globale Klassen*/
  /*Klasse zum An- und Ausschalten*/
   .start 	{ display: none; speak: none; }
   .speakonly 	{ display: none; speak: normal; }
   .speaknone 	{ speak: none; }

  /*Klassen für links und rechts positionierte Bilder*/
   .left 	{ margin-right: 25px; }
   .right 	{ margin-left: 25px; }

  /*Barrierefrei-Logo*/
   .barrierefrei	{ margin-top: 50px; }

  /*Schrift kleiner*/
   .klein 	{ font-size: 90%; }
   .kleiner 	{ font-size: 46%; }

  /*Auszeichung von Erklärungen, Abkürzungen usw.*/
   .help      	{ cursor: help; border-bottom: 1px dotted #000000; color: #000000; }
   .help:hover   { cursor: help; border-bottom: 1px dotted #000000; color: #000000; }

  /*Abstandshalter*/
   .unten	{
     background: url(../img/nach-oben.gif) left no-repeat;
     padding-left: 15px; margin: 40px 10px 0px 10px; }

  /*Klassen, die von bestimmten, jedoch immer vorhandenen Vorlagen vewendet werden*/
    /*Suche-Hinweis*/
    .tip 		{
      display: none; border: #000000 solid 1px; background-color: #ffffff; padding: 10px; }
    /*Wer hats erfunden?*/
    .copy		{ border-top: #000000 solid 1px; }
    /*Krümelpfad*/
    .kruemel		{
      border-bottom: 1px solid #000000; border-top: 1px solid #000000; text-align: center; }
    /*Sitemap*/
    .inhalt		{ padding: 3px; margin: 20px 0px 0px 20px; display: block; }
    .inhalt a 		{ background-color: #ffffff; color: #000000;
    			  text-decoration: none; padding: 1px 3px 1px 3px; }
    .inhalt a:hover 	{ background-color: #ffffff; color: #000000; padding: 1px 3px 1px 3px;
    			  text-decoration: none; }

   /*Klassen für Sonderauszeichnungen von Text*/
    .blau		{ color: #000000; }

/*Suchkontainer*/
.suche 		{
  margin-top: 10px; padding-bottom: 5px; text-align: center;
  border-top: #000000 solid 1px; border-bottom: #000000 solid 1px; border-left: #000000 solid 1px;
  background-color: #ffffff; color: #000000; }
.suche form	{ margin: 0px; padding: 0px; }
.suche input	{ width: 90%; margin-top: 5px; padding: 3px; }
/*Schrift vergrößern*/
.schrift		{
  border-top: #00699B solid 1px; border-bottom: #00699B solid 1px; border-left: #00699B solid 1px;
  background-color: #C8DCEA; color: #003853; text-align: center; padding-bottom: 5px; }
.schrift a	{
  color: #ffffff; text-decoration: none; border: #ffffff solid 1px; padding: 1px 3px 1px 3px; background-color: #00699B; }
.schrift a:hover	{
  color: #00496B; text-decoration: none; border: #00699B solid 1px; padding: 1px 3px 1px 3px;
  background-color: #F5F8FA; }

/*Logo-Container*/
#logo 			{ display: none; }

/*Printcontainer
#print 			{ display: none; }*/

/*Container OBEN*/
#oben 		{
  margin: 0px 0px 30px 0px; padding: 0px; text-align: center; }
#oben .oben1 	{
  margin: 0px; padding: 0px 0px 5px 0px; color: #ffffff; background-color: #00699B;
  font-family: Georgia, Times New Roman, Times, serif; font-size: 200%; font-weight: normal; }
#oben .oben2 	{
  margin: 0px; padding: 5px 0px 5px 0px; color: #003853;
  font-family: Georgia, Times New Roman, Times, serif; font-size: 110%; }

#links 		{ display: none; float: left; width: 200px; }
/*Navklapp-Container*/
#navklapp 	{ margin-top: 10px; padding: 0px 10px 0px 10px; }
.navebene1 p 	{
  margin: 0px 0px 3px 0px; padding: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.navebene1 a 	{
  border: #00699B solid 1px; background-color: #F5F8FA; color: #003853;
  text-decoration: none; display: block; padding: 1px 3px 1px 3px; }
.navebene1 a:hover {
  border: #ffffff solid 1px; background-color: #00699B; color: #ffffff; text-decoration: none; }
.navebene2 a 	{ padding: 1px 3px 1px 13px; background-color: #DFE8EE; color: #003853; }
.navebene3 a 	{ padding: 1px 3px 1px 23px; background-color: #CDDBE4; color: #003853; }
.navebene4 a 	{ padding: 1px 3px 1px 33px; background-color: #C8DCEA; color: #003853; }
.navebene5 a 	{ padding: 1px 3px 1px 43px; background-color: #C8DCEA; color: #003853; }
.navebene1 .active a {
  background: #F5F8FA url(../img/nav-active.gif) right no-repeat; color: #003853; }
.navebene2 .active a {
  background: #DFE8EE url(../img/nav-active.gif) right no-repeat; color: #003853; }
.navebene3 .active a {
  background: #CDDBE4 url(../img/nav-active.gif) right no-repeat; color: #003853; }
.navebene4 .active a {
  background: #C8DCEA url(../img/nav-active.gif) right no-repeat; color: #003853; }
.navebene1 .active a:hover {
  background: #00699B url(../img/nav-active.gif) right no-repeat; color: #ffffff; }

#content 	{
  margin: 5px 0px 0px 0px; padding: 0px;
  background: url(../img/content-hinten.gif) bottom right no-repeat; }
#content img 	{
  border: 1px solid #000000; }
#content p 	{
  font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000;
  margin: 10px 0px 10px 0px; padding: 0px; line-height: 150%; }
#content h1 	{
  font-family: Georgia, Times New Roman, Times, serif; font-size: 180%; font-weight: normal;
  margin: 30px 0px 20px 0px; padding: 0px; color: #000000; text-align: center; }
#content h2 	{
  font-family: Georgia, Times New Roman, Times, serif; font-size: 130%; font-weight: normal;
  margin: 20px 0px 10px 0px; padding: 0px; color: #000000; text-align: center; }
#content h3 	{
  font-family: Georgia, Times New Roman, Times, serif; font-size: 110%; font-weight: bold;
  margin: 20px 0px 10px 0px; padding: 0px; color: #000000; text-align: center; }
#content h4 	{
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%; font-weight: bold;
  margin: 20px 0px 10px 0px; color: #000000; background-color: #ffffff; padding: 5px; }
#content li 	{
  font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 150%; font-size: 100%;
   color: #000000 }
#content .s_ebene1 	{ list-style-type: disc; }
#content .s_ebene2  	{ margin-left: 15px; list-style-type: circle; }
#content .s_ebene3 	{ margin-left: 30px; list-style-type: square; }
#content .s_ebene4 	{ margin-left: 45px; }
#content .s_ebene5 	{ margin-left: 60px; }
#content table 		{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 10px 0px 10px 0px; padding: 0px; color: #000000 }
#content caption { font-weight: bold; margin: 0px; color: #000000 }
#content th		{
  font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; }
#content td 		{
  line-height: 150%; color: #000000; }

#content a 		{ color: #000000; text-decoration: underline; padding: 0px 2px 0px 2px; }
#content a:hover 	{ background-color: #ffffff; color: #000000; text-decoration: none; }

#content .copy img	{ border: #00699B solid 0px; }

/*Container RECHTS*/
#rechts 		{ display: none; float: right; width: 180px; margin-top: 50px; }
#rechts p 	{ padding: 0px; margin: 5px 10px 5px 10px; }

/*Footer-Container*/
#footer 		{
  margin-top: 10px; padding: 5px;
  border-top: #00699B solid 1px; border-bottom: #00699B solid 1px; border-left: #00699B solid 1px;
  background-color: #C8DCEA; color: #003853; }

#footer p 	{
  font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0px 0px 7px 0px; padding: 0px; line-height: 150%; }
#footer a 	{
  color: #003853; text-decoration: underline;
  border: solid 1px #C8DCEA; padding: 1px 2px 1px 2px; }
#footer a:hover 	{
  color: #ffffff; text-decoration: none;
  border: solid 1px #ffffff; padding: 1px 2px 1px 2px; background-color: #00699B }