/* 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;
}

/* Bereich Breadcrumbs */

.Breadcrumbs
{
	font-family: verdana;
	font-size: 10px;
	padding-left: 15px;
}

.BreadcrumbsNode
{
	font-family: verdana;
	font-size: 8px;
}

A.BreadcrumbsNode
{
	font-size: 8px;
	color: #0c59a5;
	text-decoration: none;
}

A.BreadcrumbsNode:visited
{
	color: #0c59a5;
	font-size: 8px;
	text-decoration: none;
}

A.BreadcrumbsNode:hover
{
	color: #0c59a5;
	font-size: 8px;
	text-decoration: underline;
}

/* Bereich QuickLAunch */

.QuickLaunch
{
}

.QuickLaunchDropDown
{
	width: 125px;
	font-size: 9px;
	color: #ffffff;
	background-color: #808080;
}


