@charset "UTF-8";

@media screen, projection
{
    /***************************************************************************
     *
     *      Projekt:    wie gut bist du
     *
     *      Datei:      startseite.css
     *
     *
     *      ------------------------------------------------------------
     *
     *      1.  Entfernt den grauen Hintergrund
     *
     **************************************************************************/
     
     
     /**************************************************************************
      *
      *     1.  Entfernt den grauen Hintergrund
      *
      *************************************************************************/
	
	#col3 .content_header{
    	background-image:none;
        height:0px;
        margin-top:0px;
    }
    #col3 .content{
    	background-image:none;
        margin-top:1px;
        margin-left:5px;
        padding-right:0px;
        padding-bottom:0px;
    }
    #col3 .content_bottom{
    	background-image:none;
        height:0px;
        display:none;
    }
	#main { 
        background-image:none;
    }
	#footer { 
        background-image:none;
        display:none;
    }
	
	
	
	
	
	
	
	
}
