/* CSS Document */

#header {
	float:left;
	background-image: url(../images_tabs/tabgrenze_gruen.gif);
	width:100%;
	font-size:11px;
	line-height:normal;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: bottom;
  }
  
#header ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
  
#header li {
  float:left;
  background:url(../images_tabs/gruen_li_off.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
  
#header a {
  float:left;
  display:block;
  background:url(../images_tabs/gruen_re_off.gif) no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  }
  
  /* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
  
#header a, #header strong, #header span {
  display:block;
  background:url(../images_tabs/gruen_re_off.gif) no-repeat right top;
  padding:5px 15px 4px 6px;
  }
  
#header #current {
  background-image:url(../images_tabs/gruen_li_on.gif);
  }
  
#header #current a {
  background-image:url(../images_tabs/gruen_re_on.gif);
  padding-bottom:5px;
  color:#b41621
  }
.tabkasten {
	height: 50px;
	width: 590px;
	position: absolute;
	visibility: visible;
	z-index: 20;
	left: 270px;
	top: 250px;
	right: 270px;
}
.tabkasten2 {
	height: 25px;
	width: 450px;
	position: absolute;
	visibility: visible;
	z-index: 19;
	left: 270px;
	top: 274px;
	right: 270px;
	}
