﻿/* Hauptmenu Links */

.TreeView
{
	background-color: #f1f4f4;
	cursor: pointer;
}

.SeparatorNode
{
	background-color:#ffffff;
}

.NodeE1, .NodeE1Hover, .NodeE1Selected
{
	font-family: verdana;
	font-size: 11px;
	padding-left: 3px;
	text-transform: uppercase;
	color: #00548e;
	font-style: italic;
	width: 100%;	
}

.NodeE1ChildSelected
{
	font-family: verdana;
	font-size: 11px;
	padding-left: 3px;
	text-transform: uppercase;
	color: #00548e;
	font-style: italic;
}

.NodeE1Row, .NodeE1HoverRow, .NodeE1SelectedRow, .NodeE1ChildSelectedRow
{
	width: 100%;
	border-top: #ffffff 10px solid;
}

.NodeE2
{
	font-family: verdana;
	font-size: 11px;
	padding-left: 3px;
	text-transform: uppercase;
	color: #00548e;
	font-weight: bold;
}

.NodeE2Row
{
	width: 100%;
}

.NodeE2Hover, .NodeE2Selected, .NodeE2ChildSelected
{
	font-family: verdana;
	font-size: 11px;
	padding-left: 3px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #f27008;
	color: #ffffff;
	width: 100%;
}

.NodeE2HoverRow, .NodeE2SelectedRow, .NodeE2ChildSelectedRow
{
	background-color: #f27008;
	width: 100%;
}

.NodeE3, .NodeE3 nobr
{
	line-height: normal;
	font-size: 10px;
	white-space:normal;
	color: #00548e;
	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: #00548e;
	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;
}