/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Life Medicine Resort
Version:	0.1
Last change:	01/10/09 [fixed Float bug, vf]
Assigned to:	Robert Kniedl
Primary use:	Shop
-------------------------------------------------------------------*/
@import url(basics.css);
@import url(layout.css);
@import url(sidebar.css);
@import url(content.css);

/* Resort */
#nav-resort, #nav-resort-active { 
	width:106px;
	background:url(../images/head/nav_resort_en.gif) center 8px no-repeat;
}
#nav-resort a:hover, #nav-resort-active {
	background:url(../images/head/nav_resort_active_en.gif) center 8px no-repeat;
}

/* Medizin */
#nav-medizin, #nav-medizin-active { 
	width:173px;
	background:url(../images/head/nav_medizin_en.gif) center 8px no-repeat;
}
#nav-medizin a:hover,
#nav-medizin-active {
	background:url(../images/head/nav_medizin_active_en.gif) center 8px no-repeat;
}

/* Heilbad */
#nav-heilbad, #nav-heilbad-active { 
	width:225px;
	background:url(../images/head/nav_heilbad_en.gif) center 8px no-repeat;
}
#nav-heilbad a:hover,
#nav-heilbad-active {
	background:url(../images/head/nav_heilbad_active_en.gif) center 8px no-repeat;
}

/* Cuisine */
#nav-cuisine, #nav-cuisine-active { 
	width:75px;
	background:url(../images/head/nav_cuisine_en.gif) center 8px no-repeat;
}
#nav-cuisine a:hover ,
#nav-cuisine-active {
	background:url(../images/head/nav_cuisine_active_en.gif) center 8px no-repeat;
}

/* Hotel */
#nav-hotel, #nav-hotel-active { 
	width:66px;
	background:url(../images/head/nav_hotel_en.gif) center 8px no-repeat;
}
#nav-hotel a:hover,
#nav-hotel-active {
	background:url(../images/head/nav_hotel_active_en.gif) center 8px no-repeat;
}

/* Skincare */
#nav-skincare, #nav-skincare-active { 
	width:90px;
	background:url(../images/head/nav_skincare_en.gif) center 8px no-repeat;
}
#nav-skincare a:hover,
#nav-skincare-active {
	background:url(../images/head/nav_skincare_active_en.gif) center 8px no-repeat;
}