html  {
  height:100%;
}


body 	{ 
          padding:0; margin:0; 
          font-family: arial, helvetica, sans-serif; 
          font-size: 0.8em;   
          height:100%;
          text-align:center;
        }


#distance 
        {		
          width:200px;
          height:50%;
          margin-bottom:-268px; /* half of container's height */
          float:left;                    	
        }   


#container-startseite    { 
                width:946px; height: 527px; 
                margin:0px;
                background-color: white;
           		margin:0 auto;
           		border: 0px solid black;
              	position:relative; /* puts container in front of distance */
       			clear:left;
              }






#top-area-startseite {
	background-color: white;	
	border-bottom: 16px solid white;
	position: fixed;
	width: 946px;
	height: 225px;
	clear: left;
	clear: right;
}


#logo         {
                position: absolute;
                top: 24px; left: 84px;                
              }

#flash-area   {
                position: absolute;
                top: 1px; left: 269px;
                width: 305px; height: 205px;
              }


#variable-content-startseite {
	padding-top: 242px;
	background-color: white;
}

#content-pic-startseite { 
                position: relative;
                top: -17px; left: 1px;
                width: 574px; height: 275px;
                background-color: white;
              }



#content-normal-outer-startseite   {
                        position: absolute;
                        top: 251px; left: 559px;
                        width: 396px; height: 230px;
                        overflow: auto;
                      }              

#content-normal-inner-startseite  {
                        padding: 0px 28px 0px 32px;   
                        text-align: left;                     
                      }

#content-pic-startseite-rest {
	position: absolute; 
	right: 1px;
}

#content-highlights-wrap {
	position: absolute;
	left: 0px;
}


