		/* CSS Document - alle fuer den Header Bereich mit eigenem Bild*/

/* Container fuer Gesamten Header */

.header-ges {
  width:100%;
  float:left;
  margin:0px;
  padding:0px;
  background-color:#EAF1F4;
}

/*container fuer Header-Bereich links  - Logo */

.header-li-home {
  position:absolute;
  left:0px;
  width:11em;
  border:0;
  margin:0;
  padding: 10px 0px 0 10px;
  background-color:#FFFFFF;
  color: #000000;
  font-weight:bold;
  font-size:95%;
  height:79px;

  
}

/*container fuer Header-Bereich links  - Logo */

.header-li {
  position:absolute;
  left:0px;
  width:11em;
  border:0;
  margin:0;
  padding: 10px 0px 0 10px;
  background-color:#FFFFFF;
  color: #000000;
  font-weight:bold;
  font-size:95%;
  height:50px;
}




/*container fuer Header-Bereich  - Bild */

.header-bild-con {
 position:relative;
  margin: 0 0% 0 11em;
  padding:0% 0% 0 0%;
  height:50px;
  border-left:3px solid #264468 ;
  }
  
  /*container fuer Header-Bereich  - Bild */

.header-bild-con-home {
  background-repeat:x-repeat;
  position:relative;
  margin: 0 0 0 11em;
  padding:0% 0% 0 0%;
  height:80px;
  background-image:url(/pic/hbuinfo_header.gif);
  border-left:3px solid #264468 ;


  }

  * html .header-bild-con-home
{ /* fuer IE Win */
  margin: 0 0% 0 11em;

/* */
}  
  
/*EC 01*/




.header-bild-con-allgem {
 position:absolute;
  margin: 0 0% 0 22%;
  padding:0% 0% 0 0%;
  height:80px;
  background-image:url(/pic/hbuinfo_header.gif);
  border-left:3px solid #264468 ;
  background-repeat:no-repeat;
  }

  * html.header-bild-con-allgem
{ /* fuer IE Win */
  margin: 0 0% 0 19.5%;
/* */
}  




  
/* conatiner fuer Bild links */

.bild-links {
  height:50px;
  background-image:url(/pic/hbuinfo_header.gif);
  background-repeat:no-repeat;
  float:none;
  border-top: 0px;
  border-right:0px; 
  border-bottom: 0px;
  border-left:3px solid #F36400;
  margin:0 0 0 22%;
  padding:0;
} 

/* conatiner fuer Bild links */

.bild-links-home {
  height:80px;
  background-image:url(/pic/hbuinfo_header.gif);
  background-repeat:no-repeat;
  float:none;
  border-top: 0px;
  border-right:0px; 
  border-bottom: 0px;
  border-left:3px solid #F36400;
  margin:0 0 0 22%;
  padding:0;
} 


 

/* conatiner für Bild rechts */
.rechts-home {
  width:8.5em;
  height:80px;
  float:right;
  text-align:right;
  margin:0 0.1% 0 0;
  padding:0 0 0 0;
   }
   
  * html .rechts-home
{ /* fuer IE Win */
  margin:0 0.2% 0 0;
  width:8.0em

/* */
}  
   
   
/* conatiner für Bild rechts */
.rechts-alle {
  width:10%;
  height:50px;
  float:right;
  background-color:#9fbfdb;
  margin:0 0.1% 0 0;
   }
   
  * html .rechts-alle
{ /* fuer IE Win */
  margin:0 0.2% 0 0;

/* */
}  

	