/*Navigation*/
#navigation ul{
	margin: 0px;
	padding: 3px 0 0 2px;
}

#navigation ul li a{
	text-decoration: none;
	padding: 0 0 0 8px;
	margin: 0 0 0 0px;
}

#navigation ul li a:hover, #navigation ul li a.active{
	background-image: url(/images/icon/pfeil.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 2px 8px;
}

/*Subnavigation*/
#subnavigation ul{
	margin: 0px;
	padding: 3px 0 0 0;
}

#subnavigation ul li a{
	text-decoration: none;
	padding: 0 0 0 8px;
	margin: 0 0 0 3px;
}

#subnavigation ul li a:hover, #subnavigation ul li a.active{
	background-image: url(/images/icon/pfeil.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 2px 8px;
}

/*Sub Sub Navigation*/
#subnavigation ul li ul{
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
}

.news{
	margin-bottom: 14px;
}

.news a, .news a:hover, .news a.active{
	background-image: url(/images/icon/pfeil_blink.gif) !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;
	padding: 0 0 0 7px !important;
	color: #000;
}

.home{
	margin-bottom: 70px;
}

.home a, .home a:hover, .home a.active{
	background-image: none !important;
}