body {
  background-color:rgb(246,246,246);
  background-image: url(../himage/header.jpg);
  background-repeat: no-repeat;	
  background-color: rgb(246,246,246);
  min-height:100%;
  min-width:100%;
}

.clsEyeCatContainer {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	border: 0px solid black;
	overflow: hidden;
	float: left;
	z-index: 0;
}


.clsLineContainer {
  background-color: rgb(58,152,120);
  width:100%;
  height:23px;
  text-align: center;
  clear:both;
  font-size: 1px;
  float:left;
  z-index: 1;
  position: absolute;
  bottom:0px;
}

.clsHeadConatiner {
  width: 100%;
  height: 83%;
  margin-left: 42px;
  font-size: 1px;
  position: absolute;
  float: left;
  border: 0px solid black;
}

.clsHDLogo {
  text-align: center;
  font-size:1px;
  cursor:hand;
  cursor:pointer;
}

.spalte {
  padding:0px; 
  text-align:right; 
  width:15%;
  float:left; 
  border:0px solid green;
  z-index: auto;
  overflow: hidden;
  font-size:1px;
  overflow: hidden;
  position:absolute;
}

.spalteB {
  padding:0px;
  text-align: right;
  width: 17%;
  float: left;
  border:0px solid green;
  z-index: auto;
  overflow: visible;
  font-size:1px;
  overflow: hidden;	
  position:absolute;  
  cursor: pointer;
  cursor: hand;  
}

/*
	filter:alpha(opacity=0);
   -moz-opacity:.0;
   opacity:.0;     
	-khtml-opacity:0.;

*/
/* bilder auf 30% abbelden */
.idImgDis {
 filter:alpha(opacity=30);
 -moz-opacity:0.3;
 opacity:0.3;     
 -khtml-opacity:0.3;
}
