@charset "iso-8859-1";
/* CSS Document */

#kwMenue{
	/*outline: 1px dotted fuchsia;*/
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-left: 8px;
	padding-top: 2px;
	clear: both;
}

#kwMenue ul {
	margin: 0;
	padding-left: 0;
	display: inline;
}

#kwMenue ul li{
	border-right: 1px dotted #9B3952;
	margin-right: -2px;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: right 0px;
}

#kwMenue ul li.last {
	/*background-image: none;*/
	border-left: none;
}

#kwMenue a {
	color: #999;
	text-decoration: none;
}

#kwMenue a:visited {
	color: #999;
}

#kwMenue a:hover {
	color: #9B3952;
}

.kwMenueTitle {
	font-weight: bold;
	color: #999;
}
