/* CSS Document */

 div.shadetabs {
    width: 100%;
    margin-top:1px;
    background: url(images/backgrounds/tabs_headline.gif) bottom repeat-x ;  
    height:20px;       
  }
  div.shadetabs ul {
    margin: 0; padding: 0;
  }

 div.shadetabs ul li {
    list-style: none;
    margin:0 3px 0px 0; padding: 0;
  text-align: center;
  float: left;   
  }    
                
                

  div.shadetabs ul a, div.shadetabs ul span {
    display: block;   
    font-family:  Arial, Helvetica, sans-serif; 
    font-weight: bold;
    text-decoration: none;    
    padding:3px 4px 2px 4px;
    margin:0;
    border-style:solid;
    border-color:#ccc;   
    border-width:0px 1px; 
    color: #2d2b2b;
    cursor: pointer;
    background: url(images/backgrounds/tabs_shade.gif) repeat-x;  
  }
  
  
  div.shadetabs ul a.active{   
    color:#fff;
    text-decoration: none; 
  }
  
  div.shadetabs ul li.selected a, div.shadetabs ul span /*, li a#aktuell:hover */{   
    background: url(images/backgrounds/tabs_shadeactive.gif) repeat-x ;  
    padding:3px 4px;  
  }
  div.tabscontent{
    border-bottom:1px solid #999;
    margin-bottom: 10px; padding:5px 2px;
  } 

  
/*BEG shadetabs
div.shadetabs {
width:540px;  
height:20px;
background: url(images/backgrounds/tabs_headline.gif) bottom repeat-x ;    
}

div.shadetabs ul{
margin: 0;
padding: 0;
font-family:  Arial, Helvetica, sans-serif; 
font-weight: bold;
}

div.shadetabs ul li{     
list-style: none; 
float: left;
padding: 0; 
margin:0 3px 0px 0;         
}

div.shadetabs ul li a{           
cursor:pointer;         
text-decoration: none;
display:block;     
height:16px;   
padding:3px 5px 0px 5px;
margin:0 0 1px 0; 
border-style:solid;
border-color:#ccc;   
border-width:0px 1px; 
color: #2d2b2b;
background: url(images/backgrounds/tabs_shade.gif) repeat-x;
}

div.shadetabs ul li a:visited{
color: #2d2b2b;
}

div.shadetabs ul li a:hover{
text-decoration: none;
color: #2d2b2b;  
}


div.shadetabs ul li.selected a{ 
  background: url(images/backgrounds/tabs_shadeactive.gif) repeat-x ;
  border-color:#999; 
  margin:0;  
  padding:4px 5px 0px 5px; 
}

div.shadetabs ul li.selected a:hover{ 
  text-decoration: none;
}

div.tabscontent{
width:528px;  
border-style:solid;
border-color:#999;     
border-width:0px 1px 1px 1px;
margin-bottom: 1em; padding: 5px;
} */

/*END shadetabs*/


