ul { 	list-style-position: inside;
		right: 0px;
		left: 0px;
		bottom: 0px;
		top: 0px;
		background-position: 0px 0px;
		padding-left: 0px;
		margin-left: 0px;
		list-style-type: none;
	}

li {
		margin-top: 0px;
		margin-left: px;
		margin-right: 0px;
		margin-bottom: 5px;
		padding: 0px;
	}

/* NAVIGATION */

#navi_home a {
display: block;
background:  url(/images_navi/home.jpg) top;
width: 177px;
height: 24px;
} 

#navi_home a:hover {
background:  url(/images_navi/home.jpg) no-repeat bottom;
} 

#navi_produkte a {
display: block;
background:  url(/images_navi/produkte.jpg) top;
width: 177px;
height: 24px;
} 

#navi_produkte a:hover {
background:  url(/images_navi/produkte.jpg) no-repeat bottom;
} 

#navi_vertrieb a {
display: block;
background:  url(/images_navi/vertrieb.jpg) top;
width: 177px;
height: 24px;
} 

#navi_vertrieb a:hover {
background:  url(/images_navi/vertrieb.jpg) no-repeat bottom;
} 

#navi_service a {
display: block;
background:  url(/images_navi/service.jpg) top;
width: 177px;
height: 24px;
} 

#navi_service a:hover {
background:  url(/images_navi/service.jpg) no-repeat bottom;
} 

#navi_profil a {
display: block;
background:  url(/images_navi/profil.jpg) top;
width: 177px;
height: 24px;
} 

#navi_profil a:hover {
background:  url(/images_navi/profil.jpg) no-repeat bottom;
} 

#navi_standort a {
display: block;
background:  url(/images_navi/standorte.jpg) top;
width: 177px;
height: 24px;
} 

#navi_standort a:hover {
background:  url(/images_navi/standorte.jpg) no-repeat bottom;
} 

#navi_kontakt a {
display: block;
background:  url(/images_navi/kontakt.jpg) top;
width: 177px;
height: 24px;
} 

#navi_kontakt a:hover {
background:  url(/images_navi/kontakt.jpg) no-repeat bottom;
} 


/* SLIDER */
#slider_vertrieb {
font-family: Lucida, Lucida Sans, Myriad, Myriad Pro, Helvetica, Arial, Verdana, Geneva, sans-serif;
font-size: 10px;
line-height: 14px;
color: #666;
padding-left: 30px;
padding-top: 5px;
padding-bottom: 0px;
}

#slider_service {
font-family: Lucida, Lucida Sans, Myriad, Myriad Pro, Helvetica, Arial, Verdana, Geneva, sans-serif;
font-size: 10px;
line-height: 14px;
color: #666;
padding-left: 30px;
padding-top: 5px;
padding-bottom: 0px;
}

#slider_profil {
font-family: Lucida, Lucida Sans, Myriad, Myriad Pro, Helvetica, Arial, Verdana, Geneva, sans-serif;
font-size: 10px;
line-height: 14px;
color: #666;
padding-left: 30px;
padding-top: 5px;
padding-bottom: 0px;
}

#slider_kontakt {
font-family: Lucida, Lucida Sans, Myriad, Myriad Pro, Helvetica, Arial, Verdana, Geneva, sans-serif;
font-size: 10px;
line-height: 14px;
color: #666;
padding-left: 30px;
padding-top: 5px;
padding-bottom: 0px;
}

/* LINKS */
a:link { color: #666; text-decoration: none; margin: 0; padding: 0;}
a:visited { color: #666; text-decoration: none; margin: 0; padding: 0;}
a:hover { color: #333; text-decoration: none; margin: 0; padding: 0;}

/* Navigation Neu */

.menu_list {	
	width: 177px;
	padding: 0px;
	margin: 0px;
}
.menu_head {
	width: 177px;
	padding-bottom: 2px;
	cursor: pointer;
	position: relative;
	margin: 0;
	font-weight:bold;
}
.menu_body {
  display:none;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.menu_body a{
  display: block;
  color: #999;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
.menu_body a:hover{
  color: #333;
  text-decoration: none;
  }