@charset "UTF-8";
/* CSS Document */

.jquerycssmenu{
	font: bold 10px Verdana;
	/*border-bottom: 1px solid black;*/
	padding-left: 0px; 						/*offset of tabs relative to browser left edge*/
}

#myjqerymenu li{padding-bottom: 0;}




.jquerycssmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
	position: relative;
	display: inline;
	float: left;
	padding:0;
}


/* -------------------------------------------------*/
/* Ressorts Farben                                 */
/* -------------------------------------------------*/
#myjquerymenu li a {color:#FFFFFF;}

#myjquerymenu li.res250 a { background-color: #4e5970; /* color:#adc3c1;*/ }
#myjquerymenu li.res275 a { background-color: #596d8f; /* color:#adc3c1 */}
#myjquerymenu li.res255 a { background-color: #8ea4b4; /* color:#4e5970 */}
#myjquerymenu li.res256 a { background-color: #adc3c1; /* color:#4e5970 */}

#myjquerymenu li.first a,
#myjquerymenu li.last a{	background-color:#ad2f68; }


/* -------------------------------------------------*/
/* Ressorts Breiten                                 */
/* -------------------------------------------------*/
#myjquerymenu a {			width: 148px; }
#myjquerymenu li.first a,
#myjquerymenu li.last a {	width: 193px;}


/* #myjquerymenu li {			width: 149px;} */
#myjquerymenu li.first , 
#myjquerymenu li.last  { 	width: 194px; }

#myjquerymenu li.last {		width: 195px;}


/*Top level menu link items style*/
.jquerycssmenu ul li a{
	display: block;
	padding: 3px 0px 0px 0px;
	margin-right: 1px; 												/*spacing between tabs*/
	/*border: 1px solid #778;*/
	/*border-right:1px #fff;*/

	border-bottom-width: 0;
	text-decoration: none;
	text-align:center;
	/* height:18px; */
	min-height:18px;
	height:auto;
	}


.jquerycssmenu ul li a:hover{
	/* background-image: url(tintbluedark.gif) /*tab link background during hover state*/
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	border-top: 1px solid #fff;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
	top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
	font: normal 11px Verdana;
	width: 180px; 										/*width of sub menus*/
	/*background: white;
	color: black;*/
	padding: 3px 0 1px 10px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid #999;
	text-align:left;
	}

.jquerycssmenu ul li ul li a:hover{ 					/*sub menus hover style*/
	background: #eff9ff;
	color: black;
	}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	display:none;			    /* enable downarrow */
	position: absolute;
	top: 7px;
	right: 5px;
}

.rightarrowclass{
	display: none;				/* enable right arrow */
	position: absolute;
	top: 5px;
	right: 5px;
}



/* -------------------------------------------------*/
/* Ressorts Farben  Splashpage                      */
/* -------------------------------------------------*/
#uid5 li a {
	color: transparent;
}

#uid5 ul.secondlevel li {
	visibility:hidden;}

#uid5 li a:hover {
	color: transparent;
}

