/*
Layout Name: Holl Flachdachbau
Version: 1.0
Date: 20-januar-2010
Author: Claudia Elbert
Author URI: http://claudia-elbert.de
*/
  
/*************** layout *************************************/

  *html #page{
    position: relative;
    background-color: #ffffff; 
    overflow: hidden; 
    width: 1020px; 
    height: 798px; 
    margin: 0px auto;
    text-align: left;
    padding: 14px 30px 14px 30px;
  }
  
  *html .news-item{
    width: 227px;
    /*height: 69px;*/
    /*margin-bottom: 2px;*/
    border-bottom: 2px solid white;
    padding: 8px 10px 8px 10px;
    background: #f2f2f2 url(../gfx/Pfeil_hellgrau.png) no-repeat 209px 59px;
   
  }
  
  *html #content-default{
    padding: 0px 0px 0px 9px;
    height: 236px;
  }
  
  *+html #content-default{
    padding: 0px 0px 0px 9px;
    height: 236px;
  }
  
  *html #content-default-news{
    padding: 0px 0px 0px 0px;
    height: 253px;
  }
  
  *+html #content-default-news{
    padding: 0px 0px 0px 0px;
    height: 253px;
  }
  
  *html #content-2subheadlines{
    padding: 0px 0px 0px 9px;
    height: 253px;
  }
  
  *+html #content-2subheadlines{
    padding: 0px 0px 0px 9px;
    height: 253px;
  }
  
  *html #content-1subheadlines{
    padding: 0px 0px 0px 9px;
    height: 271px;
  }
  
  *+html #content-1subheadlines{
    padding: 0px 0px 0px 9px;
    height: 271px;
  }
  
  *html #content-no-subheadlines{
    padding: 0px 0px 0px 9px;
    height: 287px;
  }
  
  *+html #content-no-subheadlines{
    padding: 0px 0px 0px 9px;
    height: 287px;
  }
  
/*************** footer *************************************/
 * html #footer p{
    font-size: 10px;
    color: #808080;
    float: right;
    margin: 15px 150px 0px 0px;
  }
