#newsletterForm h1  {
 position:absolute;
 top:80px;
 left:12px;
 font-size:24px;
 font-weight:normal;
 line-height:24px;
 margin:0;
}

#newsletterForm #content  { padding-top:130px;}

#newsAbo { 
  float:left; 
  margin-right:15px;
}

#info {
  float:left;
}

#info p{
  padding-right:5px;
}

/* Mindesthoehe, damit Box in's Raster passt */
/* Mindesthoehe bei boxContent angeben, da sonst Abschluss der Box nicht stimmt */
#newsAbo div.boxContent, #info div.boxContent { min-height:145px; }
* html  #newsAbo div.boxContent, #info div.boxContent { height:145px; } /* fuer IE 6 */
*:first-child+html #newsAbo div.boxContent, #info div.boxContent { height:145px; } /* fuer IE7 */


