/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabber1live .tabber1tabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber1 = before the tabber1 interface is set up
  .tabber1live = after the tabber1 interface is set up
  --------------------------------------------------*/
.tabber1 {
}
.tabber1live {
 font: Lucida Sans;
 margin-top:1em;
 width: 100%;
 height: 150px;
 background-color: #e9e8ed;
 background-image: url(https://www.fine-fruits-club.de/acai/CustomUpload/374O357O340O370O356O369O350O320O322O320O328O/Background_bright.png);
 background-repeat: no-repeat;
}

/*--------------------------------------------------
  ul.tabber1nav = the tab navigation list
  li.tabber1active = the active tab
  --------------------------------------------------*/
ul.tabber1nav
{
 font: bold 12px Lucida Sans;
 margin:0;
 padding: 3px 0;
 border-bottom: none;
 
}

ul.tabber1nav li
{
  font: Lucida Sans;
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabber1nav li a
{
 font: Lucida Sans;
 padding: 3px 0.5em;
 margin-left: 3px;
 border: none;
 border-bottom: none;
 
 text-decoration: none;
 background-color: #e9e8ed;
}

ul.tabber1nav li a:link { color: #321544; }
ul.tabber1nav li a:visited { color: #667; }

ul.tabber1nav li a:hover
{
 font: Lucida Sans;
 color: #321544;
 background: #aae641;
 border-color: none;
}

ul.tabber1nav li.tabber1active a
{
 font: Lucida Sans;
 color: #fff;
 background-color: none;
 border-bottom: none;
 background-color: #51308a;
}

ul.tabber1nav li.tabber1active a:hover
{
 font: Lucida Sans;
 color: #aae641;
 background: white;
 border-bottom: none;
 background-color: #51308a;
}
}

/*--------------------------------------------------
  .tabber1tab = the tab content
  Add style only after the tabber1 interface is set up (.tabber1live)
  --------------------------------------------------*/
.tabber1live .tabber1tab

{
 font: Lucida;
 line-height: 1.5;
 color: #321544;
 padding:5px;
 border:none;
 border-top:0;

 /* 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 */
.tabber1live .tabber1tab h2 {
 display:none;
}
.tabber1live .tabber1tab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabber1live#tab1 {
}
.tabber1live#tab2 {
}
.tabber1live#tab2 .tabber1tab {
 /* height:200px; */
 overflow:auto;
}
