/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

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

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
  width: 670px;
}
.tabberlive {

  margin-left:40px;
   width: 670px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{

	margin:0;
	padding: 0px 0;
 margin-bottom: -1px;
	font-size: 12px;
	font-weight: bold;
 width: 700px;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0px;
display: inline-block;
margin-right: 0px;
margin-left: 11px;
vertical-align: top;
 background-image: url(../gfx/beschreibung_top.gif);
 background-repeat: repeat-x;

}

ul.tabbernav li a
{
 font-size: 17px;
 padding: 0px;
 margin-left: 10px;
 margin-right: 10px;
 text-decoration: none;
 color: #676767; 
}



ul.tabbernav li a:hover
{

}

.tabberactive div.beschreibung_wrapper{
 background-image: url(../gfx/bg_selection.jpg);
 background-repeat: repeat-x;
 height: 31px;

}
.tabberactive div.beschreibung_wrapper div a{
  color: #000000;
}
ul.tabbernav li.tabberactive a
{




 padding: 0px;

}

ul.tabbernav li.tabberactive a:hover
{

}

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

}

.tabberlive .tabbertab {
 padding:15px;

 border:1px solid #aaaaaa;
 width: 670px;
 background-image: url(../gfx/bg_beschreibung.jpg);
 background-repeat: repeat-x; 

 /* 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;
}

.beschreibung_top_left{
  float: left;
  background-image: url(../gfx/beschreibung_top_left.gif);
 background-repeat: no-repeat;

 height: 31px;
 width: 5px; 
}

.beschreibung_top_right{
  float: right;
  background-image: url(../gfx/beschreibung_top_right.gif);
 background-repeat: no-repeat;

 height: 31px;
 width: 5px; 
}

.beschreibung_top{
 display: inline-block;
 padding-top: 7px;
}

.bottom_feeder{
  background-image: url(../gfx/bottom_feeder.jpg);
 background-repeat: no-repeat;
 display: block;
 height: 10px;
 width: 702px; 
}

.beschreibung_rondje{
  float:right;
  margin-top: -16px;
  margin-right: -16px;
}
