﻿/* $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
{
    /*display: none;*/
}

.tabberlive
{
    position: relative;
    float: left;
    left: -10px;
    margin-top: 1em;
    width: 615px;
    background-image: url(../../../portaldata/1/images/panel_mid_585x1000.jpg);
    background-position: 0px 38px;
    background-repeat: repeat-x;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
  
 ul.tabbernav
{
    position: relative;
    margin: 0;
    padding: 0px 0;
    font: normal 13px Arial;
    width: 615px;
    height: 39px;
    /*background-image: url(../../../portaldata/1/images/bg_tabbernav.png);*/
    background-repeat: repeat-x;
    background-position: bottom;
    overflow:hidden;
}

.tabber_back
{
    position: absolute !important;
    left: 0px !important;
    right: 0px !important;  
    top: 33px !important;
    background-image: url(../../../portaldata/1/images/bg_tabbernav.png) !Important; 
    z-index: 5 !Important;
    height: 6px !important;
    padding: 0px !Important;
    margin: 0px !important;
} 
  
/*------------------Inaktiv------------------*/



ul.tabbernav li
{
    position: relative;
    float: left;
    height: 30px;
    top: 4px;
    list-style: none;
    display: inline;
    margin:0px 14px 0px 3px;
    padding:5px 0px 0px 18px;
    background-image: url(../../../portaldata/1/images/tab_nonActive_mid.png);
    background-repeat:repeat-x;
    left:-10px;
}

ul.tabbernav li a
{
    float: left; /*padding: 3px 0.5em;*/
    border-bottom: 0;
    text-decoration: none;
    text-align: center;
    padding:5px 0px 0px 0px;
}

.imgLeft
{
    position: absolute;
    left: 0px;
    top: 0px;
    width:14px;
    height:36px;
    background-image: url(../../../portaldata/1/images/tab_nonActive_lef.jpg);
    background-repeat:no-repeat;
    z-index: 1;
}

.imgRight
{
    position: absolute;
    right: -27px;
    top: 0px;
    width:27px;
    height:35px;
    background-image: url(../../../portaldata/1/images/tab_nonActive_rig.png);
    background-repeat:no-repeat;
    z-index: 3;
}

ul.tabbernav li a:link
{
    color: #3e3d40; }
ul.tabbernav li a:visited
{
    color: #3e3d40; }

/*ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}*/


/*------------------Inaktiv Ende------------------*/


ul.tabbernav li.tabberactive
{
    position: relative;
    float: left;
    height: 31px;
    text-align: center;
    padding:8px 0px 0px 0px !important;
    margin:0px 12px 0px 16px !important;
    top: -0px;
    
    background-image: url(../../../portaldata/1/images/tab_active_mid.png) !Important;
    background-repeat:repeat-x;
    z-index: 10 !Important;
}

ul.tabbernav li.tabberactive a
{
    position: relative;
    float: left;
    height: 23px;
    padding-left:5px;
    padding-right:0px;
    text-align: center;
    padding-bottom: 0px;
}


.tabberactive .imgLeft
{
    position: absolute;
    left: -16px;
    top: 0px;
    width:16px;
    height:39px;
    background-image: url(../../../portaldata/1/images/tab_active_lef.png);
    background-repeat:no-repeat;
    z-index: 3;
}


.tabberactive  .imgRight
{
    position: absolute;
    right: -21px;
    top: 0px;
    width:21px;
    height:39px;
    background-image: url(../../../portaldata/1/images/tab_active_rig.png);
    background-repeat:no-repeat;
    z-index: 3;
}
/*
ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}
*/

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab
{
    position: relative;
    float: left;
    padding: 15px 20px 30px 15px;
    width: 585px;
}

.tabberlive .tabbertab table
{ 
/*width: 585px !important;*/

}

/* 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;
} */

p
{
    position: relative;
    height: auto;
    width: auto;
}



















































































































