/* Navigationsebenen 
:link = für Verweise zu noch nicht besuchten Seiten
:visited = für Verweise zu bereits besuchten Seiten
:focus = für Elemente, die den Fokus erhalten, z.B. durch "Durchsteppen" mit der Tabulator-Taste (CSS 2.0)
:hover = für Elemente, während der Anwender mit der Maus darüber fährt (CSS 2.0)
:active = für gerade angeklickte Elemente

Reihenfolge einhalten
*/


.leftnav1 a:link {
		display: block;
		text-indent: 14px;
		white-space: nowrap;
		font-family: Trebuchet MS;
      font: Trebuchet MS;
		font-size: 1.2em;
     
      color: #00415A;
		font-weight: bolder;
		  width: 120%;
		  height: 30px;
    		 
}

.leftnav1 a:visited {
		display: block;
		text-indent: 14px;
		white-space: nowrap;
		font-family: Trebuchet MS;
     font-size: 1.2em;
      color: #00415A;
	font-weight: bolder;
		text-decoration: none;
		  width: 120%;	
		  height: 30px;
		   
}

.leftnav1 a:hover {
		display: block;
		text-indent: 14px;
	font-weight: bolder;
		color: white; 			
		text-decoration: none;
		  width: 120%;
		  height: 30px;
		   }


.leftnav1 a:active {
		display: block;
		text-indent: 14px;
		font-weight: bolder;
		color: white; 			
		text-decoration: none;
		  width: 120%;
		  height: 30px;
		  }



/*2. Navigationsebene */

.leftnav2 a:link {
		display: block;
		text-indent: 34px;
		font-size: 1.2em;
		font-weight: bold;
		color: #00415A; 			
		text-decoration: none;
		width: 120%;
		height: 25px;
		     
}
.leftnav2 a:visited {
		display: block;
		text-indent: 34px;
		font-family: Trebuchet MS;
     		font-size: 1.2em;
		color: #00415A; 		
      		text-decoration: none;
		width: 120%;
		height: 25px;
}

.leftnav2 a:hover {
		display: block;
		text-indent: 34px;
		color: white; 			
		text-decoration: none;
		width: 120%;
		height: 25px;
		 	 
}


.leftnav2 a:active {
		text-indent: 34px;
		color: white; 		
		display: block;
		font: Trebuchet;
		text-decoration: none;
		width: 120%;
		height: 25px;
		
}

/*3. Navigationsebene */


.leftnav3 {
	display: block;
		text-indent: 48px;
		font-size: 1.em;
		font-weight: bold;
		white-space: nowrap;
		color: #00415A; 			
		text-decoration: none;
		width: 120%;
		height: 20px;
		   
	}
/* 3. MenueEbene --------------------   */
.leftnav3 a:link {
		color: #00415A; 			
	}
	
.leftnav3 a:visited {
		color: #00415A; 			
	}
.leftnav3 a:hover {
color: white; 							
	}

.leftnav3 a:active {
		
	}

 
 /* Abstände im Menue  - Seitenart Abstand  */
 .abstand {
display: block;
		text-indent: 14px;
		white-space: nowrap;
		color: ; 
	   font-weight: bold;
		font-style: italic;
		font-size: 1.2em;
	  width: 120%;
		  height: 30px;
    		 
}
 
