/* ======================================== */
/* Styles for the tabbed content navigation */
/* ======================================== */

/* ======================================== */
/* general formatting                       */
/* ======================================== */

#typo3_navi_tabbed {
  margin-top: 10px;	
  border:0px solid red;
}

#tabbednav {
  border: 1px solid #929DAF;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 0px 5px 0px 0;
  border-width: 0px 0px 1px 1px;
}

#tabbednav ul {
  margin-left: 0;
  padding-left: 0;
  padding:0;
} 


#tabbednav ul li {
  margin-right: 0px;
  margin-bottom: 0;
  margin:0;
  margin-right:1px;  
  padding: 7px 25px 5px 8px !important;
  list-style: none;
  background-image: url(../images/content/tabbednav_corner_right.gif);
  background-repeat: no-repeat;
  background-position: 100% 0;

}


#tabbednav ul li {

  display:block;
  float:left;

}

/* correct margins and paddings in IE */

* html #tabbednav {
  padding: 0px 5px 0px 0;
} 

* html #tabbednav ul {
  margin-top: 0px;
  padding-left: 0;

} 

* html #tabbednav ul li {

/*
  padding: 6px 25px 5px 10px;
  margin-right: 0px;
*/
}	

/* ======================================== */
/* Standard Links                           */
/* ======================================== */

#tabbednav ul li a {
  font-family: Arial, Geneva, sans-serif;
  text-decoration: none;
  color: #525864;
  border:0px solid red;
}

* html #tabbednav ul li a {
  /*padding: 0;*/
}

#tabbednav ul li a:hover {
  color: #525864;
}

/* ======================================== */
/* active item with white bottom border     */
/* ======================================== */

#tabbednav ul li.tabAktuell,
#tabbednav ul li.tabKrankenkasse,
#tabbednav ul li.tabZusatzversicherung,
#tabbednav ul li.tabPrivatVersichert,
#tabbednav ul li.tabFinanzVorsorge,
#tabbednav ul li.tabGruenesGeld {

  padding: 7px 10px 6px 10px;
  border-bottom: 2px solid #fff;
  list-style: none;
  display: inline;

margin-bottom:-2px;

}

/* correct margins and paddings in IE       */

* html #tabbednav ul li.tabAktuell,
* html #tabbednav ul li.tabKrankenkasse,
* html #tabbednav ul li.tabZusatzversicherung,
* html #tabbednav ul li.tabPrivatVersichert,
* html #tabbednav ul li.tabFinanzVorsorge,
* html #tabbednav ul li.tabGruenesGeld {
/*
  padding: 6px 10px 2px 10px;
  margin-bottom:-5px;
  border:0px solid green;
*/
}

/* =========================================== */
/* area specific color coding for active links */
/* =========================================== */

#tabbednav ul li.tabAktuell a {
  color:#525864;
  font-weight: bold;
}

#tabbednav ul li.tabKrankenkasse a{
  color:#C91014;
  font-weight: bold;
}

#tabbednav ul li.tabZusatzversicherung a {
  color:#FF3F00;
  font-weight: bold;
}

#tabbednav ul li.tabPrivatVersichert a {
  color:#FF8C00;
  font-weight: bold;
}

#tabbednav ul li.tabFinanzVorsorge a {
  color:#5896C4;
  font-weight: bold;
}

#tabbednav ul li.tabGruenesGeld a {
  color:#47AC32;
  font-weight: bold;
}