*  {
      margin:0;
      padding:0;
   }


html, body {
	     background-color: #fff;
	     background-attachment: fixed;
	     height:100%;
	  }


#pagewidth {

	     height:50%;
	     margin-bottom:-321px; /* half of container's height */
	     float:left;
	  }


#content {
           position: relative;
           background: url(./aktuelles.jpg) no-repeat;
	  margin:0 auto;
	  height:642px;
	  width:1024px;
           clear:left;
	  border:0px solid #fff; /*zur grösse dazuzählen sonst stimmt's nicht */

	}
