/*TABBER*/
#tabberlive {
  float:left;
  width:490px;
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 12px;
}

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
/*	display:none; */
	display:hidden;
	position:absolute;
	left:-2000px;
	top:-2000px;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
  margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
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("tabberline.gif")/*tpa=http://www.develop.de/media/img/tabberline.gif*/;
  background-repeat: repeat-x;
  background-position: 0px 0px;
}

ul.tabbernav li {
  list-style: none;
/*  margin: 0; */
  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("pic_reiter_weiss.gif")/*tpa=http://www.develop.de/media/img/pic_reiter_weiss.gif*/;
}
li.tabberinactive {
  list-style: none;
  margin: 0;
  background-image: url("pic_reiter_grau.gif")/*tpa=http://www.develop.de/media/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.tabberactive a:hover {
/*
  background: white;
  border-bottom: 1px solid white;
*/
}

ul.tabbernav li.tabberinactive a:hover {
/*
  background: white;
  border-bottom: 1px solid white;
*/
	color: #000000;
}



/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive {
  padding: 5px;
}

.tabbertab {
  padding:5px;
  margin-left:15px;
  width:450px;
  /* border-top: solid 1px #CCCCCC; */
  clear:both;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

  /* height:200px;

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}*/

/* Example of using an ID to set different styles for the tabs on the page
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}*/

div.tabbertab {
/*	background-color: green; */
}


#tabberlive td {
  font-family: arial;
  font-size: 12px;
  color: #000000;
  text-align: left;
  padding-right:8px;
}


.tabber_table {
  margin-top: 10px;
}