@charset "UTF-8";

#unternavigation {
	background: url(../images/wlinks_hintergrund.jpg) bottom right no-repeat;
	position: relative;
	line-height: normal;
	display: block;
	margin-bottom: 2em;
	padding-right: 3em;
}

#unternavigation ul li{
	list-style-image: url(../images/liste.png);
}

#unternavigation ul li a:link,
#unternavigation ul li a:visited {
	color: #880000;
}

#unternavigation ul li a:hover,
#unternavigation ul li a:focus,
#unternavigation ul li a:active {
	color: #999;
	text-decoration: none;
}