/* style_menu.css
 *
 * Stylsheet zur Formatierung der Menüpunkte des Hauptmenüs (mainmenu.php).
 *
 * Aktualisiert:  11.04.2006
 * Autor:         Markus Kreusch
 * Version:       2.3
 */


body {
  background-color:#a00c0c;
  background-image:url(design/logo_rot.png);
  background-position:center;
  background-repeat:no-repeat;
  margin:0px;
  
  width:100%;
  height:100%;
}

/*__________________________________________________________________________________________________________________________________*/
/*  Liste mit Menüpunkten:                                                                                                          */

#menulist {
  margin:0;
  padding:0;
  list-style-type:none;
}

/*__________________________________________________________________________________________________________________________________*/
/*  Standardformate der Menüpunkte:                                                                                                 */

.menuitem a {
  background-image:url(design/mmbg2.png);
}

.menuitem span {
  display:none;
}

/*____________________________________________________________________________________________________________________________________________*/
/*  Menüpunkte - Normal:                                                                                                                      */
/*                                                            x           y            w             h                           bx     by    */

/* Historie         */  a#item1  { position:absolute; left: 400px; top:  89px; width: 69px; height: 23px; background-position: -156px  -46px;}
/* Technik          */  a#item2  { position:absolute; left: 400px; top: 388px; width:115px; height: 23px; background-position:  -84px    0px;}
/* Aktive           */  a#item3  { position:absolute; left: 147px; top:  89px; width: 57px; height: 23px; background-position:    0px  -46px;}
/* Jugendfeuerwehr  */  a#item4  { position:absolute; left: 450px; top: 142px; width:144px; height: 23px; background-position: -658px    0px;}
/* Wissenswertes    */  a#item5  { position:absolute; left:  0px; top: 288px; width: 135px; height: 23px; background-position: -124px  -92px;}
/* Förderverein     */  a#item6  { position:absolute; left:  45px; top: 336px; width:113px; height: 23px; background-position: -401px    0px;}
/* Aktuelles        */  a#item7  { position:absolute; left: 261px; top:  54px; width: 84px; height: 23px; background-position:    0px    0px;}
/* Ausbildung       */  a#item8  { position:absolute; left:  55px; top: 142px; width: 99px; height: 23px; background-position:  -57px  -46px;}
/* Brandschutz      */  a#item9  { position:absolute; left:  22px; top: 194px; width:111px; height: 23px; background-position: -225px  -46px;}
/* Kiga und Schule  */  a#item10 { position:absolute; left: 475px; top: 194px; width:102px; height: 23px; background-position: -336px  -46px;}
/* Links            */  a#item11 { position:absolute; left: 450px; top: 336px; width: 48px; height: 23px; background-position: -514px    0px;}
/* Kontakt          */  a#item12 { position:absolute; left: 475px; top: 288px; width: 69px; height: 23px; background-position: -510px  -46px;}
/* Gesetze          */  a#item23 { position:absolute; left: 133px; top: 388px; width: 72px; height: 23px; background-position: -438px  -46px;}
/* Gästebuch        */  a#item36 { position:absolute; left: 480px; top: 239px; width: 76px; height: 23px; background-position: -579px  -46px;}
/* Einsätze         */  a#item37 { position:absolute; left:  31px; top: 239px; width: 96px; height: 23px; background-position: -562px    0px;}
/* Fotogalerie      */  a#item51  { position:absolute; left: 253px; top: 425px; width: 110px; height: 23px; background-position:   0px  -92px;}/**/



/*__________________________________________________________________________________________________________________________________*/
/*  Menüpunkte - Hover:                                                                                                             */
/*                                                            bx     by                                                             */

/* Historie        */  a#item1:hover { background-position: -156px  -69px;}
/* Löscheinheit    */  a#item2:hover { background-position:  -84px  -23px;}
/* Aktive          */  a#item3:hover { background-position:    0px  -69px;}
/* Jugendfeuerwehr */  a#item4:hover { background-position: -658px  -23px;}
/* Wissenswertes   */  a#item5:hover { background-position: -124px -113px;}
/* Förderverein    */  a#item6:hover { background-position: -401px  -23px;}
/* Aktuelles       */  a#item7:hover { background-position:    0px  -23px;}
/* Ausbildung      */  a#item8:hover { background-position:  -57px  -69px;}
/* Brandschutz     */  a#item9:hover { background-position: -225px  -69px;}
/* Kiga und Schule */ a#item10:hover { background-position: -336px  -69px;}
/* Links           */ a#item11:hover { background-position: -514px  -23px;}
/* Kontakt         */ a#item12:hover { background-position: -510px  -69px;}
/* Gesetze         */ a#item23:hover { background-position: -438px  -69px;}
/* Gästebuch       */ a#item36:hover { background-position: -579px  -69px;}
/* Einsätze        */ a#item37:hover { background-position: -562px  -23px;}
/* Fotogalerie     */ a#item51:hover { background-position:    0px  -113px;}


