/* styles fuer die im BodyFrame einthaltenen Menue-Container ... */
.body-navi-menu-container-ifsub { /* fuer den Bereich der das submenu eines items aus dem navimenue enthaelt  */
	border:none;
       	position:absolute;
      	top:30px;                /* wird in vstools.js modifiziert ! */
       	left:2px;                /* wird in vstools.js modifiziert ! */
       	z-index:30;
       	visibility:hidden;       /* wird in vstools.js modifiziert ! */
       	opacity:.95;              /* wird in vstools.js modifiziert ! */
	filter:alpha(opacity=95);   /* wird in vstools.js modifiziert ! */
	/*-moz-opacity: 0.8;  */     /* das versteht auch der NS 6+(Gecko) */
/*	position: static;  / * nur ok im FF, wird von vstools geaendert ..*/
}

.body-navi-menu-container-no {   /* ditto, nur fuer navimenu-items ohne submenu, wird nie dargestellt ...*/
	border:none;
       	position:absolute;
       	top:30px;                /* wird in vstools.js modifiziert ! */
       	left:2px;                /* wird in vstools.js modifiziert ! */
       	z-index:30;
       	visibility:hidden;       /* wird in vstools.js modifiziert ! */
}

div.body-navi-menu-container-ifsub { 
	padding: 0px;
}
div.body-navi-menu-container-ifsub div.i1 { 
	border: 1px solid black;
}
table.bubble-menu, .bubble-menu table {
	border-collapse: collapse;
	color: white;
}
table.bubble-menu {
	height: 100px;
}
td.bubble-menu-top-border {
	border-top: 2px solid white;
	background-color: #F0F0F0; /* #A0A0A0; */
	height: 5px;
}
td.bubble-menu-right-border {
	border-right: 2px solid white;
	background-color: #F0F0F0; /* #A0A0A0; */
}
td.bubble-menu-bottom-border {
	border-bottom: 2px solid white;
	background-color: #F0F0F0; /* #A0A0A0; */
	height: 5px;
}
td.bubble-menu-left-border {
	border-left: 2px solid white;
	background-color: #F0F0F0; /* #A0A0A0; */
}
td.bubble-menu-inner-menu {
	vertical-align: top;
	background-color: #F0F0F0; /* #A0A0A0; */
}
a.x1, a.x1:link, a.x1:visited {
	font-weight: normal;
	color: black;
}
tr.bubble-menu-ifsub-title td {
	border-bottom: 2px solid white;
}
.bubble-menu table img {
	margin: 1px 1px 1px 2px;
}
td.bubble-menu-ifsub-title-hidelast {
	background-color: #F0F0F0 !important;
}
a.x1 div {
	font-size: 12px;	
	width: 100%;
	padding: 0 5px 0 5px; 
}
.bubble-menu table tr td a.ie-x1 {
	font-size: 12px;
	padding: 0 5px 0 5px;   
	width: 100%;
}
/* wichtig dass der hier unter dem a.x1 div steht */
tr.bubble-menu-ifsub-title a.x1,
tr.bubble-menu-ifsub-title a.x1:visited,
tr.bubble-menu-ifsub-title div {
	font-size: 14px !important;
	font-weight: bold !important;
	color: black;
}
/*
td.bubble-menu-inner-menu table {
	background-color: #A0A0A0;
}
*/

