
/* headerContainer */
#headerMainContainer {
	position:relative; left:0px; top:0px; width:970px; height:100px; z-index:5;
}
/* headerContainer xtra-zone */
#headerMainContainerXtra 
{
	position:relative; left:0px; top:0px; width:970px; height:100px; z-index:5;
	background:no-repeat url(../../assets/images/head_background_xtra.jpg) top left;
}

/* headerLogoContainer */
#headerLogoContainer {
	position:absolute; left:37px; top:10px; width:101px; height:75px; z-index:100;
}

#headerLogoContainer .logo {
	border:none;
}

/* headerMetanavContainer */
#headerMetanavContainer {
	position:absolute; left:170px; top:5px; width:800px; height:95px; z-index:10;
}

#headerMetanavContainer .linkList {
	margin:1px 0px 0px 0px;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#727272;
	text-decoration:none;
	float:right;
}

#headerMetanavContainer .linkList a.link {
	color:#727272; text-decoration:none;
}

#headerMetanavContainer .linkList a.link:hover {
	color:#11aaff; text-decoration:underline;
}

#headerMetanavContainer .linkList .linkText {
	float:left;
}

#headerMetanavContainer .linkList .iconGroup {
	background:no-repeat url(../../assets/images/icon_group.gif) top left;
	width:14px;
	height:12px;
	margin:1px 5px 0px 20px;
	padding:0px 0px 0px 0px;
	float:left;
}

#headerMetanavContainer .linkList .iconPhonebook {
	background:no-repeat url(../../assets/images/icon_phonebook.gif) top left;
	width:14px;
	height:12px;
	margin:1px 5px 0px 20px;
	padding:0px 0px 0px 0px;
	float:left;
}

#headerMetanavContainer .linkList .iconLocation {
	background:no-repeat url(../../assets/images/icon_location.gif) top left;
	width:14px;
	height:12px;
	margin:1px 5px 0px 20px;
	padding:0px 0px 0px 0px;
	float:left;
}

#headerMetanavContainer .linkList .iconContact {
	background:no-repeat url(../../assets/images/icon_contact.gif) top left;
	width:14px;
	height:12px;
	margin:1px 5px 0px 20px;
	padding:0px 0px 0px 0px;
	float:left;
}

#headerMetanavContainer .linkList .iconLogin {
	background:no-repeat url(../../assets/images/icon_login.gif) top left;
	width:14px;
	height:12px;
	margin:1px 5px 0px 20px;
	padding:0px 0px 0px 0px;
	float:left;
}

#headerMetanavContainer .linkList .iconOnlineShop {
	background:no-repeat url(../../assets/images/icon_online-shop.gif) top left;
	width:14px;
	height:12px;
	margin:1px 5px 0px 20px;
	padding:0px 0px 0px 0px;
	float:left;
}

#headerMetanavContainer .searchBox {
	margin:0px 20px 0px 20px;
	padding:0px 0px 0px 0px;
	float:right;
}

#searchForm .searchInput {
	width:82px;
	height:19px;
	background:no-repeat url(../../assets/images/search_input.gif);
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 10px;
	float:left;
}

#searchForm .searchInput input {
	width:82px;
	background:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:none;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#727272;
}

#searchForm .searchSubmit {
	width:19px;
	height:19px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}

#searchForm a.searchLink {
	background-image:url(../../assets/images/search_submit.gif); 
	width:19px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:19px;
	display:block;
	text-indent:-500px;
	overflow:hidden;
}

#searchForm a.searchLink:hover {
	background-position:0px -19px;
}

#headerMetanavContainer .languageSelection {
	margin:1px 0px 0px 0px;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#a4a4a4;
	text-decoration:none;
	float:right;
}

#headerMetanavContainer .languageSelection a.link {
	color:#727272; text-decoration:none;
}

#headerMetanavContainer .languageSelection a.link:hover {
	color:#11aaff; text-decoration:underline;
}

/* headerNavigationContainer */
#headerNavigationContainer {
	position:absolute; left:0px; top:70px; width:970px; height:30px; z-index:10;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
}

#navigationList 
{
	list-style:none;
	background:url(../../assets/images/tab_background.gif) no-repeat 0px 0px;
	height:30px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#navigationList.xtra
{
	background:url(../../assets/images/tab_background_without.gif) no-repeat 0px 0px;
}

#navigationList li.xtraWelcome {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	padding-top:2px;
	margin-left:-16px;
	width:694px;
}

#navigationList li {
	height:30px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}

#navigationList li.spacerTab {
	width:186px;
}

#navigationList a {
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:30px;
	display:block;
	text-indent:-500px;
	overflow:hidden;
}

#navigationList a:hover {
	background-position:0px -30px;
}

#navigationList li.active {
	position:relative; z-index:100;
	margin:0px -8px 0px -8px;
}

#navigationList li.active a:hover {
	background-position:0px 0px;
}

