/* $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 {
}
.tabberlive {
 margin-top:4px;

}

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

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

ul.tabbernav li a /*nicht aktivies tab*/
{
 padding: 3px 0.5em;
 margin-left: 5px;
 border: 1px solid #996600;
 border-bottom: none;
 background: #E4CE8C;
 text-decoration: none;
 
}

ul.tabbernav li a:link { color: #000; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover /* aktivies tab*/
{
 color: #fff;
 background: #996600;
 border-color: #996600;
}

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

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

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:1px;
 border-bottom: 0px solid #280b0b;
 border-left: 0px solid #280b0b;
 border-right: 0px solid #280b0b;
 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;
 
}


/*’###############################################################*/

.sux2000, .thsspace {font-family:"Courier New", Courier, monospace; 
        font-size:0.1em;
		color:#ffffff;
		margin-left:-1px;	
		 }

#tt {float:left; width:458px; border:0px solid red; margin-left:0px;}

.tabledesc1, .tabledesc2 { 
				width:458px;
				border-collapse:collapse;
				margin-left:12px;
				margin-top:5px;
				vertical-align:middle;
				border:0px solid #ff0000; 
}

.tabledesc2 { margin-top:0px;
              margin-bottom:0px;
}
				


.ths1, .ths1n , .ths1o {
 				font-family:  Verdana, Arial, sans-serif; 
				font-size: 11px;
				font-style: normal;
				font-variant: normal;
				font-weight: bold; 
				padding:0px;
				width:130px;
				vertical-align:top;
			
				}
				
.ths2, .ths3, .ths4 {
 				font-family:  Verdana, Arial, sans-serif; 
				font-size: 11px;
				font-style:normal;
				font-variant: normal;
				font-align:left;
				font-weight: normal; 
				text-align:left;
				padding:0px;
				vertical-align:top;
				text-indent:0px;
				padding-left:5px;
				}
				
				.ths2 img{ border:1px #3C221C solid; }

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

.thsspace {height:10px;}
.ths1n  {text-align:right;}
.ths1o  {font-weight:normal; text-align:right; vertical-align:middle;}

.optionname {position:relative; bottom:4px; white-space:nowrap;}
.optionid {position:relative; bottom:6px;}

.learn {border-bottom:1px #000 dotted; }
