/*TABBER*/
#tabberlive {
  float:left;
  width:490px;
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 12px;
}

.tabberlive .tabbertabhide {
	display: none;
}

.tabberlive {
  margin-top:1em;
}

ul.tabbernav {
  font-family: arial;
  font-size: 12px;
  height: 26px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 2px 0px;
  color: #000000;
  background-image: url(../img/tabberline.gif);
  background-repeat: repeat-x;
  background-position: 0px 0px;
}

ul.tabbernav li {
  list-style: none;
  display: block;
  float: left;
  width: 125px;
  height:26px;
  text-align: center;
  background-position: left top;
  background-repeat: no-repeat;
}
li.tabberactive {
  list-style: none;
  margin: 0;
  background-image: url(../img/pic_reiter_weiss.gif);
}
li.tabberinactive {
  list-style: none;
  margin: 0;
  background-image: url(../img/pic_reiter_grau.gif);
}


ul.tabbernav li a {
  display: block;
  width: 119px;
  height: 20px;
  position: relative;
  margin-top:7px;
  margin-left: 3px;
  margin-right: 3px;
  text-decoration: underline;
}


ul.tabbernav li a:link {
  color: #999999;
}

ul.tabbernav li.tabberactive a {
  background-color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}


ul.tabbernav li.tabberinactive a:hover {
	color: #000000;
}


.tabberlive {
  padding: 5px;
}

.tabbertab {
  padding-top: 15px;
  margin-left: 15px;
  width:450px;
 /* clear:both; */
}


#tabberlive td {
  font-family: arial;
  font-size: 12px;
  color: #000000;
  text-align: left;
  padding-right:8px;
}


.tabber_table {
  margin-top: 10px;
}
