@charset "utf-8";

#eins {
	border-right: 1px solid #999999;
}

#twei {
	border-right: 1px solid #999999;
}

dl.sitemap {
	float: left;
	width: 248px;
	margin: 0px;
	padding: 0px;
}

dl.sitemap dt {
	padding: 3px 3px 3px 21px;
	border-bottom: 1px dashed #d5d5d5;
	margin: 5px;
	background: url(../image/li_topics.gif) top left no-repeat;
}

dl.sitemap dd {
	padding: 3px;
	font-size: 85%;
	margin: 5px 5px 5px 36px;
}

dl.sitemap dt a {
	color: #333333;
	font-weight: 100;
	text-decoration: none;
}

dl.sitemap dd a {
	color: #333333;
	font-weight: 100;
	text-decoration: none;
	padding: 0px 0px 3px;
}

dl.sitemap dt a:hover {
	color: #19abef;
}

dl.sitemap dd a:hover {
	color: #19abef;
}

ul.list {
	margin: 0px;
	padding: 0px;
}

ul.list li {
	list-style: url(../image/li_link.gif) inside;
	font-size: 85%;
}

ul.list li a {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0px 2px;
}

ul.list li a:hover {
	color: #19abef;
}

