﻿	/* -- ab hier Hauptmenüs -- */
	
.vert_nlsmenu {
    z-index:1;
	width:190px;
}
.vert_nlsitemcontainer {
	height:22px;
	background-image:url('/pic/nav_inactive.gif');
	background-position:left top;
	background-repeat:no-repeat;
	background-attachment:scroll;
}
.vert_nlsitemcontainerover {
	height:22px;
	background-image:url('/pic/nav_active.gif');
	background-position:left top;
	background-repeat:no-repeat;
	background-attachment:scroll;
}
.vert_nlsitem {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#70737a;
	font-weight:bold;
    padding:0px 5px 0px 8px;
}
.vert_nlsitemover {
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	color:#EDF9FE;
	font-weight:bold;
    padding:0px 5px 0px 8px;
}
.vert_nlsitemdisable {
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	color:#CFD7E0;
	font-weight:bold;
    padding:0px 5px 0px 8px;
}
.vert_nlsseparatorcontainer {
	height:3px;
}
.vert_nlsseparator {
	height:3px;
}

	/* -- ab hier Hauptmenüs Active -- */
	
.active_nlsmenu {
    z-index:1;
}
.active_nlsitemcontainer {
	height:22px;
	background-image:url('/pic/nav_active.gif');
	background-position:left top;
	background-repeat:no-repeat;
	background-attachment:scroll;
}
.active_nlsitemcontainerover {
	height:22px;
	background-image:url('/pic/nav_active.gif');
	background-position:left top;
	background-repeat:no-repeat;
	background-attachment:scroll;
}
.active_nlsitem {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#EDF9FE;
	font-weight:bold;
    padding:0px 5px 0px 8px;
}
.active_nlsitemover {
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	color:#EDF9FE;
	font-weight:bold;
    padding:0px 5px 0px 8px;
}
.active_nlsitemdisable {
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	color:#CFD7E0;
	font-weight:bold;
    padding:0px 5px 0px 8px;
}
.active_nlsseparatorcontainer {
	height:3px;
}
.active_nlsseparator {
	height:3px;
}
