
#Seite	  {
		      float: left;
	          width:768px;
	          height:90%;	          
	          position: relative;
	          top: 0px;
	          left: 0px;

           }

#Bild	   {
		      float: left;
	          width: 768px;
	          height: 300px;
	          position: relative;
	          top: 0px;
	          left: 0px;
           }

#Bild img {
		    position: absolute;
		    width: 768px;
	        top: 0px;
		    left: 0px;
		  }