
/*  Zustände der Einträge in der Navigationsleiste:

	1. Navigation (normaler Verweis)
	2. Aktuelle Seite (Seite ist aktuell angezeigt)
	3. Aktuelle Kategorie (Seite ist eine Unterseite des Menüpunktes
	
*/


/*  Ebene 1: Navigation
	===================		*/

P.Ebene1Navigation, P.Ebene1AktuelleSeite, P.Ebene1AktuelleKategorie   {
		margin-left: 1em; 
		margin-right: 1em;
		}

A.Ebene1Navigation, A.Ebene1AktuelleSeite, A.Ebene1AktuelleKategorie		{				
		text-decoration: none;
	  	font-size: 90%;
	  	color: #000000;
	  	}

TD.Ebene1Navigation, TD.Ebene1AktuelleSeite, TD.Ebene1AktuelleKategorie    {
		background: #D4D0C8;
		}



/*  Ebene 1: Herbvorhebungen: 
		Aktuelle Seite und Kategorie = fett
		Aktuelle Seite = grau hinterlegt
	========================================     */

A.Ebene1AktuelleSeite, A.Ebene1AktuelleKategorie	{				
	  	font-weight: bold;
	  	}

TD.Ebene1AktuelleSeite  {
		background: #f4f0f8;
		}




/*  Ebene 2: Navigation
	====================		*/

P.Ebene2Navigation, P.Ebene2AktuelleSeite, P.Ebene2AktuelleKategorie   {
		margin-top: 0.2em; 
		margin-bottom: 0.2em; 
		margin-left: 1em; 
		margin-right: 1em;
		}

A.Ebene2Navigation, A.Ebene2AktuelleSeite, A.Ebene2AktuelleKategorie		{				
		text-decoration: none;
	  	font-size: 80%;
	  	color: black;
	  	}

TD.Ebene2Navigation, TD.Ebene2AktuelleSeite, TD.Ebene2AktuelleKategorie  {
		background: #D4D0C8;
		}



/*  Ebene 2: Hervorhebnungen:
		Aktuelle Seite und Kategorie = fett und grau hinterlegt
	===========================================================		*/
	
A.Ebene2AktuelleSeite, A.Ebene2AktuelleKategorie	{				
	  	font-weight: bold;
	  	}

TD.Ebene2AktuelleSeite, TD.Ebene2AktuelleKategorie  {
		background: #E9E9E9;
		}




/*  Elemente der Standardseite
	===========================		*/

P.Slogan {
		}

P.Untertitel {
		font-family: Verdana,Tahoma,Arial,Helvetica;
		font-size: 70%;
		}

P.Adresse {
		margin-left: 1em;
		margin-right: 1em;
		margin-bottom: 1em;
		font-family: Verdana,Tahoma,Arial,Helvetica;
	  	font-size: 80%;
	  	color: black;
	  	}		

P.ErreichbarBezeichner {
		margin-left: 1em; 
		font-family: Arial,Helvetica,Verdana,Tahoma;
	  	font-size: 80%;
	  	font-weight: bold;
	  	color: #808080;
	  	}		

P.ErreichbarInhalt {
		margin-left: 1em;
		margin-right: 2em;
		font-family: Verdana,Tahoma,Arial,Helvetica;
	  	font-size: 80%;
	  	color: black;
	  	}		




/*  Weitere Vorlagen
	================		*/

H1, H2, H3, P, A, SPAN {
		font-family: Arial,Helvetica,Verdana;
		}

H1 {
		font-size: 150%;
		color: #C0C0C0;
		}

H2 {
		font-size: 130%;
		}

H3 {
		font-size: 100%;
		}
		
P.Aufzaehlung {
		margin-bottom: 10em;
		}
		
P.Bildunterschrift {
		margin-top: 1em;
		font-size: 70%;
		}
		
UL.Aufzaehlung {
		font-size: 80%;
		font-family: Arial,Helvetica,Verdana;
		margin-top: 0;
		}
		
P.Erlaeuterung {
		font-size: 80%;
		font-family: Arial,Helvetica,Verdana;
		margin-top: 0;
		}
		
P.Normal {
		font-size: 100%;
		font-family: Arial,Helvetica,Verdana;
		margin-top: 0;
		}
		
