/**** Hauptnavigation - START ***/

#navigation {
  position: relative;
  float: left;
  width: 610px;
  padding: 0px;
  color: #000000;
}

ul#nav1
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  text-align: left;
}

ul#nav1 li
{
  display: inline;
  float: left;
  font-size: 15px;
  font-weight: normal;
}


ul#nav1 a.fcurrent,
ul#nav1 a:link.fcurrent
{
  display: block;
  text-decoration: none;
  color: #ec6400;
  text-align: left;
  width: 105px;
  height: 20px;
  padding: 13px 0 0 8px;
  background-image: url(tab_first.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}

ul#nav1 a:hover.fcurrent
{
  text-decoration: none;
  color: #ec6400;
}

ul#nav1 a.fnormal,
ul#nav1 a:link.fnormal
{
  display: block;
  text-decoration: none;
  color: #000000;
  text-align: left;
  width: 105px;
  height: 20px;
  padding: 13px 0 0 8px;
  background-image: url(tab_first.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}

ul#nav1 a:hover.fnormal
{
  text-decoration: none;
  color: #ec6400;
}

ul#nav1 a.current,
ul#nav1 a:link.current
{
  display: block;
  text-decoration: none;
  color: #ec6400;
  text-align: left;
  width: 90px;
  height: 20px;
  padding: 13px 0 0 8px;
  background-image: url(tab_normal.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}

ul#nav1 a:hover.current
{
  text-decoration: none;
  color: #ec6400;
}

ul#nav1 a.normal,
ul#nav1 a:link.normal
{
  display: block;
  text-decoration: none;
  color: #000000;
  text-align: left;
  width: 90px;
  height: 20px;
  padding: 13px 0 0 8px;
  background-image: url(tab_normal.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}

ul#nav1 a:hover.normal
{
  text-decoration: none;
  color: #ec6400;
}

ul#nav1 a.lcurrent,
ul#nav1 a:link.lcurrent
{
  display: block;
  text-decoration: none;
  color: #ec6400;
  text-align: left;
  width: 87px;
  height: 20px;
  padding: 13px 0 0 8px;
  background-image: url(tab_last.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}

ul#nav1 a:hover.lcurrent
{
  text-decoration: none;
  color: #ec6400;
}

ul#nav1 a.lnormal,
ul#nav1 a:link.lnormal
{
  display: block;
  text-decoration: none;
  color: #000000;
  text-align: left;
  width: 87px;
  height: 20px;
  padding: 13px 0 0 8px;
  background-image: url(tab_last.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}

ul#nav1 a:hover.lnormal
{
  text-decoration: none;
  color: #ec6400;
}
/* 2. Ebene */

ul#nav2
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  text-align: left;
}

ul#nav2 li
{
  display: inline;
  float: left;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}


ul#nav2 a.active,
ul#nav2 a:link.active
{
  display:block;
  padding: 5px 15px 5px 15px;
  text-decoration: none;
  color: #993300;
  background-color: #FFFFFF;
  border-right: 1px solid #FFFFFF;
}

ul#nav2 a:hover.active
{
  display:block;
  text-decoration: none;
  color: #993300;
  background-color: #FFFFFF;
}

ul#nav2 a.normal2,
ul#nav2 a:link.normal2
{
  display: block;
  padding: 5px 15px 5px 15px;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #993300;
  border-right: 1px solid #FFFFFF;
}

ul#nav2 a:hover.normal2
{
  text-decoration: none;
  color: #993300;
  background-color: #FFFFFF;
}


/** Hauptnavigation - END**/
