/* navbottom */

/**************************************************************************
*
*   navbottom
*  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*
*
***************************************************************************/

#navbottom {

  height: 16px;

  /* Abstand nach oben und nach unten zum naechsten Container */
  margin-top: 4px;
  margin-bottom: 4px;

  /* Menue vertikal zentrieren */
  padding-top: 3px;

  /* Menue links einruecken */
  /* 179px + 4px = 183px    */
  padding-left: 183px;

  background-image: url(bg/stp/bg_navbottom.jpg);
  background-repeat: no-repeat;
  background-position: left top;


  font-size: 1em;
  /* color: #000; */

}


/* Navigation 2 */

#navbottom ul {
  margin-top: 0em;
  list-style: none;
}
#navbottom ul ul {
  list-style: square;
  /* border-top: 1px solid #A99356;    */    /* pgi gold */
  /* border-bottom: 1px solid #CCCCE0; */
  margin-top: 0;
}

/* to make the menu horizontal */
#navbottom li {
  display: inline;
}

#navbottom li {
  padding: 0;
  padding-right: 0.5em;
  /* text-transform: uppercase; */
}



#navbottom li li {
  text-transform: none;
  margin-left: 1.5em;
  padding: 0;
}

#navbottom a {
  color: #505050;  /* STP Grau */
}
#navbottom a:hover {
	/* use default */
  color: #8C0080;  /* STP Lila */

}




/**************************************************************************
*
*   Eigene Anpassungen
*  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*
*
***************************************************************************/


	/**************************************************************************
	*
	*   Highlight the path and selected items
	*
	***************************************************************************/
/* Alle Menüpunkte mit der Eigenschaft "act" */
/* 1/3 */
#navbottom li.act a,
#navbottom li.act li.act a {
  font-weight: bold;
  color: #8C0080;  /* STP Lila */

}

/* Alle Menüpunkte im selektierten Pfad  */
/* 2/3 */
#navbottom li.act li a,
#navbottom li.act li.act li a {
  font-weight: normal;
  color: #8C0080;  /* STP Lila */
}


/* current menu item */
/* 3/3 */
#navbottom strong {
  /* font-weight: bold; */
  color: #8C0080;  /* STP Lila */
}



	/**************************************************************************
	*
	*   Visibility - Erste Ebene grau, alle anderen sw
	*
	***************************************************************************/
#navbottom li,
#navbottom li a {
  font-weight: normal;
  color: #505050;  /* STP Grau */
}


#navbottom li li,
#navbottom li li a {
  font-weight: normal;
  color: #505050;  /* STP Grau */
}

	/**************************************************************************
	*
	*   Visibility - hover colors
	*
	***************************************************************************/
#navbottom li a:hover,
#navbottom li.act ul li a:hover {
  color: #8C0080;  /* STP Lila */

}

	/**************************************************************************
	*
	*   Visibility - Zeilenabstaende
	*
	***************************************************************************/
#navbottom li li {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}


	/**************************************************************************
	*
	*   SPC
	*
	***************************************************************************/
#navbottom li.spc hr {
}



