/* ===== MENU SPECIFIC FORMATS -- für den linken Navigationsbar gebraucht ====== */

body  { background-image:url(../images/hintergrund2.jpg);background-repeat:repeat-y }

.title
      { position: absolute; left: 5px; width: 180px; height: 30px; visibility: visible; z-index: 10; }

.submenu
      { position: absolute; left: 20px; width: 150px; visibility: hidden; z-index: 2;  }
.logo { font-size: 9px; font-family: verdana, helvetica, sans-serif; position: absolute; z-index: 1; left: 30px; width: 120px }
.background    { }

.menu1 { font-weight: bold; font-size: 12px; font-family: verdana, helvetica, sans-serif;} 
.menu2 { font-size: 9px; font-family: verdana, helvetica, sans-serif; } 

/* a.menu1:link    { color: #444; text-decoration:none; } */
/* a.menu1:visited { color: #444; text-decoration:none; } */
/* a.menu1:hover   { color: #444; text-decoration:none; } */
/* a.menu1:active  { color: #444; text-decoration:none; } */

/* a.menu2:link    { color: #444; text-decoration:none; } */
/* a.menu2:visited { color: #444; text-decoration:none; } */
/* a.menu2:hover   { color: #444; text-decoration:none; } */
/* a.menu2:active  { color: #444; text-decoration:none; } */

a.menu1:link    { color: #444444; text-decoration:none; }
a.menu1:visited { color: #444444; text-decoration:none; }
a.menu1:hover   { color: #444444; text-decoration:none; font-weight:lighter;  }
a.menu1:active  { color: #444444; text-decoration:none; }

a.menu2:link    { color: #444444; text-decoration:none; }
a.menu2:visited { color: #444444; text-decoration:none; }
a.menu2:hover   { color: #444444; text-decoration:none; font-weight:bold; }
a.menu2:active  { color: #444444; text-decoration:none; font-weight:bold; }


/* <LINK href="../style/menu.css" type=text/css rel=stylesheet> */