﻿/* -- ab hier Untermenüs -- */
	
.sub_nlsmenu {
    z-index:1;   
	position: absolute; left:1px; top:0px;
    border-right:#9c9ea0 1px solid;
    border-bottom:#9c9ea0 1px solid;
	width:150px;
}
.sub_nlsitemcontainer {
	height:21px;
	background-image:url('/nav/img/bg_subnav.gif');
	background-repeat:repeat-x;
    border-left:#ffffff 1px solid;
    border-right:#babec5 1px solid;
}
.sub_nlsitemcontainerover {
	height:21px;
	background-image:url('/nav/img/bg_subnav_over.gif');
	background-repeat:repeat-x;
    border-left:#cbeaf7 1px solid;
    border-right:#94aebf 1px solid;
}
.sub_nlssubmenucell{
	width:12px;
	padding:0px 7px 0px 0px;
}
.sub_nlssubmenucellover {
	width:12px;
	padding:0px 7px 0px 0px;
}
.sub_nlsitem {
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	color:#70737a;
    padding:1px 6px 0px 5px;
}
.sub_nlsitemover {
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	color:#EDF9FE;
    padding:1px 6px 0px 5px;
}
.sub_nlsitemdisable {
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #484a54;
    padding:1px 6px 0px 5px;
}
.sub_nlsseparatorcontainer {
    height:0px;
	background-color:#babec5;
}
.sub_nlsseparator {
    height:0px;
}