/* Hintergrundbild Layout2 
body {background-image: url("hg_bilder/#"); background-position: center 100px; background-repeat: no-repeat;} */

/* Hintergrund Header Layout2 allgemein */
#umschlag {background: url("hg_bilder/foto_31.jpg") repeat-x top; background-color: #FFFFFF;}

/*********************************/
/* iPad und aehnliche (hochkant) */
/*********************************/
@media only screen and (max-width: 768px) {    
html {background-image: none;}
}
                       
/*****************************/
/* iPhone und aehnliche      */
/*****************************/
@media only screen and (max-width: 480px) {
html {background-image: none;}
}                