/* ***************************************************** */
/*  GLOBALE PARAMETER */

#menu-preloader{
	display: none;
	width: 1px;
	height: 1px;
}

/* ***************************************************** */
/*  POSITIONIERUNG */

/* MENU DEFINITION */

.rahmen-rechts{
	border-right: 1px solid white;
	height: 25px;
	min-height: 25px;
}

#menuMOSS{
	height: 40px;
	min-height: 40px;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* MENU DEFINITION ENDE */

/* ***************************************************** */
/*  DESIGN */

#menuMOSS{
	background-color: #002762;
	background-color: #a2c0da;

}

/* ***************************************************** */
/*  TEXT */
#menuMOSS a:link,
#menuMOSS a:visited,
#menuMOSS a:hover,
#menuMOSS a:active{  /*Standardlink*/
	color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
}

#menuMOSS a:link,
#menuMOSS a:visited{
	color: #FFFFFF;
}

#menuMOSS a:hover{
	color: #ffb300;
}

#menuMOSS a:active{
	color: #FFFFFF;
}

#menuMOSS a:focus{
	outline: none;
}


.menu-txt{
	padding: 5px 8px;
}



/* ***************************************************** */
