#menue {
  border-top:			0px dotted #666666; /*#000066;*/
  border-left: 			1px ridge #666666;
  border-right: 		1px solid #666666;
  border-bottom:		0px solid #666666;
  padding: 				5px;
/*width: 				1198px; 
  margin-left: 			-600px;
  max-width:			980px;
  min-width:			90%;*/
  height: 				19px;
  background-color: 	#2D7AAD; /*003399; */
  text-align: 			center;
  font-family: 			"Arial";
  font-variant: 		small-caps;
  font-weight: 			normal;
  color: 				#ffffff;
	position:				relative;
  z-index:				3;
}

#menue a:link {
	display: block;
    width: 6em;
  color: #cfcfcf;
  text-decoration: none;
  font-family: Arial;
  font-variant: small-caps;   /* wird ins untermenü vererbt */
  font-weight: normal;
}
#menue a:visited {
	display: block;
    width: 6em;
  color: #cfcfcf;
  text-decoration: none;
  font-family: Arial;
  font-weight: normal;
}

#menue a:hover {
	display: block;
    width: 6em;
  color: yellow;
  text-decoration: underline;
  font-family: Arial;
  font-weight: normal;
}

#menue a:active {
	display: block;
    width: 6em;
  color: yellow;
  text-decoration: none;
  font-family: Arial;
  font-weight: normal;
}
.current {
  color: 	yellow;
  font-variant: small-caps;
}

.small {
    font-size: 11pt;
}

/* Dropdown Menü Definitionen mit div-Containern als Untermenüpunkte */

#navi, #navi ul { 
	text-align: center;
	list-style-type:none; 
	width: 100%;
	margin:0; 
	padding:0;
} 	/* schaltet das Standardformat der Listenelemente (ul) aus */

#navi li { 
	display: inline-block;
	width: 12%;
/*width:160px; 
float:left; */
} 						/* Menüpunkte der oberen Navigationsebene werden horizontal angeordnet */

#navi li ul { display:none;}								/* Menüpunkte unterhalb der ersten Navigationsebene werden standardmärig ausgeblendet */									

#navi li:hover ul { 		/* meldet ein oberer Menüpunkt ein Hover, weden seine Unterpunkte eingeblendet */
	display:			block;
	z-index:			auto;
	color:				#c0c0c0;
	border:				none;
	border-color:		#666666;
	border-width: 		1px;						
	width: 				12%;
	margin-top:			3px;
	top: 				133px;
}				

#navi li ul li{
	display:			block;
}		

#SubMenu{													
/* dieser Container ist für die Untermenüs. Alle sind jetzt gleich weil die Verschiebung nicht mehr angepasst werden muss,
da keine Bilder eine größere Breite erfordern */

	width: 				150px;
	background-color: 	#f0f0f0;
	font-family: 		"Arial";
	color:				#000000;
	border:				solid;
	border-color:		#666666;				/* Randfarbe der Dropdown Menüs */
	border-width: 		0px 1px 1px 1px;
	position:			absolute;				/* absolute verhindet die Beeinflussung der umgebenden Elemente */
	margin-left:		20px;					/* veschiebt diesen Untermenü-Container horizontal */
	margin-top:			0px;					/* verschiebt den Untermenükontainer vertikal */
	padding:			3px;
	text-align:			left;
	vertical-align:		middle;
	z-index:			3;						/* über anderen Containern anzeigen */
	
	}
#SubMenu a:link{							/* Links innerhalb des Submenüs */
  color:				#000000;
  text-decoration:		none;
}
#SubMenu a:visited{							/* Links innerhalb des Submenüs */
  color:				#000000;
}
#SubMenu a:hover{							/* Links innerhalb des Submenüs */
  color:					#666666;
  background-color:			#cccccc;
}

#ServerStatus{													
/* dieser Container ist für das Server Status Untermenü */

	width: 				300px;
	height:				350px;
	/*background-color: 	#003399;*/
	background-color:   #f5f0f0;
	/*color:				#ffffff;*/				/* Textfarbe reiner Text, kein Link */
	color:				white;
	border:				solid;
	border-color:		#666666;				/* Randfarbe der Dropdown Menüs */
	border-width: 		0px 1px 1px 1px;
	position:			absolute;				/* absolute verhindet die Beeinflussung der umgebenden Elemente */
	margin-left:		-15px;					/* veschiebt diesen Untermenü-Container horizontal */
	margin-top:			0px;					/* verschiebt den Untermenükontainer vertikal */
	padding:			3px;
	text-align:			center;
	vertical-align:		middle;
	z-index:			3;						/* über anderen Containern anzeigen */
	
	}

#ServerStatus a:link {

	font-family: Arial;
	color: #e0e0e0;
	font-size: 8pt;
	text-decoration: underline;
}
#ServerStatus a:visited {

	font-family: Arial;
	color: #e0e0e0;
	font-size: 8pt;
	text-decoration: underline;
}

#ServerStatus a:hover {

	font-family: Arial;
	color: red;
	font-size: 8pt;
	text-decoration: underline;
}
/* Formatierung der Pilots Flying Anzeige */
#ServerStatus td {
  color: 			#333333;
  background-color: #ffffe0;
  border-color:		#666666;
  padding:			2px;  
  text-align: 		left;
  font-style: 		normal;
}
#status  {
	
	width: 100%;
	background-color: #bbaaff;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	font-size: 12px;
	text-align: center;
	z-index: 3;
    /*position: absolute;*/
}

#status span{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#status	td {
	font-size: 12px;
}

