/**
 *	Servicenavigation
 */
div#wrapper_navi_service ul { text-align: right; margin: 3px 0; }
div#wrapper_navi_service li { display: inline; height: 12px; }
div#wrapper_navi_service a { color: #2A3B50; text-decoration: none; font-size: 75%; line-height: 12px; border-left: 1px solid #2A3B50; margin-left: 5px; padding-left: 5px; }
div#wrapper_navi_service li.first a { border-left: none; }
div#wrapper_navi_service a:hover {}



/**
 *	Hauptnavigation
 */
ul.lvl1 { background: url(../../images/ug/navi/divider.gif) no-repeat 9px center; padding-left: 10px; position: absolute; }
li.lvl1 { position: relative; float: left; background: url(../../images/ug/navi/divider.gif) no-repeat right center; padding-right: 1px; }

a.lvl1 { display: block; height: 43px; line-height: 43px; background-repeat: no-repeat; background-position: left top; margin: 0 -1px; }
a.lvl1 span { display: none; }

a.navi_home_off { width: 56px; background-image: url(../../images/ug/navi/home_off.gif); }
a.navi_citroen_off { width: 64px; background-image: url(../../images/ug/navi/citroen_off.gif); }
a.navi_renault_off { width: 66px; background-image: url(../../images/ug/navi/renault_off.gif); }
a.navi_dacia_off { width: 53px; background-image: url(../../images/ug/navi/dacia_off.gif); }
a.navi_alfa-romeo_off { width: 91px; background-image: url(../../images/ug/navi/alfa-romeo_off.gif); }
a.navi_peugeot_off { width: 69px; background-image: url(../../images/ug/navi/peugeot_off.gif); }
a.navi_gebrauchtwagen_off { width: 126px; background-image: url(../../images/ug/navi/gebrauchtwagen_off.gif); }
a.navi_wir-ueber-uns_off { width: 100px; background-image: url(../../images/ug/navi/wir-ueber-uns_off.gif); }
a.navi_unternehmensbereiche_off { width: 168px; background-image: url(../../images/ug/navi/unternehmensbereiche_off.gif); }
a.navi_kundendienst_off { width: 108px; background-image: url(../../images/ug/navi/kundendienst_off.gif); }

a.navi_home_on { width: 56px; background-image: url(../../images/ug/navi/home_on.gif); }
a.navi_citroen_on { width: 64px; background-image: url(../../images/ug/navi/citroen_on.gif); }
a.navi_renault_on { width: 66px; background-image: url(../../images/ug/navi/renault_on.gif); }
a.navi_dacia_on { width: 53px; background-image: url(../../images/ug/navi/dacia_on.gif); }
a.navi_alfa-romeo_on { width: 91px; background-image: url(../../images/ug/navi/alfa-romeo_on.gif); }
a.navi_peugeot_on { width: 69px; background-image: url(../../images/ug/navi/peugeot_on.gif); }
a.navi_gebrauchtwagen_on { width: 126px; background-image: url(../../images/ug/navi/gebrauchtwagen_on.gif); }
a.navi_wir-ueber-uns_on { width: 100px; background-image: url(../../images/ug/navi/wir-ueber-uns_on.gif); }
a.navi_unternehmensbereiche_on { width: 168px; background-image: url(../../images/ug/navi/unternehmensbereiche_on.gif); }
a.navi_kundendienst_on { width: 108px; background-image: url(../../images/ug/navi/kundendienst_on.gif); }


/* jdMenu */
li ul.lvl2 {
	position: absolute;
	top: 42px;
	left: -1px;
	background-color: #fff;
	border: 1px solid #2A3B50;
	z-index: 1000;
	zoom: 1;
	visibility: hidden;
}

li.over ul.lvl2 {
	visibility: visible;
}

li.lvl2 {
	line-height: 20px;
}

ul.lvl2 li a {
	white-space: nowrap;
	display: block;
	padding: 0 10px;
	background-color: #fff;
	color: #587A9F;
	font-weight: bold;
	text-decoration: none;
}

ul.lvl2 li.over a {
	color: #fff;
	background-color: #587A9F;
	text-decoration: none;
}
