/* tabs für Titelseite*/ 
   
   
   #tabwrap {      
      width: 258px;
      font-size: 11px;
      margin: 3em auto; }
   .tabbed-box {
      width: 252px;
      background: #fff url(../images/tabbed-body-bg.jpg) repeat-x bottom;
      border: 1px solid #ddd; }
   .tabbed-box .tabs li {
      list-style: none;
      float: left; }
   .tabbed-box .tabs li a {
      display: block;
      width: 83px;
      padding: 5px 0;
      font-weight: bold;
	  font-size:10px;
      text-align: center;
      text-decoration: none;
      color: #888;
      background: #fff url(../images/tabbed-tab-bg.jpg) repeat-x bottom; 
      border-left: 1px solid #ddd;
      border-bottom: 1px solid #ddd;}
   .tabbed-box .tabs li:first-child a {
      border-left: none; }
   .tabbed-box .tabs li a:hover {
      color: #333; }
   .tabbed-box .tabs li a:focus {
      outline: none; }
   .tabbed-box .tabs li a.active {
      text-align:left;
	  text-indent:10px;
      background: #fff;
      color: #333;
      border-bottom: 1px solid #fff; }
   .tabbed-content p {margin:0; padding-top:5px; }
   .tabbed-content {
	  font-size:11px;
	  font-family: Verdana, Arial, Sans-Serif;
      padding: 0em 1em 1em 1em;
      display: none; }