.navigationbar{
	height:46px;
	position:relative; 
	top:268px; 
	margin:0; padding:0;
}
.navigationbar-home{
	height:64px;
	position:relative; 
	top:350px; 
	margin:0; padding:0;
}
.hl { cursor:pointer; }
.navigationbar li, .navigationbar-home li {padding: 0;margin:0;}
.sbh {	position: absolute;	left: -999px; width: 0;	overflow: hidden; /* Class ausserhalb des Viewports */}
/* ###################### */
#berger_dfn, #berger_dfn ul {
	background-color:transparent; 
	list-style: none;
	padding: 0;	margin:0;
}
/* Links */
/* level1 */
.navigationbar li a, .navigationbar-home li a, .navigationbar li a:visited, .navigationbar-home li a:visited { 
	color:#fff;
	font-weight:bold;
	font-size:13px;
	display:block; 
	padding:6px;
	padding-left:10px;
	/*padding-left:10px; */
	background-image:none; 
	text-decoration:none;
	
	padding-top:30px;
}
#navigation #berger_dfn li.over,#berger_dfn li:hover, #berger_dfn li a:hover {
	text-decoration:none; 
	color:#FFFFFF;
}

/* level2 */
#berger_dfn li ul a {	
	font-weight:normal;
	font-size:13px;
	background-image:url(../images/menu/b.png);
	background-repeat:repeat;
	display:block;
	
	padding-top:6px;
}
#berger_dfn li ul a:hover {
	color: #fff;
	background-image:url(../images/menu/w.png);
	background-repeat:repeat;
	/*FARBIGES BG IMAGE!!!*/
}
#navigation #berger_dfn li ul li.over a,#berger_dfn li ul li:hover a{
	color:#fff;
}


/* #######################################################
##########################################################
########################################################*/

/* 
	pure layout properties are not indent. you can edit them for your needs.
	pure technical properties are indent 3 tabs. Generally there is no need to edit them. // important for functionality
	some properties are indent 1 tab, they are important for functionality but have to be adapted to your layout

	Reine Designangaben f�r das Menue sind nicht einger�ckt!
	Rein technische Angaben sind  dreimal einger�ckt. Diese m�ssen in der Regel nicht ge�ndert werden.
	Eine "Zwischenstellung" nimmt beispielsweise die Menuebreite Breite ein. Sie ist sowohl f�r Design als auch Funktionst�chtigkeit wichtig. Derartige Angaben sind zweimal einger�ckt.
*/
/* original code @ http://www.htmldog.com/articles/suckerfish/dropdowns/example/ */
#berger_dfn li {
			float: left;
		/*width: 150px;*/
padding: 0 5px 0 0;
}
#berger_dfn li ul {
			position: absolute;
			left: -999em;
		width:150px;
height: auto;
font-weight: normal;
margin: 0;
/*top:60px;*/ /* POSITION !!!*/ 
}
#berger_dfn li li {
		width: 190px;
}
#berger_dfn li ul ul {
		margin: -1.75em 0 0 14em;
}
#berger_dfn li:hover ul ul, #berger_dfn li:hover ul ul ul,
#navigation .navfxenabled li:hover ul, #navigation .navfxenabled li:hover ul ul, #navigation .navfxenabled li:hover ul ul ul,
#navigation .navfxenabled li.over ul ul,#navigation .navfxenabled li.over ul ul ul{
			left: -999em;
}
#berger_dfn li:hover ul, 
#navigation .navfxenabled li.over ul{
			left: auto;
}
#berger_dfn li li:hover ul, #berger_dfn li li li:hover ul,
#navigation .navfxenabled li li.over ul, #navigation .navfxenabled li li li.over ul{
			left: -2px;
}
#navigation li li.over ul.leftover, #navigation .navfxenabled li li li.over ul.leftover, #navigation .navfxenabled li li li li.over ul.leftover{
			left: -28.44em;
}
/* IE */
/* STATICS */
/**+++++++++++++++++++++++++++**/
#nav_news				{ width:auto; }
#nav_unternehmen		{ width:auto; }
#nav_werkstatt			{ width:auto; }
#nav_neufahrzeuge		{ width:auto; }
#nav_gebrauchtfahrzeuge	{ width:auto; }
/**+++++++++++++depr.++++++++++++++**/
.navigationbar-home #nav_news ul				{ top:0px; }
.navigationbar-home #nav_unternehmen ul			{ top:-135px; }
.navigationbar-home #nav_werkstatt ul			{ top:-79px; }
.navigationbar-home #nav_neufahrzeuge ul		{ top:-51px; }
.navigationbar-home #nav_gebrauchtfahrzeuge ul	{ top:0px; }
/**+++++++++++++++++++++++++++**/
.navigationbar #nav_news ul					{ top:0px; }
.navigationbar #nav_unternehmen ul			{ top:-127px; }
.navigationbar #nav_werkstatt ul			{ top:-71px; }
.navigationbar #nav_neufahrzeuge ul			{ top:-43px; }
.navigationbar #nav_gebrauchtfahrzeuge ul	{ top:0px; }
/**+++++++++++++++++++++++++++**/
