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