﻿/* ---------------------------------------- Hauptmenü Normal ------------------------------------------ */
	
.vert_nlsmenu {
    z-index:1;
}

.vert_nlsitemcontainer {
	height:30px;
	width:160px;
	padding:0px 10px 0px 10px;
	background: url(/pics/menu_back.jpg);
	background-repeat:no-repeat;
}
.vert_nlsitemcontainerover {
	height:30px;
	width:160px;	
	padding:0px 10px 0px 10px;
	background: url(/pics/menu_back_over.jpg);
	background-repeat:no-repeat;
}

.vert_nlssubmenucell {
	width:10px;
	padding:0px 0px 0px 0px;
}
.vert_nlssubmenucellover {
	width:10px;
	padding:0px 0px 0px 0px;
}

.vert_nlsitem {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#505050;
	font-weight:bold;
	text-decoration:none;
	padding:1px 5px 2px 1px;
}
.vert_nlsitemover {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	padding:1px 5px 2px 1px;
	text-decoration:none;
}
.vert_nlsitemdisable {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
    font-size:11px;
	color:#CFD7E0;
	font-weight:bold;
    padding:1px 5px 2px 1px;
}

/*
.vert_nlsiconcell {
	width:10px;
}
*/

/*
.vert_nlsiconcellover {
	width:10px;
}
*/

.vert_nlsseparatorcontainer {
	height:5px;
	width:1px;}

.vert_nlsseparator {
	height:5px;
	width:1px;
}


/* ---------------------------------------- Hauptmenü Aktiv ------------------------------------------ */
	
.active_nlsmenu {
    z-index:1;
}

.active_nlsitemcontainer {
	height:30px;
	width:160px;	
	padding:0px 10px 0px 10px;
	background: url(/pics/menu_back_over.jpg);
	background-repeat:no-repeat;
}
.active_nlsitemcontainerover {
	height:30px;
	width:160px;	
	padding:0px 10px 0px 10px;
	background: url(/pics/menu_back_over.jpg);
	background-repeat:no-repeat;
}

.active_nlssubmenucell {
	width:10px;
	padding:0px 0px 0px 0px;
}
.active_nlssubmenucellover {
	width:10px;
	padding:0px 0px 0px 0px;
}

.active_nlsitem {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fefefe;
	text-decoration:none;
	font-weight:bold;
	padding:1px 5px 2px 1px;
}
.active_nlsitemover {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
    font-size:11px;
	color:#fefefe;
	text-decoration:none;
	font-weight:bold;
   	padding:1px 5px 2px 1px;
}
.active_nlsitemdisable {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
    font-size:11px;
	color:#959595;
	font-weight:bold;
    padding:1px 5px 2px 1px;
	text-decoration:none;
}
/*
.active_nlsiconcell {
	width:10px;
}
*/

/*
.active_nlsiconcellover {
	width:10px;
}
*/

.active_nlsseparatorcontainer {
	padding-left:0px;
	height:10px;
	width:1px;}

.active_nlsseparator {
	height:10px;
	width:1px;
	/*
	background-image:url(../JS/Webbar/img/menudivider.gif);
	background-position:right center;
	background-repeat:no-repeat;
	background-attachment: scroll;*/
}

/* ---------------------------------------- Untermenüs ------------------------------------------ */
	
.sub_nlsmenu {
	z-index:1;
	position: absolute;
	left:2px;
	top:0px;
	border:#c4c4c4 2px solid;
	background-color: #f5f5f5;
	width: 150px;	
}

.sub_nlsitemcontainer {
	height:28px;
	padding-left:10px;
}

.sub_nlsitemcontainerover {
	height:28px;
	background-color:#d04115;
	padding-left:10px;
}
/*
.sub_nlsiconcell {
	width:22px;
}
*/

/*
.sub_nlsiconcellover {
	width:22px;
}
*/

.sub_nlssubmenucell{
	width:7px;
	padding-right:10px;
}

.sub_nlssubmenucellover {
	width:7px;
	padding-right:10px;
}

.sub_nlsitem {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #505050;
	padding-right:10px;
	font-weight:bold;
}

.sub_nlsitemover {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #ffffff;
	padding-right:10px;
	font-weight:bold;
}

.sub_nlsitemdisable {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #C5C5C5;
	padding-right:10px;
	font-weight:bold;
}

.sub_nlsseparatorcontainer {
	padding-left:5px;
	padding-right:5px;
    height:1px;
}

.sub_nlsseparator {
    height:1px;
    /*background-image:url('../JS/Webbar/img/dottedline450.gif');*/
	background-color: #e4e4e4;
    background-position:left center;
    background-repeat:repeat-x;
}

