/* 
   Redaktionstool BMW und MINI Zubehör Showroom 
   CI-Farben und Logo für BMW
   Ergänzende Stylesheet-Angaben für Header und Menü. Überschreibt Angaben
   in headermenu.css 
   @author mobilex AG, 2005
*/
ul.headerapplmenurow {
	background-color:#003399;
}

div.menutext, div.menutextsimple, div.menutextsimple1, div.menutext1, div.menutext_h, div.menutext1_h {
	background-color:#003399;
}

a:hover  {		/* Ist für SAFARI notwendig */
	background-color:#ffffff;
	color:#000000;
	cursor:pointer;
	text-decoration:none;
}

a:hover div.metamenutext, a:hover div.metamenutext1 {
	background-color:#ffffff;
	color:#000000;
}

a:hover div.menutext, a:hover div.menutextsimple, a:hover div.menutextsimple1, a:hover div.menutext1,
div.menutext_h, div.menutextsimple_h, div.menutextsimple1_h, div.menutext1_h {
	background-color:#ffffff;
	color:#000000;
	border-top-color:#003399;
}

a:hover div.menutextsimple, a:hover div.menutextsimple1 {
	border-bottom-color:#003399;
}

li.headermetamenu a:hover, li.headermetamenu1 a:hover, li.headerapplmenu a:hover, li.headerapplmenu1 a:hover{
	background-color:#ffffff;
}

div.itemtext, div.itemtextfirst, div.itemtextlast, 
div.itemtext1, div.itemtext1first, div.itemtext1last {
	background-color:#003399;
	border-right-color:#003399;
	border-top-color:#003399;
	border-left-color:#003399;
	border-bottom-color:#003399;
}

a:hover div.itemtext, a:hover div.itemtext1,
a:hover div.itemtextfirst, a:hover div.itemtext1first,
a:hover div.itemtextlast, a:hover div.itemtext1last {
	border-right-color:#999999;
	border-top-color:#999999;
	border-left-color:#999999;
	border-bottom-color:#999999;
}

#headerlogo {
	position:absolute;
	top:0px;
	left:637px;
	width:183px;
	height:90px;
	background-image:url(../graphics/logo_bmw.gif);
	background-repeat:no-repeat;
	z-index:10;
}

#headerbackground {
	background-color:#ffffff;
	background-image:url(../graphics/headerbg_bmw.jpg);
	background-repeat:no-repeat;
	background-psoition: 0px 0px;
}

#headerframe {
	visibility:hidden;
	display:none;
}

#headerapplrowbg {
	background-color:#003399;
}
