

/*************************************************************************/
/*                              NAVIGATION                               */
/*************************************************************************/


.nav1, .nav2, .nav3, .nav4 {
	list-style-type: none;
}


.nav1 {
	width: 170px;
}


.nav2 {
	position: relative;
	float: left;
	display: block;
	width: 170px;
	margin-bottom: 7px;
}




.nav3 {
	position: relative;
	float: left;
	display: block;
	width: 140px;
	margin-bottom: 7px;
	padding-left: 15px;
}





.nav1 li,
.nav2 li,
.nav3 li {
	position: relative;
	float: left;
	display: block;
	clear: both;
}


/* Erste Stufe, Hauptnavigation */

.nav1 a:link, 
.nav1 a:visited {
	color: #072e67;
	font-weight: bold;
	line-height: 1.2em;
	display: block;

	width: 170px;
	
	padding: 3px 0px 3px 10px;
	margin: 0 0 3px 0;
	
	background-color: #6499d8;
	
	text-transform: uppercase;
	


}



.nav1_aktiv a:link,
.nav1_aktiv a:active,
.nav1_aktiv a:hover,
.nav1_aktiv a:visited,
.nav1 a:hover, 
.nav1 a:active {
	color: #274897;
	font-weight: bold;
	display: block;

	width: 170px;
	padding: 3px 0px 3px 10px;

	background-color: #a39470;
}



/* Zweite Stufe */


.nav2 a:link, 
.nav2 a:visited {
	color: #000;
	padding: 2px;
	display: block;
	width: 155px;
	height: auto;
	padding: 1px 0px 0 13px;
	margin: 0 0 0 10px;

	background: url(../bilder/link_hint_p.gif) top left no-repeat;
	
	text-transform: none;
}

* html .nav2 a:link, 
* html .nav2 a:visited {
	background: url(../bilder/link_hint_p_ie.gif) top left no-repeat;
}



*+html .nav2 a:link, 
*+html .nav2 a:visited {
	background: url(../bilder/link_hint_p_ie.gif) top left no-repeat;
}



.nav2_aktiv a:link,
.nav2_aktiv a:active,
.nav2_aktiv a:visited,
.nav2 a:hover, 
.nav2 a:active {
	color: #a39470;
	padding: 2px;
	display: block;
	width: 155px;
	height: auto;

	padding: 1px 0px 0 13px;
	margin: 0 0 0 10px;
		
	text-transform: none;

	background: url(../bilder/link_hint_a.gif) top left no-repeat;
}


* html .nav2_aktiv a:link,
* html .nav2_aktiv a:active,
* html .nav2_aktiv a:hover,
* html .nav2_aktiv a:visited,
* html .nav2 a:hover, 
* html .nav2 a:active {
	background: url(../bilder/link_hint_a_ie.gif) top left no-repeat;
}

*+html .nav2_aktiv a:link,
*+html .nav2_aktiv a:active,
*+html .nav2_aktiv a:hover,
*+html .nav2_aktiv a:visited,
*+html .nav2 a:hover, 
*+html .nav2 a:active {
	background: url(../bilder/link_hint_a_ie.gif) top left no-repeat;
}



/* Dritte Stufe */


.nav3 a:link, 
.nav3 a:visited {
	color: #000;
	padding: 2px;
	display: block;
	width: 140px;
	height: auto;
	padding: 1px 0px 0 13px;
	margin: 0 0 0 10px;
		
	text-transform: none;

	background: url(../bilder/link_hint_p.gif) top left no-repeat;
}


* html .nav3 a:link, 
* html .nav3 a:visited {
	background: url(../bilder/link_hint_p_ie.gif) top left no-repeat;
}

*+html .nav3 a:link, 
*+html .nav3 a:visited {
	background: url(../bilder/link_hint_p_ie.gif) top left no-repeat;
}


.nav3_aktiv a:link,
.nav3_aktiv a:active,
.nav3_aktiv a:hover,
.nav3_aktiv a:visited,
.nav3 a:hover, 
.nav3 a:active {
	color: #a39470;
	padding: 2px;
	display: block;
	width: 140px;
	height: auto;
	
	padding: 1px 0px 0 13px;
	margin: 0 0 0 10px;

	
	text-transform: none;
	background: url(../bilder/link_hint_a.gif) top left no-repeat;
}


* html .nav3_aktiv a:link,
* html .nav3_aktiv a:active,
* html .nav3_aktiv a:hover,
* html .nav3_aktiv a:visited,
* html .nav3 a:hover, 
* html .nav3 a:active {
	background: url(../bilder/link_hint_a_ie.gif) top left no-repeat;
}


*+html .nav3_aktiv a:link,
*+html .nav3_aktiv a:active,
*+html .nav3_aktiv a:hover,
*+html .nav3_aktiv a:visited,
*+html .nav3 a:hover, 
*+html .nav3 a:active {
	background: url(../bilder/link_hint_a_ie.gif) top left no-repeat;
}


















