﻿/* Bereich SiteMap */

.SiteMap
{
	font-size: 11px;
	width: 100%;
	font-family: verdana;
	margin: 0px 15px;
}

.RootNode
{
	color: black;
	font-family: verdana;
	font-size: 10px;
	padding-left: 5px;
}

.RootNode a
{
	font-weight: bold;
	color: black;
	text-decoration: none;
	line-height: normal;
}

.RootNode a:visited
{
	font-weight: bold;
	color: black;
	text-decoration: none;
	line-height: normal;
}

.RootNode a:hover
{
	font-weight: bold;
	color: #86BAE4;
	text-decoration: underline;
	line-height: normal;
}

.ParentNode
{
	font-family: verdana;
	padding-left: 5px;
}

.ParentNode a
{
	color: black;
	text-decoration: none;
	line-height: normal;
}

.ParentNode a:visited
{
	color: black;
	text-decoration: none;
	line-height: normal;
}


.ParentNode a:hover
{
	color: #86BAE4;
	text-decoration: underline;
	line-height: normal;
}

.LeafNode
{
	color: black;
	font-family: verdana;
	font-size: 10px;
	padding-left: 5px;
	line-height: normal;
}

.LeafNode a
{
	color: black;
	text-decoration: none;
	line-height: normal;
}

.LeafNode a:visited
{
	color: black;
	text-decoration: none;
	line-height: normal;
}

.LeafNode a:hover
{
	color: #86BAE4;
	text-decoration: underline;
	line-height: normal;
}
