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

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

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

#inh-re .bild {
    background-image: url(../bilder/inhalt/leistung.jpg);
}

/* img#ruby-logo { border-width:0px }
   img#ruby-logo { border-width:0px; margin:3px }
   a img#ruby-logo:hover { border-width:2px; margin:1px; border-color:#B020FF }
   a img#ruby-logo:focus { border-width:2px; margin:1px; border-color:#D020FF } */


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

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


}