
/************************************************************************************************************************
                                           CONTAINER
*************************************************************************************************************************/	   

#gesamtcontainer {
	   position:absolute; /**damit height funktioniert und Titel fixiert werden kann*/
	   height:100%;
	   /** Hintergrundmuster+Farbe, weil durch ie-Anpasssung ein Sichtfenster entsteht*/
	   background-image: url(../../img/ltbasis/BackWeiss1px.jpg);
	   background-repeat: repeat;
	   background-color:#ffffff;    /**Variante graugrün: #b7b9ae;*/
	   
	   /** Zentrieren im Gesamtfenster:*/
	   left:50%; 
	   top:0px;  
	   width:828px;
	   margin-left:-414px;
	   margin-bottom:0px;
	   margin-top:0px;
	   margin-right:0px;
	   padding:0px;
	   }	   
/*******************  Kopfzeile *****************************/  	   

#kopfzeile {   
	position:absolute;
	height:50px;            
	background-color: #FFFFFF;  /**Variante graugrün:#b7b9ae;*/
	margin:0px;
	padding-bottom:20px;
	padding-top:60px;
	border-bottom-style:solid;
	border-bottom-color:#900000;
	border-bottom-width: 2px;
	width:828px;
	z-index:2;
		 /** border-style:solid;
	  border-color:#000000;
	  border-width:1px;*/
    } 
	  	  
	  

/*******************  Menü *****************************/  
	   
#menubox {  
	  float:left;
	  position: absolute;
	  width:142px;
	  top:135px; /** logisch wären 132 px, aber beim ie verschwindet dann der rote Border */
	  
	  /**background-image:url(../img/Backmenu.jpg); 
	  background-repeat: repeat-y;*/
	  background-color:#ffffff;
	  
	  margin:0px;
	  padding-right: 0px; /** padding 10: ie füllt den Abstand nicht! */
	  padding-left: 0px;
	  padding-top:0px;
	  padding-bottom:0px;
	  height:100%;
	  min-height:100%;
	  z-index:2;
	  }



/******************* Inhalt *****************************/         

#inhaltsbox {
	  position:relative;
      float:right;
	  width:686px;
	  height:auto;
	  min-height:100%;
      top:132px;    /** 135? logisch wären 132 px, aber beim ie verschwindet dann der rote Border */
	  background-image:url(../../img/ltbasis/BackAction.jpg);
	  background-repeat: repeat-y;
	  background-color:#dbdcd3;
	  margin:0px;
	  padding:0px;
	  z-index:3;
	  /**border-style:solid;
	  border-color:#000000;
	  border-width:1px;*/
	 }

/** Danmit ie<7 auch die height auto interpretiert: */	 
* html #inhaltsbox {
      height:100%;
      }
	 
.hauptimg {
      position:absolute;
      left:497px;/*557*/
	  top:-23px;
	  z-index:5;
	 }

