﻿/**************************************************************************************/
/*  Menu
/**************************************************************************************/
.pnlMenu
{
	top    : 7px;
	left   : 110px;

	height : 15px;

	z-index : 1000;
}

.pnlSubMenu
{
	position : absolute;

	left     : 0px;
	top      : 40px;
	width    : 700px;
}

.pnlMenuItem
{
	float         : left;

	height        : 17px;
	margin-right  : 8px;

	background-image  : url('http://data.trans-at.seyyedi-gaillard.de/menuItemBG.bmp');
	background-repeat : repeat-x;
	background-position : bottom;
}

.menuItem, .menuItemH, .menuItemA
{
	position      : relative;

	font-size     : 11px;
	font-weight   : normal;
	font-family   : Arial;

	line-height   : 1em;	
	color         : #222222;

	float         : left;

	cursor        : pointer;

	height        : 17px;

	padding-left  : 8px;
	padding-right : 24px;

	background-image  : url('http://data.trans-at.seyyedi-gaillard.de/menuItemPrefix.jpg');
	background-repeat : no-repeat;
	background-position : 0px 4px;
}

.menuItemH, .menuItemA
{
	color  : #dd2520;
}

.subMenuItem, .subMenuItemH, .subMenuItemA
{
	position     : relative;

	font-size    : 13px;
	font-weight  : normal;
	font-family  : Arial;

	line-height  : 1em;	
	color        : #B8B8B8;
	color        : #989898;

	cursor       : pointer;

	height       : 19px;

	float        : left;

	padding-top    : 2px;
	padding-bottom : 0px;
	/*
	padding-left   : 5px;
	padding-right  : 5px;
	*/

	background-color : #FFFFFF;
}

.subMenuItemH, .subMenuItemA
{
	color             : #ffffff;
	background-color  : #dcdcdc;
	background-color  : #cccccc;
}

.subMenuItemA
{
	background-color  : #acacac;
	background-color  : #bcbcbc;
}

.menuPageItem, .menuPageItemH, .menuPageItemA
{
	position     : relative;

	font-size    : 12px;
	font-weight  : normal;
	font-family  : Arial;

	color        : #b4b4b4;

	height       : 32px;

	padding-left : 10px;

	cursor       : pointer;

	background-image    : url('../Assets/dottedLine.jpg');
	background-repeat   : repeat-x;
	background-position : top;
}

.menuPageItemH, .menuPageItemA
{
	color : #6B6B6B;
}

.menuPageDummy
{
	cursor : default;
}

.sifrMenuHeading
{
	position    : relative;

	top         : 0px;

	font-family : Arial;
	font-size   : 11px;

	line-height : 1em;
}

.sifrMenuPagesHeading
{
	position    : relative;

	top         : 8px;

	font-family : Arial;
	font-size   : 13px;

	line-height : 1em;
}

.pnlSubEntriesC
{
	display : none;
}

.pnlSubEntriesE
{
	display : block;
}