
/* ----- TOP - MENU ----- */

.nodotfiller
{
	width: 10px;
}
.dotfiller
{
	background: url(../images_global/dotfiller.gif);
}
.tableTopMenu
{	
	width: 100%;
	height: 100%;
	background-color: #EDF1F5;
	margin: 0px;
	padding: 0px;
	text-align:left;
	vertical-align:top;
}
.topMenuItemLeft
{
	width: 90px;
	height: 100%;
	border-left: 2px solid White;
	border-right: 1px solid White;
	text-align: center;	
	vertical-align:middle;	
}
.topMenuItemMid
{
	width: 90px;
	height: 100%;
	border-left: 1px solid White;
	border-right: 1px solid White;
	text-align: center;
	vertical-align:middle;	
}
.topMenuItemRight
{
	width: 90px;
	height: 100%;
	border-left: 1px solid White;
	border-right: 2px solid White;
	text-align: center;
	vertical-align:middle;	
}

/* ----- LEFT - MENU ----- */
.tableLeftMenuContainer
{
	width: 100%;
	vertical-align:bottom;
}

.tableLeftMenu
{
	width: 100%;
	height: 100%;
	background-color: #EDF1F5;
	margin: 0px;
	padding: 0px;
	text-align:left;
	vertical-align:top;
}
.tableLeftMenuForms
{
	width: 100%;
	background-color: #EDF1F5;
	margin: 0px;
	padding: 0px;
	text-align:left;
	vertical-align:bottom;
}

.leftMenuSelect, .leftMenuForm, .leftMenuSelectIE7
{
	background-color: #FA9414;
	border: 1px solid #F78E1E;
	width: 194px;
	text-align: left;
	font-family: Tahoma;
	font-size: 10px;	
	margin: 0px;
	padding: 0px;
	height: 15px;
	vertical-align: middle;
	color:#484848;
}
.leftMenuForm
{
	border: none;
	padding: 2px;
}
.leftMenuSelectIE7
{
		height: 20px;
}
.linkFormStyle
{
	background-color: #FA9414;
	border-bottom: 1px solid #F78E1E;
	text-align: left;
	height: 16px;
}
.embedLinkFormStyle
{
	 margin-left:   7px; 
}

	/*	
	-------------------------------------------
	SHEETS für Dynamisch erzeugen Menübaum
	Weitere benötigte Menüebenen einfach
	durch weiterführung in der Nummerierung
	-------------------------------------------
	*/

.embedLink1{ margin-left:   5px; }
.embedLink2{ margin-left:  10px; }
.embedLink3{ margin-left:  15px; }
.embedLink4{ margin-left:  20px; }
.embedLink5{ margin-left:  25px; }


