
/* Hauptmenü */
.horbar	              { color: #FF0000; /*background-color: #B1B1B0; border: 1px solid #000000; */}

.horbaritem	          { /*width         : 130px;*/ 
                        padding-bottom: 1px; 
						padding-right : 4px; 
						color         : #376DA9; 
						float         : left; 
						white-space   : nowrap; 
						font          : bold 10pt Arial, Verdana, Helvetica, sans-serif;
/*                        font-family   : Verdana, Arial, Helvetica, sans-serif;
						font-size     : 14px; */
						}
						
.horbaritem a         { color: #376DA9; text-decoration: none; display: block; }
.horbaritem a:link    { color: #376DA9; text-decoration: none; }
.horbaritem a:visited { color: #376DA9; text-decoration: none; }
.horbaritem a:hover   { color: #FFFFFF; text-decoration: none; background-color: #376DA9; }
.horbaritem a:active  { color: #FFFFFF; text-decoration: none; }


/*.verbar	  { color: #000000; background-color: #B1B1B0; border: 2px outset #CECAC!; }*/
.verbar	  { color: #376DA9; background-color: #B1B1B0; border: 2px outset #CECAC1; }




/* Untermenüs */
.submenu  { position : absolute; left: 1px; top: 0px; visibility: hidden; }
.subframe { position        : relative; 
            display         : block; 
			background-color: #D7E3F2; 
			border          : 1px solid #376DA9; 
			min-width       : 150px; }
/* feed IEs an actual width, but exclude IE-Mac 5*/
* html .subframe { /*\*/ width: 150px; top: 2px; left: 2px; /* */ }

.item           { color      : cyan; 
                  text-align : left; 
				  white-space: nowrap; 
                  font-family: Verdana, Arial, Helvetica, sans-serif;
				  font-size  : 13px; }
.item a	        { color: #376DA9; text-decoration: none; display: block; position: relative; }
.item a:link    { color: #376DA9; text-decoration: none; }
.item a:visited { color: #376DA9; text-decoration: none; }
.item a:hover   { color: #FFFFFF; text-decoration: none; background-color: #376DA9; }
.item a:active  { color: #FFFFFF; text-decoration: none; }
.item .fwdarr   { position: absolute; top: 5px; right: 7px; }      /* Positions des Icons für Untermenüs [ForWarDARRow] */



.separator	{
	background-color: #ff0000;
/*	border-top      : 1px solid #9e9a91;
	border-bottom   : 1px solid #ffffff;*/
	margin          : 2px 0px 2px 1px;	/* top right bottom left */
	height          : 0;
	font-size       : 1px;
	line-height     : 0;
}


