/*
---------------------------------------

  BHC | Homepage-Layout
  Datenwerk GmbH - www.datenwerk.de

  author:   frank.hoesler@datenwerk.de

---------------------------------------
*/

@media all {

	body {
		background: #ededed url('/images/bhc/layout/home_body_bg.gif') repeat-x 0px 0px;
	}

  #page {
	width: 1008px;
	margin: 0px auto;
    position: relative;
	}

  /* Inhaltsspalten */
  #col1 {
	width: 498px;
  }
  #col1_content {
  	padding-left: 13px;
  }

  #col3 {
	margin: 0px 0px 0px 513px;
  }

	#homepage .content-box .two-equal-cols {
	width: 470px !important;
	min-height: 480px;
	height: auto !important;
	height: 480px;
	padding: 6px 5px 20px 5px !important;
	}

  /* hide #col2 */
  #col2, #col2_content {
  display:none
  }

	/* Elemente die es so nur auf der Home gibt */

	#homepage .content-box .two-equal-cols .home-list-head {
  height: 90px;
	padding:95px 220px 5px 5px;
	position:relative;
	width:245px;
	}	
	#homepage .content-box .two-equal-cols .home-list-head h2 {
	font-weight: normal;
	font-size: 12px;
	color: #444;
	}
	#homepage .content-box .two-equal-cols .build-head {
	background: url('/images/bhc/layout/i18n/de_DE/home_werkerlist_bg.jpg') no-repeat 0px 0px;
	}
	#homepage .content-box .two-equal-cols .deko-head {
	background: url('/images/bhc/layout/i18n/de_DE/home_dekolist_bg.jpg') no-repeat 0px 0px;
	}

	#homepage .content-box .two-equal-cols div.headline {
	font-size: 18px;
	font-weight: bold;
	color: #444;
    padding-bottom: 10px;
	}

    #homepage .content-box .two-equal-cols div.item-heading {
        max-height: 29px;
        overflow: hidden;
        padding-bottom: 5px;
	}
        
	#homepage .teaser_stager_postits {
		padding-left: 15px;
	}

    #site-description {
        margin-top: 10px;
        padding: 10px 9px 9px;
        margin-bottom:-305px; 
        position: absolute;
        bottom: 0;
        color:#AAA;
        font-size:11px;
        line-height:15px;
        border-top: 1px solid rgb(197, 197, 197);
    }

    #site-description h1, #site-description h2 {
        font-size:11px !important;
        text-transform: none;
        font-weight: bold;
        padding-bottom:3px;
    }

    #site-description a, #site-description a:visited {
        font-weight: bold;
        color: #AAA;
    }

}

