﻿  *
  {
    margin: 0;
    padding: 0;
  }
  
  html, body
  {
    height: 100%;
  }
  
  .layoutAreaWrapper
  {
    width: 980px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -250px;
  	*margin-bottom: 0px;
  }
  /* Safari-Hack */
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    .layoutAreaWrapper
    {
      margin-bottom: 0px;
    }
  }
  
  .layoutAreaHeader
  {
    height: 60px;
    background: url('/App_Themes/bilderMAXX/img/pageHeader.png') no-repeat center center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .layoutAreaHeaderNavigation
  {
    position: relative;
    height: 180px;
    margin-bottom: 10px;
  }

  .layoutAreaContentLeft
  {
  	width: 750px;
  	margin-right: 10px;
  	* overflow: hidden;
  	padding-bottom: 10px;
  	float:left;
  }

  .layoutAreaContentRight
  {
    width:220px;
  	padding-bottom: 10px;
    float:left;
  }

  .layoutAreaFooter 
  {
  	font-size: 0.85em;
  	width: 980px;
    height: 220px;
    margin: 0 auto -250px;
    clear: both;
    background: url('/App_Themes/bilderMAXX/img/pageFooterHeadline.png') no-repeat;
  }

