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

#requestCatalog #feedback h3 {
 font-size:18px;
 font-weight:normal;
 color:#555;
}

* html #requestCatalog #feedback h3 {
 padding-top:20px;
}

:first-child+html #requestCatalog #feedback h3 {
 padding-top:20px;
}

#requestCatalog #right, #requestCatalog #content { 
 /* padding-top:130px; */
 padding-top:45px;
}

#requestCatalog form { float:left;}

#requestCatalog #content  #container { 
  width:184px;
  float:left; 
  margin-right:15px; 
}

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

#requestCatalog #content #feedback {
  width:470px;
  height:241px;
}

* html #requestCatalog #content #feedback {
   width:270px;
} /* fuer IE 6 */
:first-child+html #requestCatalog #content #feedback {
   width:270px;
} /* fuer IE 7 */


* html #requestCatalog #feedback a.btn {
   margin:54px 0 0 0;
}
:first-child+html #requestCatalog #feedback a.btn {
   margin:54px 0 0 0;
}

