h3, .h3 {
    color:white;
}

.arzt { 
    /* https://www.mediaevent.de/css/background-image-mehrere.html
    background-image: url("oberes Bild"), url("unteres Bild"); */
    
    background-image: url("../images/arzt.png"), url("../images/colors/bg_menu_red.png");
    background-repeat: no-repeat, repeat-x;
    background-position-x: right ;
}
.wetter { 
    background-image: url("../images/wetter.png"), url("../images/colors/bg_menu_olive.png");
    background-repeat: no-repeat, repeat-x;
    background-position-x: right ;
}
.terminkalender { 
    background-image: url("../images/termine.png"), url("../images/colors/bg_menu_yellow.png");
    background-repeat: no-repeat, repeat-x;
    background-position-x: right ;
}
/*
.impressum { 
    background-image: url("../images/impressum.png"), url("../images/colors/bg_menu_ocean.png");
    background-repeat: no-repeat, repeat-x;
    background-position-x: right ;
}
.wartung { 
    background-image: url("../images/arzt.png"), url("../images/colors/bg_menu_red.png");
    background-repeat: no-repeat, repeat-x;
    background-position-x: right ;
}



.wartung { 
    background-image: url("../images/wartung.png"), url("../images/colors/bg_menu_rose.png");
    background-repeat: no-repeat, repeat-x;
    background-position-x: right ;
}
*/

/*
.new { background: url("../images/new.png") no-repeat scroll 0 0 !important; float: right; height: 40px; margin-right: 20px; margin-top: -35px; width: 38px; z-index: 1; }
.hot { background: url("../images/hot.png") no-repeat scroll 0 0 !important; float: right; height: 40px; margin-right: 20px; margin-top: -35px; width: 38px; z-index: 1; }
.top { background: url("../images/top.png") no-repeat scroll 0 0 !important; float: right; height: 40px; margin-right: 20px; margin-top: -35px; width: 38px; z-index: 1; }
.free { background: url("../images/free.png") no-repeat scroll 0 0 !important; float: right; height: 40px; margin-right: 20px; margin-top: -35px; width: 38px; z-index: 1; }
.arzt { background: url("../images/arzt.png") no-repeat scroll 0 0 !important; float: right; height: 40px; margin-right: 20px; margin-top: -35px; width: 38px; z-index: 1; }
.impressum { background: url("../images/impressum.png") no-repeat scroll 0 0 !important; float: right; height: 40px; margin-right: 20px; margin-top: -35px; width: 38px; z-index: 1; }
.wartung { background: url("../images/wartung.png") no-repeat scroll 0 0 !important; float: right; height: 40px; margin-right: 20px; margin-top: -35px; width: 38px; z-index: 1; }
.termine { background: url("../images/termine.png") no-repeat scroll 0 0 !important; float: right; height: 40px; margin-right: 20px; margin-top: -35px; width: 38px; z-index: 1; }
.wetter { background: url("../images/wetter.png") no-repeat scroll 0 0 !important; float: right; height: 40px; margin-right: 20px; margin-top: -35px; width: 38px; z-index: 1; }
*/
/*
.mod_green { background: url("../images/colors/bg_menu_green.png") repeat-x scroll 0 -10px !important; border-radius: 5px 5px 0 0;  }
.mod_red { background: url("../images/colors/bg_menu_red.png") repeat-x scroll 0 -10px !important; border-radius: 5px 5px 0 0;  }
.mod_olive { background: url("../images/colors/bg_menu_olive.png") repeat-x scroll 0 -10px !important; border-radius: 5px 5px 0 0;  }
.mod_ocean { background: url("../images/colors/bg_menu_ocean.png") repeat-x scroll 0 -10px !important; border-radius: 5px 5px 0 0;  }
.mod_rose { background: url("../images/colors/bg_menu_rose.png") repeat-x scroll 0 -10px !important; border-radius: 5px 5px 0 0;  }
.mod_turqoise { background: url("../images/colors/bg_menu_turqoise.png") repeat-x scroll 0 -10px !important; border-radius: 5px 5px 0 0;  }
.mod_yellow { background: url("../images/colors/bg_menu_yellow.png") repeat-x scroll 0 -10px !important; border-radius: 5px 5px 0 0;  }
*/
