/* Home
--------------------- */
#breadcrumb {
	display: none;
	}
    

/* TEASER 
------------------------*/
#home-teaser{
    bottom: 0;
    overflow: hidden;
    position: absolute !important;
    text-align: center;
    width: 100%;
    z-index: 10;
    }
    
    #home-teaser .teaser-item{
        position: absolute !important;
        width: 960px;
        height: 190px;
        display: block;
        width: 100%;
        top: 0px;
        }
    
    
 /* CONTENT
 -----------------------*/
#content-main{
    background: none;
    border: none;
    padding: 15px 0;
    width: 940px;
    
    -moz-box-shadow:   none;
    -webkit-box-shadow: none;
    box-shadow:         none;
    }

    #content-main section{
        width: 940px;
        }
