/* Sonderstyles Top-Thema */


/*------------------ Schriftfarben -------------------*/

h1.seitentitel
{ color: #000000; }

h2.dachzeile
{ border: none;
  text-transform: uppercase; }


/*------------------ linke Navi Farben-------------------*/

#linkenavi  /* Rahmen oben und unten an der linken Navi */
{ border-bottom: 1px dotted #859298;
  border-top: 1px dotted #859298; }

#linkenavi li,
#linkenavi li li,
#linkenavi li li li
{ border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff; }

#linkenavi li a					/* Farbe erste Ebene linke Navi */
{ background: #FFFFFF; }

#linkenavi ul ul li a			/* Farbe zweite Ebene linke Navi */
{ background: #FFFFFF; }

#linkenavi ul ul ul li a		/* Farbe dritte Ebene linke Navi */
{ background: #FFFFFF; }

#linkenavi li a:hover,	
#linkenavi ul li span.active,
#linkenavi ul ul li span.active,
#linkenavi ul ul ul li span.active		/* Farben bei Hover und aktivem Menpunkte */
{ background-color: #00b5dd;
  border: none; }

#linkenavi ul li span.active a,
#linkenavi ul ul li span.active a,
#linkenavi ul ul ul li span.active a
{ background-color: #00b5dd;
  background-image: none; } 
  
  
.introtext
{ background: #c87790;
  padding: 8px;
  margin: 0px;
  border-bottom: 20px solid white;
  color: white; }
  
.topthemaIntro
{ background: #ffffff;
  padding: 0px;
  margin: 0px; }
  
  
.topthemaIntro h2.dachzeile
{ color: #c87790;
  font-size: 12px; }
  
.topthemaSpezial
{ background: #e0ecec;
  padding: 8px; }


