/* CSS Document -*- coding: utf-8-unix -*- */

body{
    background: url(../bilder/design/hgr_projekte.jpg) no-repeat;
}

.bild {
    background-image: url(../bilder/inhalt/projekte.jpg);
}


@media screen and (max-width: 800px) {

body{
	background:url(../bilder/design/hgr_projekte_m.jpg) no-repeat;
}


}