/* ------------- MAIN ------------- */
#nav{background-repeat:no-repeat;}
#nav ul li{list-style-type:none;display:inline;}
#nav ul li a img{background-repeat:no-repeat;}

/* std */
a#startseite img{width:118px;background-image:url(../img/nav/inactive/startseite.png);}
a#grosshandel img{width:142px;background-image:url(../img/nav/inactive/grosshandel.png);}
a#praesente img{width:120px;background-image:url(../img/nav/inactive/praesente.png);}
a#unternehmen img{width:149px;background-image:url(../img/nav/inactive/unternehmen.png);}
a#aktuelles img{width:126px;background-image:url(../img/nav/inactive/aktuelles.png);}

/* active */
a#startseite_act img{width:118px;background-image:url(../img/nav/active/startseite.png);}
a#grosshandel_act img{width:142px;background-image:url(../img/nav/active/grosshandel.png);}
a#praesente_act img{width:120px;background-image:url(../img/nav/active/praesente.png);}
a#unternehmen_act img{width:149px;background-image:url(../img/nav/active/unternehmen.png);}
a#aktuelles_act img{width:126px;background-image:url(../img/nav/active/aktuelles.png);}

/* OVER */
a#startseite img:hover{width:118px;background-image:url(../img/nav/active/startseite.png);}
a#grosshandel img:hover{width:142px;background-image:url(../img/nav/active/grosshandel.png);}
a#praesente img:hover{width:120px;background-image:url(../img/nav/active/praesente.png);}
a#unternehmen img:hover{width:149px;background-image:url(../img/nav/active/unternehmen.png);}
a#aktuelles img:hover{width:126px;background-image:url(../img/nav/active/aktuelles.png);}

/* ------------- SUB (MOOTOOLSNAV) ------------- */
.mod_mootoolsnav{
	width:230px;	
}
.mod_mootoolsnav ul, .mod_mootoolsnav p{
	margin:0;
	padding:0;
}
.mod_mootoolsnav ul li, .mod_mootolsnav p.active{
	list-style-type:none;	
}
.mod_mootoolsnav p.active, .mod_mootoolsnav a.submenu.trail{
	font-weight:bold;	
}
.mod_mootoolsnav a, .mod_mootoolsnav p{
	text-decoration:none;
	display:block;
	margin:5px 0;
}
.mod_mootoolsnav a:hover{
	font-style:normal;
}
.mod_mootoolsnav ul.level_1 li{
	padding:0 0 0 15px;
	background-image:url(../img/subnav_pfeil_seite.png);
	background-repeat:no-repeat;
	background-position:0 5px;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
.mod_mootoolsnav ul.level_2 li{
	background:none;
	border:none;
	padding:0 0 0 10px;
}
.mod_mootoolsnav ul.level_2 li a{
	font-size:11px;
	font-weight:normal;
}
.mod_mootoolsnav ul.level_2 li p.active{
	font-size:11px;
	font-weight:normal;
}

/* ------------- META ------------- */

.mod_customnav > *{
	font-size:11px;
}
.mod_customnav ul li{
	padding-left:25px;	
}
.mod_customnav a{
	text-decoration:none;	
}
.mod_customnav a:hover{
	font-style:normal;	
}