/* DIV H1 */
div#h1 h1.home { background: url(img/h1_home.png) no-repeat; display:block; width:500px; height:125px; }
div#h1 h1.gallery { background: url(img/h1_gallery.png) no-repeat; display:block; width:500px; height:125px; }
div#h1 h1.cv { background: url(img/h1_cv.png) no-repeat; display:block; width:500px; height:125px; }
div#h1 h1.guestbook { background: url(img/h1_guestbook.png) no-repeat; display:block; width:500px; height:125px; }
div#h1 h1.contact { background: url(img/h1_contact.png) no-repeat; display:block; width:500px; height:125px; }
div#h1 h1.legal { background: url(img/h1_legal.png) no-repeat; display:block; width:500px; height:125px; }
div#h1 h1.admin { background: url(img/h1_admin.png) no-repeat; display:block; width:500px; height:125px; }
div#h1 h1.siteplan { background: url(img/h1_site_plan.png) no-repeat; display:block; width:500px; height:125px; }


/* DIV LEFT */
div#left ul.rub li#rub_home a { background: url(img/rub_home.png) no-repeat top left;}
div#left ul.rub li#rub_home a:hover { background-position:  top right;}

div#left ul.rub li#rub_gallery a { background: url(img/rub_gallery.png) no-repeat top left;}
div#left ul.rub li#rub_gallery a:hover { background-position:  top right;}

div#left ul.rub li#rub_cv a { background: url(img/rub_cv.png) no-repeat top left;}
div#left ul.rub li#rub_cv a:hover { background: url(img/rub_cv.png) no-repeat  top right;}

div#left ul.rub li#rub_guestbook a { background: url(img/rub_guestbook.png) no-repeat top left;}
div#left ul.rub li#rub_guestbook a:hover { background-position: top right;}

div#left ul.rub li#rub_contact a { background: url(img/rub_contact.png) no-repeat top left;}
div#left ul.rub li#rub_contact a:hover { background-position:  top right;}
