		/* CSS Document - alle fuer den Header Bereich mit eigenem Bild*/
/* Container fuer Gesamten Header */
/* 2006-06: teba */
/* 2006-11-27 */
/* header-bild-con-home ohne linke rahmen */
/* 2006-11-09 */
/* header-bild-con-home für 2-spaltigen Headerbereich angepasst */
/* rechts-home für 2-spaltigen Headerbereich angepasst */


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

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

.header-li-home {
 position:absolute;
 left:0px;
  width:11em;
  border:0px;
  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:0px;
  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-home {
  /* background-repeat:x-repeat; */ /*alt */
  background-repeat:no-repeat; /* neu */
  position:relative;
  /* margin: 0 0 0 11em; */ /* alt */
  margin: 0; /* neu */
  padding:0% 0% 0 0%;
  height:80px;
  background-image:url(/pic/teba_header.jpg);
  /* 2006-11-27 raus: border-left:3px solid #264468; */
  }

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

/* conatiner für Bild rechts */
.rechts-home {
  /* width:10%; */ /* alt */
  width:15%; /* neu */
  height:80px;
  float:right;
  background-color:#E3E8F0;
  /* margin:0 0.1% 0 0; */ /* alt */
  magin: 0; /* neu */
   }
   
  * html .rechts-home
{ /* fuer IE Win */
  /* margin:0 0.2% 0 0; */ /* alt */
  magin: 0; /* neu */
/* */
}  
   
	