/* 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: 0.9em;
      font-style: normal;
      color: #042E45;
		font-weight: bold;
		  width: 120%;
		  height: 20px;
    		  background: #CCD6EC;
			  border-bottom: thin;
			  border-bottom-style: solid;
			  border-bottom-color: white;
}

.leftnav1 a:visited {
		display: block;
		text-indent: 14px;
		white-space: nowrap;
		font-family: Trebuchet MS;
      font: Trebuchet MS;
		font-size: 0.9em;
      font-style: normal;
      color: #042E45;
		font-weight: bold;
		text-decoration: none;
		  width: 120%;	
		  height: 20px;
		    background: #CCD6EC;
			 border-bottom: thin;
			  border-bottom-style: solid;
			  border-bottom-color: white;
}

.leftnav1 a:hover {
		display: block;
		text-indent: 14px;
		white-space: nowrap;
		color: #4886B5; 			
		text-decoration: none;
		  width: 120%;
		  height: 20px;
		    background: #CCD6EC;
		  border: thick #434343;
		  border-bottom: thin;
			  border-bottom-style: solid;
			  border-bottom-color: white;
}

/*2. Navigationsebene */

.leftnav2 a:link {
		display: block;
		text-indent: 14px;
		font-size: 0.9em;
		font-weight: bold;
		white-space: nowrap;
		color: #042E45; 			
		text-decoration: none;
		width: 120%;
		height: 20px;
		     background: #E2E7F4;
		     border-bottom: thin;
			  border-bottom-style: solid;
			  border-bottom-color: white;
}
.leftnav2 a:visited {
		display: block;
		text-indent: 14px;
		font-family: Trebuchet MS;
      font: Trebuchet;
      font-style: normal;
		font-weight: bold;
		font-size: 0.9em;
		color: #042E45; 		
      white-space: nowrap;
		text-decoration: none;
		width: 120%;
			height: 20px;
			background: #E2E7F4;
			  border-bottom: thin;
			  border-bottom-style: solid;
			  border-bottom-color: #FEFCFA;
}

.leftnav2 a:hover {
		display: block;
		text-indent: 14px;
		white-space: nowrap;
		color: #4886B5; 			/* red orange */
		text-decoration: none;
		width: 100%;
			height: 20px;
			width: 120%;	
		 	  border-bottom: thin;
			  border-bottom-style: solid;
			  border-bottom-color: #FEFCFA;
}


.leftnav2 a:active {
		text-indent: 14px;
		white-space: nowrap;
		color: #4886B5; 		
		display: block;
		font: Trebuchet;
		font-size: 0.9em;
		text-decoration: underline;
		width: 120%;
			height: 20px;
			background: #E2E7F4;
			  border-bottom: thin;
			  border-bottom-style: solid;
			  border-bottom-color: #FEFCFA;
}

/*3. Navigationsebene */


.leftnav3 {
	display: block;
		text-indent: 14px;
		font-size: 0.9em;
		font-weight: bold;
		white-space: nowrap;
		color: #042E45; 			
		text-decoration: none;
		width: 120%;
		height: 20px;
		     background: #F4F6F9;
		     border-bottom: thin;
			  border-bottom-style: solid;
			  border-bottom-color: white;
	}
/* 3. MenueEbene --------------------   */
.leftnav3 a:link {
		color: #042E45; 			
	}
	
.leftnav3 a:visited {
		color: #042E45; 			
	}
.leftnav3 a:hover {
color: #4886B5; 							
	}

.leftnav3 a:active {
		display: block;
		text-indent: 14px;
		text-decoration: none;
		width: 100%;
				 height: 20px;
	}

 
 /* Abstände im Menue  - Seitenart Abstand  */
 .abstand {
display: block;
		text-indent: 4px;
		white-space: nowrap;
		color: #042E45; 
	   font-weight: bold;
		font-style: italic;
		font-size: 0.9em;
	  width: 120%;
		  height: 20px;
    		  background: #A3B6D5;
			  border-bottom: thin;
			  border-bottom-style: solid;
			  border-bottom-color: white;
			  
			  border-top: thin;
			  border-top-style: solid;
			  border-top-color: #A3B6D5;
}
 
