/*                                               */
/*               Kopfsubmenü                     */
/*                                               */
#headsubmenu { 
	margin: 10px 0 0 10px;   
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AF3F9D;
	line-height: 14px; 
/*  height: ??px; Die Höhe wird im styles_gss_topmenu_1zeilig.css und 
                  styles_gss_topmenu_2zeilig.css gesetzte */
}
 
/* Status Normal */
.submenu-no {
	font-size: 11px;
	font-weight: bold; 
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AF3F9D;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
/*  height: ??px; Die Höhe wird im styles_gss_topmenu_1zeilig.css und 
                  styles_gss_topmenu_2zeilig.css gesetzte */
}

div.submenu-no a {
	width: 100%;
	height: 100%;
	color: #6B7277;
	text-decoration: none;
	line-height:13px;  
	white-space: nowrap;
}

div.submenu-no a:link, div.submenu-no a:visited {
	color: #6B7277;
}

div.submenu-no a:hover {
	color: #000;
	text-decoration: none;
}


/* Status Aktiv*/
.submenu-act {
	font-size: 11px;
	font-weight: bold; 
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AF3F9D;
    padding-left: 10px;
    padding-right: 10px;
	color: #000;
	background-color: #E0B3D8;
	white-space: nowrap;
/*  height: ??px; Die Höhe wird im styles_gss_topmenu_1zeilig.css und 
                  styles_gss_topmenu_2zeilig.css gesetzte */
}

div.submenu-act a,
div.submenu-act a:link,
div.submenu-act a:hover,
div.submenu-act a:visited {
    width: 100%;
    height: 100%;
    color: #000;
    background-color: #E0B3D8;
    text-decoration: none; 
    line-height:13px; 
	white-space: nowrap;
}




