/*************************************************************************/
/*                              NAVIGATION                               */
/*************************************************************************/


.nav1, .nav2, .nav3 {
	list-style-position: outside;
	list-style-type: none;
}


.nav1 {
	width: 160px;
	
}



.nav2 {
	margin-bottom: 10px;
	padding-left: 10px;
	width: 160px;
	
	
}
* html .nav2 {
	width: 130px;
}


/* Erste Stufe, Hauptnavigation */

.nav1 a:link, 
.nav1 a:visited {
	color: #999;
	font-weight: bold;
	display: block;
	width: 150px;
	line-height: 25px;

	/*padding: 1px 20px 0 18px;*/

	
	

}



.nav1_aktiv a:link,
.nav1_aktiv a:active,
.nav1_aktiv a:hover,
.nav1_aktiv a:visited,
.nav1 a:hover, 
.nav1 a:active {
	color: #ED1E26;
	font-weight: bold;
	display: block;

	/*background: url(../bilder/stern_14x14.gif)  left no-repeat;*/
}



/* Zweite Stufe */


.nav2 a:link, 
.nav2 a:visited {

	font-weight: normal;
	color: #999;
	display: block;
	width: 155px;
	line-height: 18px;

	/*padding: 1px 0px 5px 0px;
	
	background: none;*/
	

}




.nav2_aktiv a:link,
.nav2_aktiv a:active,
.nav2_aktiv a:hover,
.nav2_aktiv a:visited,
.nav2 a:hover, 
.nav2 a:active {

	font-weight: normal;
	color: #ED1E26;
	display: block;
	width: 185px;
	width: 155px;
	background: none;


}




/* Dritte Stufe */


.nav3 a:link, 
.nav3 a:visited {
	color: #000;
	font-weight: normal;
	padding: 2px;
	display: block;
	width: 165px;

	padding: 1px 0px 0 13px;
	background: url(../bilder/link_hint_navi_p.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: #274897;
	font-weight: normal;
	padding: 2px;
	display: block;
	width: 165px;

	padding: 1px 0px 0 13px;
	background: url(../bilder/link_hint_navi_a.gif) top left no-repeat;
}




/****************************************/
/* Spezial-Buchungslink */
/****************************************/


a.buchlink:link,
a.buchlink:visited {
	color: #ED1E26;
	text-decoration: none;
}



a.buchlink:hover,
a.buchlink:active {
	color: #0A73B7;
	text-decoration: none;
}


/****************************************/
/* Sprachwechesl-Link */
/****************************************/

#sp_wechsel {
position: relative;
float: left;
margin-top: 40px;


}













