/*********************************
   	    HAUPTNAVIGATION TOP
*********************************/
#hauptnav {
	margin:0;
	padding:8px 0 0 42px;
}

#hauptnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#hauptnav ul li {
	margin:0;
	float:left;
	padding-right:10px;
}

#hauptnav ul li.last {
	float:right;
    padding-right:20px;
}

#hauptnav ul li a {
	text-decoration: none;	
	display:block;
	margin:0;
	padding-top:2px;
}

#hauptnav ul li.aktiv a {
	text-decoration: none;	
	display:block;
}
	
#hauptnav ul li a:hover {
	text-decoration: none;	
	display:block;
}	

/*********************************
   	  	WICHTIGE LINKS
*********************************/
#box ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#box ul li {
	margin:0;
	padding:0;
}

#box ul li a {
	margin:0;
	padding-left:20px;
	padding-bottom:5px;
	background-image:url(../images/site/dash2.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	text-decoration:none;
	display:block;
}

* html #box ul li a { /* => richtige Höhe im IE6 */
	height:15px;
	}

#box ul li.aktiv a {
	background-image:url(../images/site/dash.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	text-decoration:none;
	font-weight:bold;
}
	
#box ul li a:hover {
	background-image:url(../images/site/dash.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	text-decoration:none;
	font-weight:bold;
}


/*********************************
   	   NAVIGATION BOTTOM
*********************************/
#nav {
	margin:0;
	padding:10px 20px 0 0;
	float:right;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav ul li {
	margin:0;
	float:left;
	padding-right:10px;
	padding-left:10px;
	
}

#nav ul li.last {
	border-right:none;
}

#nav ul li a {
	text-decoration: none;	
	margin:0;
	padding-top:2px;
}

#nav ul li.aktiv a {
	text-decoration: none;	
}
	
#nav ul li a:hover {
	text-decoration: underline;	
}	