/*Schaltfläche Hauptnavigation*/

a:link.main01, a:visited.main01, a:hover.main01, a:active.main01 { 
	display: block;
	height : 36px;
	padding : 5px;
	padding-left : 15px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color : #000000;
	text-transform: uppercase;
	text-align : left;
	text-decoration: none;
	vertical-align: middle; /* center */
 	}
	

a:hover.main01, a:active.main01 { 
	background-color: #3D70D6;
	color : #FFFFFF;
}
	

	
/*Aktive Schaltfläche*/

a:link.mainaktiv01, a:visited.mainaktiv01, a:hover.mainaktiv01, a:active.mainaktiv01 { 
	display: block;
	background-color: #3D70D6;
	height : 36px;
	padding : 5px;
	padding-left : 15px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color : #FFFFFF;
	text-transform: uppercase;
	text-align : left;
	text-decoration: none;
	vertical-align: middle; /* center */
	}
	

	
/*Nebennavigation*/

a:link.main02, a:visited.main02, a:hover.main02, a:active.main02 { 
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color : #666666;
	text-decoration: none;
	}
	
a:hover.main02, a:active.main02 { 
	font-weight: bold;
	}



 /* Nebennavigation aktiv*/
a:link.mainaktiv02, a:visited.mainaktiv02, a:hover.mainaktiv02, a:active.mainaktiv02 { 
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color : #666666;
	font-weight: bold;
	text-decoration: none;
	}


 /* Sprachennavigation*/
a:link.sprache, a:visited.sprache, a:hover.sprache, a:active.sprache { 
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color : #0000CC;
	text-decoration: none;
	}
	
a:hover.sprache, a:active.sprache { 
	font-weight: bold;
	}


	
/*Unternavigation*/

a:link.sub01, a:visited.sub01, a:hover.sub01, a:active.sub01  { 
	display: block;
	height : 36px;
	padding : 5px;
	padding-left : 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color : #FFFFFF;
	font-weight: bold;
	text-align : left;
	text-decoration: none;
	vertical-align: middle; /* center */
/*	border-bottom: 1px solid #699AFC;*/
	}
	

a:hover.sub01,  a:active.sub01 { 
	background-color:#699AFC;
	}
	

/*Unternavigation aktiv*/

a:link.subaktiv01, a:visited.subaktiv01, a:hover.subaktiv01, a:active.subaktiv01 { 
/*	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color : #000000;
	text-decoration: none;
*/
	display: block;
	height : 36px;
	padding : 5px;
	padding-left : 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color : #FFFFFF;
	text-align : left;
	text-decoration: none;
	vertical-align: middle; /* center */
	background-color:#699AFC;
	font-weight: bold;
}




