@charset "UTF-8";
/* CSS Document */

/*Hauptnavigiation */
.HNavigation{
  float: left;
  font-size: 11px;
  text-align: center;
  color: white;
  height: 22px;
  margin-bottom: -1px;
}
.HNavigation a{
  padding: 3px 0px 3px 0px;
  display: block;
  width: 132px;
  border-right: white 1px solid;
  border-bottom: white 1px solid;
  text-decoration: none; 
  color: white;
  background-color: #2a2f25;
}
.HNavigation a:hover{ 
  background-color: #484F44;
	text-decoration: none;
}

.HNavigationAktiv{
  float: left;
  font-size: 11px;
  text-align: center;
  color: white;
  height: 22px;
  margin-bottom: -1px;
}
.HNavigationAktiv a, .HNavigationAktiv a:hover{
  padding: 3px 0px 3px 0px;
  display: block;
  width: 132px;
  border-right: white 1px solid;
  border-bottom: white 1px solid;
  text-decoration: none; 
  color: white;
	background-color: #484F44;
	background: #484F44;
	background-image: url(../bilder/layout/navOverButton.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}


.HNavigationRight{
  float: left;
  font-size: 11px;
  text-align: center;
  color: white;
  height: 22px;
  margin-bottom: -1px;
}
.HNavigationRight a{
  padding: 3px 0px 3px 0px;
  display: block;
  width: 100px;
  border-bottom: white 1px solid;
  color: white;
  background-color: #2a2f25;
  text-decoration: none;
}
.HNavigationRight a:hover{ 
  background-color: #484F44;
	text-decoration: none;
}

.HNavigationAktivRight{
  float: left;
  font-size: 11px;
  text-align: center;
  color: white;
  height: 22px;
  margin-bottom: -1px;
}
.HNavigationAktivRight a, .HNavigationAktivRight a:hover{
  padding: 3px 0px 3px 0px;
  display: block;
  width: 100px;
  border-bottom: white 1px solid;
  text-decoration: none; 
  color: white;
  background-color: #484F44;
	background: #484F44;
	background-image: url(../bilder/layout/navOverButton.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}
/*Unternavigation */
#uNavigation{
  font-size: 10px;
  text-align: left;
  color: white;
	height: 157px;
}
#uNavigation .uNavigationDef a{ 
  width: 150px;
  display:block;
	text-decoration: none;
	color: white;
	background-color: #2a2f25;
  border-bottom: white 1px solid;
	border-right: white 1px solid;
	padding: 3px 5px 3px 5px;
}
#uNavigation .uNavigationDef a:hover{ 
  display:block;
	text-decoration: none;
	color: #999999;
	background-color: #484F44;
  border-bottom: white 1px solid;
	border-right: white 1px solid;
	padding: 3px 5px 3px 5px;
}
#uNavigation .uNavigationAktiv a, #uNavigation .uNavigationAktiv a:hover{ 
	display:block;
	width: 150px;
	text-decoration: none;
	color: #999999;
	background-color: #484F44;
  border-bottom: white 1px solid;
	border-right: white 1px solid;
	padding: 3px 5px 3px 5px;
}

/*Generische Navigation */
/*Generische Hauptnavigation*/
.GenNavigation{
  font-size: 11px;
	margin-bottom: -1px;
	
}
.GenNavigation a{
  display: block;
	float: left;
	width: 99px;
	text-align: center;
  padding: 3px 5px 3px 5px;
	border-right: white 1px solid;
  border-bottom: white 1px solid;
  text-decoration: none; 
	color: white;
  background-color: #2a2f25;
}
.GenNavigation a:hover{  
  background-color: #484F44;
	text-decoration: none;
}
.GenNavigationAktiv a{
  display: block;
	float: left;
  background-color: #484F44;
	background-image: url(../bilder/layout/navOverButton.png);
	background-repeat: no-repeat;
	background-position: 5px 3px;
}

/*Generische Unternavigation */
#uGenNavigation{
  clear: left;
  font-size: 10px;
	margin-left: 219px;
}
#uGenNavigation .uGenNavigationDef a{ 
  display:block;
	text-decoration: none;
	color: white;
	background-color: #2a2f25;
  border-bottom: white 1px solid;
	border-right: white 1px solid;
	border-left: white 1px solid;
	width: 99px;
	padding: 3px 5px 2px 5px;
	text-align: left;
}
#uGenNavigation .uGenNavigationDef a:hover{ 
	color: #999999;
	background-color: #484F44;
}
#uGenNavigation .uGenNavigationAktiv a, #uGenNavigation .uGenNavigationAktiv a{ 
	display:block;
	text-decoration: none;
	color: white;
	background-color: #484F44;
  border-bottom: white 1px solid;
	border-right: white 1px solid;
	border-left: white 1px solid;
	width: 99px;
	padding: 3px 5px 2px 5px;
	text-align: left;
}

