/* 
   CSS Document for Rehm
   05.03.09
   Malte Beckers
*/

/* Import CSS */
@import "header.css";       /* Header, HeaderMenu, Teaserimage with Logo */
@import "content.css";      /* Content, ContentMenu */
@import "pagetypes.css";    /* Pagetypes, Backgrounds */

@import "home.css";         /* Homepage specials */
@import "producthome.css";  /* Product Startpage specials */

body {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#000000;
  margin:0;
  padding:0;
  background:#FF8029 url(../img/bg_body.jpg) left top repeat-x;
}

div#pageWrapper {  /* shadow PNG */
  width:941px;
  height:712px;
  overflow:hidden;
  margin:20px auto;
  padding:7px 23px 27px 11px;
  background-image:url(../img/bg_shadow.jpg);
  background-position:left top;
  background-repeat:no-repeat;
}

/* Footer */
div#pageFooter {
  width:941px;
  height:19px;
  position:absolute;
  left:0;
  top:498px;
  background-image:url(../img/bg_footer.gif);
  background-position:left bottom;
  background-repeat:no-repeat;
}
