/***********************************************/
/* navigation.css                              */
/*                                             */
/* Andalucia Software                          */
/* auth: hah                                   */
/* date: 01/10/2006                            */
/***********************************************/

/* Navigation bar */
ul.nav,
.nav ul {
  list-style: none;
}

.nav {
  width: 168px;
  padding-bottom: 3px;
  color: inherit;
  background: #e9ede9 url(../img/grad_blue.gif) no-repeat bottom right;
}

/* alle Links innerhalb 'navigation':  */
.nav a {
  text-decoration: none;
  color: #333!important;
  display: block;
  background: #e9ede9 url(../img/bg_lvl1.gif) no-repeat right top;
  padding: 3px 0 1px 8px;
}

.nav ul {
  margin: 0 0 0 14px;
  color: #000;
  background-color: inherit;
}

  
.nav ul a {
  color: #000;
  font-weight: normal;
  background: #e9ede9 url(../img/bg_lvl1.gif) no-repeat scroll 100% -3px;
  padding: 1px 0 1px 5px /* background: Keyword + Pixel funktioniert leider nicht unter Safari. */
}
.nav a:hover{
  color: inherit;
  background: #e9ede9 url(../img/bg_lvl1.gif) no-repeat 100% -131px;
  text-decoration: underline;
}
li.list a {
  color: inherit;
  background: #e9ede9 url(../img/bg_lvl1.gif) no-repeat 100% -64px;
}

.nav li {
  font-weight: bold;
}

/* Expansion: äußerer Wrap für verbesserte Nutzbarkeit  */
div.flyout {
  z-index: 90;
  position: absolute;
  left: 130px;
  width: 153px;
  margin-top: -2.70em; /* causes the top to be aligned with the top of the list element that is being expanded */
  visibility: hidden;
  padding: 10px 10px 10px 8px;
}

/* Hilfselement um vorzeitiges Kollabieren des Menüs bei diagonalen Maussbewegungen zu verhindern  */
.omozone {
  width: 25px;
  height: 25px;
  position: absolute;
  left: -20px;
  top: 2em;
  background-image: url(../images/bgfix.gif);
}

/* Elemente für den Schlagschatten. Für den IE gibt es eine Speziallösung */
*>div.shadowLeft {
  padding-left: 3px;
  background: transparent url(../img/left.png) left bottom repeat-y;
}

*>div.shadowBottom {
  padding-bottom: 7px;
  background: transparent url(../img/bottom.png) right bottom no-repeat
}

*>.flyout ul li:first-child {
  padding-top: 1px;
  background: transparent url(../img/top.png) top repeat-x;
}

div.flyout ul{
  margin: 0 0 0 0;
  width: 145px;
  color: #000;
  background-color: inherit;
  padding-right: 5px;
  background: transparent url(../img/right.png) repeat-y right top;
  z-index: 95
}

div.flyout li{
  font-weight: normal;
}

div.flyout a {
  background-image: url(../img/bg_link.gif);
  height: 1.5em;
  border-bottom: 1px solid #003399;
  color: #000;
  background-color: inherit;
  padding: 2px 4px;
}

div.flyout a:hover{
  background: #ddeeff;
  color: inherit;
  text-decoration: underline;
}

.nav li:hover>div.flyout{
  visibility: visible;
}

/* MouseOver-Farben und verschiedene Varianten, den jeweils aktiven Bereich zu markieren  */
.nav li.list > a:hover {
  color: inherit;
  background: #ddeeff url(../img/bg_lvl1.gif) no-repeat scroll 100% -131px;
}

.nav li.current a, .nav strong a {
  background-position: bottom right;
}
.nav a#current {
  color: inherit;
  background: #ddeeff url(../img/bg_lvl1.gif) no-repeat scroll 100% -131px;
}

/* Category 1. llevel (dt = Definition Term) */
.nav dt {
  color: inherit;
  background: #e9ede9 url(../img/bg_lvl1.gif) right top;
  font-weight: bold;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}


/* Link within dt; here a boxmodel correction is required */  
.nav dt a {
  padding: 3px 0 1px 8px;
  _width: 100%; /* WinIE <=5.5  */
  _wid\th: 151px; /* WinIE >= 6.0 */
}
  
/* Sub-section (dd = Definition Description) */
.nav dd {
	margin: 0 0 0 14px; 
	color: #000;
  background-color: inherit;
}
  
.nav dd a {
  color: #000;
  background: #e9ede9 url(../img/bg_lvl1.gif) no-repeat scroll 100% -3px;
  padding: 1px 0 1px 5px; /* background: keyword + pixel do not function with Safari. */
}

.nav#meta a {
	color: #900!important;
  background-color: inherit;
}
#flyoutNav-meta a{
  color: #900!important;
  background-color: inherit;
}

