html {
    width: auto;
}
/******************************* Tipps****************************************/

#bild {
    float: right;
    margin-right: -90px;   /*bilabstand seite */
    margin-top: -800px;     /*bildabstand oben */
    
}

/******************************* Überschriften *******************************/

h4 {
    text-align: center;
}

h5 {
    text-align:center;
    margin-top: -15px;
    font-size: 25px;
    font-family: Arial, sans-serif;
    
}

/***************************** Bereiche **************************************/
#zutaten {
    height: auto;
    width: 400px;
    background-color: #999999;
    color: #000000;
    margin-top: 20px;
    margin-left: 50px;
    margin-right: auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    text-align: left;
}


                /***********************************************/

#kuechengeraete {
    height: auto;
    width: 400px;
    background-color: #ff9999;
    color:#000000;
    margin-top: 20px;
    margin-left: 50px;
    margin-right: auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    text-align: left;
}

                     /*********************************************/
#zubereitung {
    height: auto;
    width: 400px;
    background-color: #ffff66;
    color: #000000;
    margin-top: 20px;
    margin-left: 50px;
    margin-right: auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    text-align: left;
}   

                    /*********************************************/
#tipp {
    height: auto;
    width: 400px;
    background-color:#ffd4aa;
    color: #000000;
    margin-top: 20px;
    margin-left: 50px;
    margin-right: auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    text-align: left;
}         

#footer {
    margin-top: auto;
}

#wrapper {
    height: auto;
}

#content {
    height: auto;
}

    #nav a:hover, #nav a:focus {
     background-color: #dccbac;
     color: #000000;
     border-left-width: 6px;
     border-left-style: solid;
     border-left-color: #ada189;
     border-right-width: 6px;
     border-right-style: solid;
     border-right-color: #ada189;
     font-weight: bold;
}

#druck {
   border-top-left-radius: 8px;
   border-top-right-radius: 8px;
   border-bottom-left-radius: 8px;
   border-bottom-right-radius: 8p;
   margin-top: 15px;
}




@media only screen and (max-width: 45em) {
    
#zutaten {
    height: auto;
    width: 220px;
    background-color: 999999;
    color: #000000;
    margin-top: 20px;
	margin-left: -120px;
    text-align: center; 
}
   
     
     
	 
#kuechengeraete {
    height: auto;
    width: 200px;
    background-color: #ff9999;
    color:#000000;
    margin-top: 20px;
    margin-left: -120px;
    margin-right: auto;
    text-align: center;
}

#zubereitung {
    height: auto;
    width: 200px;
    background-color: #ffff66;
    color: #000000;
    margin-top: 20px;
    margin-left: -120px;
    margin-right: auto;
    text-align: center;}
	
#tipp {
    height: auto;
    width: 200px;
    background-color:#ffd4aa;
    color: #000000;
    margin-top: 20px;
    margin-left: -120px;
    margin-right: auto;
    text-align: center;
    }
	 
    #wrapper {
        width: 100%;
    }
	 
	 #header, body {
	 width:100%;
	 }
    
    body {
        text-align: center;
    }
    	 
aside {
    display: none;
}	 
}	 
	 
	 
	 