﻿#naviV {
	padding-left: 20px;
	width: 180px;
	font-size: 130%;
}
#naviV ul {
	list-style-type: none;
}
#naviV ul li {
	border-color: #7FAD0D;
	line-height: 25px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
#naviV ul a {
	background-position: bottom;
	display: block;
	padding-left: 2px;
	height: 1%;
	background-image: url('../images/punkt.jpg');
	background-repeat: repeat-x;
}
#naviV ul li a:hover {
	text-decoration: underline;
}
a.naviV-active {
	text-decoration: none;
	font-weight: bold;
}
#naviV ul li ul li {
	border-style: none;
	border-width: 0px;
}
#naviV ul li ul li a {
	background-position: left center;
	padding-left: 12px;
	background-image: url('../images/pfeil_re.jpg');
	background-repeat: no-repeat;
	margin-left: 5px;
}
#naviV ul li ul li a:hover {
	text-decoration: underline;
}
a.naviV-active-sub {
	font-weight: bold;
	text-decoration: none;
}
#sitemap {
	padding: 0px;
	margin: 0px;
}
#sitemap ul {
	list-style-type: none;
	margin-left: 20px;
}
#sitemap ul li {
	line-height: 25px;
}
#sitemap ul li ul li {
}
#sitemap ul li ul li a {
	background-position: left center;
	padding-left: 12px;
	background-image: url('../images/pfeil_re.jpg');
	background-repeat: no-repeat;
	margin-left: 5px;
	padding-right: 50px;
}

