/* $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 {border:1px solid #ff0000;
}
.tabberlive {
 margin-top:1em;

}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 2px solid #333;
 border-top: 1px solid #fff;
 font: bold 13px Verdana, sans-serif;
 position:static;
 margin-right:4px;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 5px;
 border: 1px solid #333;
 border-bottom: none;
 background: #898989;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #fff; }
ul.tabbernav li a:visited { color: #ff0000; }

ul.tabbernav li a:hover
{
 color: #fff;
 background: #333;
 border-color: #666633;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 2px solid #fff;
 color:#000; /*schrift im ausgewähltem tab, nicht aktiviert*/
}

ul.tabbernav li.tabberactive a:hover
{
 background: #fff;
 border-bottom: 2px solid #fff;
 color:#333;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:1px;
 border-bottom: 0px solid #666633;
 border-left: 0px solid #666633;
 border-right: 0px solid #666633;
 border-top:0;
 text-align:justify;
 margin-right:5px;

 

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

 /* height:200px; overflow:auto;*/

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

}

.tabbertab IMG {margin:5px;
                border:outset 1px white;
				float:inherit;
				}
				
.tabbertab TABLE {text-align:justify; 
                  border-collapse:collapse;
				  border: 0px solid white;
				  width:100%;
} 

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


/*'###############################################################*/

#tt {float:left; max-width:523px; border:0px solid yellow; padding:0px; margin-left:0px; margin-top:6px;}

.tabledesc1, .tabledesc2 { 
				max-width:523px;
				margin-top:0px;
				border-left:0px solid #fff;
				text-align:inherit; 
				
}

.tabledesc2 { margin-top:0px;
              margin-bottom:0px;
}
				
.thheader {font-family: verdana, sans-serif;
				font-size: 11px;
				font-style: normal;
				font-variant: normal;
				font-weight: bold; 
				}

.ths1, .ths1n {
 				font-family: verdana, sans-serif;
				font-size: 11px;
				font-style: normal;
				font-variant: normal;
				font-weight: bold; 
				text-align:left;
				padding:1px;
				padding-left:12px;
			    white-space: nowrap;
				width:130px;
				vertical-align:top;
				}
				
.ths2, .ths3, .ths4 {
 				font-family: verdana, sans-serif;
				font-size: 11px;
				font-style:normal;
				font-variant: normal;
				font-align:left;
				font-weight: normal; 
				text-align:left;
				padding:1px;
				vertical-align:top;
				text-indent:0px;
				padding-left:5px;
				}

.ths3, .ths4 {text-indent:0px; margin-left:5px; text-align:justify;}
.ths4 {text-align:center;}

.thsspace {height:10px}
.ths1n  {text-align:right;}
