﻿/* Hauptmenu Links */

.TreeView
{
	cursor: pointer;
}

.SeparatorNode
{
	background-color:#ffffff;
}

.NodeE1
{
	font-family: arial;
	font-size: 11px;
	padding-left: 3px;
	text-transform: uppercase;
	color: #2a3e8b;
	width: 100%;
	font-weight: bold;
}

.NodeE1Hover, .NodeE1Selected
{
	font-family: arial;
	font-size: 11px;
	padding-left: 3px;
	text-transform: uppercase;
	color: #2a3e8b;
	font-weight:bold;	
	width: 100%;	
	color:#ffffff;
}

.NodeE1ChildSelected
{
	font-family: arial;
	font-size: 11px;
	padding-left: 3px;
	text-transform: uppercase;
	color: #2a3e8b;
	font-weight:bold;
}

.NodeE1Row
{
	width: 100%;
	border-top: #ffffff 10px solid;
	background-color: #d0d0d0;
	color:#ffffff;
}

.NodeE1HoverRow, .NodeE1SelectedRow
{
	width: 100%;
	border-top: #ffffff 10px solid;
	background-color: #949ec5;
	color:#ffffff;
}

.NodeE1ChildSelectedRow
{
	width: 100%;
	border-top: #ffffff 10px solid;
	font-weight:bold;
	background-color: #949ec5;
	color:#ffffff;
}

.NodeE2
{
	font-family: arial;
	font-size: 11px;
	padding-left: 3px;
	color: #2a3e8b;
	font-weight:normal;
}

.NodeE2Row
{
	width: 100%;
}

.NodeE2Hover, .NodeE2Selected, .NodeE2ChildSelected
{
	font-family: arial;
	font-size: 11px;
	padding-left: 3px;
	font-weight: normal;
	background-color: #949ec5;
	color: #ffffff;
	width: 100%;
}

.NodeE2HoverRow, .NodeE2SelectedRow, .NodeE2ChildSelectedRow
{
	background-color: #949ec5;
	width: 100%;
}

.NodeE3, .NodeE3 nobr
{
	line-height: normal;
	font-size: 10px;
	white-space:normal;
	color: #949ec5;
	width:190px;
}

.NodeE3Row
{
	background-color: #d8e4ea;
	width: 100%;
	padding-bottom:5px;
}

.NodeE3Hover, .NodeE3Hover nobr
{
	background-color: #84aac6;
	line-height: normal;
	font-size: 10px;
	white-space: normal;
	color: #ffffff;
	width:190px;
}

.NodeE3Selected, .NodeE3Selected nobr, .NodeE3ChildSelected, .NodeE3ChildSelected nobr
{
	background-color: #84aac6;
	line-height: normal;
	font-size: 10px;
	white-space: normal;
	color: #ffffff;
	width:190px;
	font-weight:bold;
}

.NodeE3HoverRow, .NodeE3SelectedRow, .NodeE3ChildSelectedRow
{
	width: 100%;
	background-color: #84aac6;
	padding-bottom:5px;
}

.NodeE4, .NodeE4 nobr
{
	line-height: normal;
	font-size: 10px;
	white-space: normal;
	color: #2a3e8b;
	width: 180px;
	font-style: italic;
}

.NodeE4Row
{
	background-color: #d8e4ea;
	width: 100%;
	padding-bottom:5px;
}

.NodeE4Hover, .NodeE4Hover nobr
{
	background-color: #84aac6;
	line-height: normal;
	font-size: 10px;
	white-space: normal;
	color: #ffffff;
	width:180px;
	font-style: italic;
}

.NodeE4Selected, .NodeE4Selected nobr
{
	background-color: #84aac6;
	line-height: normal;
	font-size: 10px;
	white-space: normal;
	color: #ffffff;
	width:180px;
	font-weight:bold;
	font-style: italic;
}

.NodeE4HoverRow, .NodeE4SelectedRow
{
	width: 100%;
	background-color: #84aac6;
	padding-bottom:5px;
}