/* ////////////////////////////////////////////////*/
/* /// WH_TEMPLATE 26_11_2009					///*/
/* /// Navigation								///*/
/* ////////////////////////////////////////////////*/

/* navigation */
#navigation_wh{
	background: url(../gfx/navi_wh.gif);
	background-repeat: repeat-x;
	background-position: top left;
	width: 1000px;
	height: 40px;
	color: #FFFFFF;
	font-weight: 900;
	margin-top: 30px;
	font-size: 12px;
	line-height: 13px;
}

#navigation_wh a{
	color: #7A7A7A;
}

#navigation_wh a:hover{
	color: #7A7A7A;
}

/* Übersicht */ 
#nav_uebersicht:hover a{
	color: #7A7A7A;
}

/* Location */
#nav_location:hover a{
	color: #7A7A7A;
}

/* Hotel */
#nav_hotel:hover a{
	color: #7A7A7A;
}

/* Anmelden */
#nav_anmelden:hover a{
	color: #7A7A7A;
}
/* Aktiver NaviPunkt */
.nav_active{
	color: #FFFFFF;
	background-color: #00A5E0;	
}

/* IE6 */
* html #navigation_wh {
	margin-top: 10px;
}

/* IE7 */
*+html #navigation_wh {
	margin-top: 10px;
}
