/* CSS Document */

/* Position und Groesse des Navigationsbereichs */
.Nav {
	z-index:21;
	visibility: visible;
	position: absolute;
	left:20px;
	top:185px;
	/*height:35px;*/
	overflow: hidden;
}	


/* Position und Groesse einzelner Navigationselemente */
/* -v = vertikal,  -h = horizontal */


.Nav1-h  {
	position: relative;
  margin-top: -4px;
}	

.Nav2-h {
	position: relative;
  margin-top: -3px;
}	

/* Formatierung einzelner Navigationselemente */

.NavListe1-h, .NavListe1-h:link, .NavListe1-h:visited, .NavListe1-h:active, .NavListe1-h:hover,
.NavListe1-h-ausgewaehlt, .NavListe1-h-ausgewaehlt:link, .NavListe1-h-ausgewaehlt:visited, .NavListe1-h-ausgewaehlt:active, .NavListe1-h-ausgewaehlt:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:   13px;
	font-style:  normal;
	font-weight: bold;
	color:       white;
	line-height: 25px;
	white-space: nowrap;
	text-decoration: none;
	background-color:rgb(237,156,0);
	margin-left: 10px;
	margin-right:10px;
}

.NavListe1-h:hover {
	color: rgb(49,31,0);
}

.NavListe1-h-ausgewaehlt, .NavListe1-h-ausgewaehlt:link, .NavListe1-h-ausgewaehlt:visited, .NavListe1-h-ausgewaehlt:active, .NavListe1-h-ausgewaehlt:hover {
	color: rgb(49,31,0);
}

.NavListe2-h, .NavListe2-h:link, .NavListe2-h:visited, .NavListe2-h:active, .NavListe2-h:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:   12px;
	font-style:  normal;
	font-weight: bold;
	color:       rgb(49,31,0);
	line-height: 15px;
	white-space: nowrap;
	text-decoration: none;
	margin-left: 20px;
}

.NavListe2-h:hover {
	color: darkred;
}

