/* menue.css*/

/* ######################  Menue  ##########################  */

#mfeld { 
background-image:url(gifs/menubg.gif);
background-position:top left;
background-repeat: repeat-x;
border-right: solid 1px #000;
background-color:#FFFFFF;
 }
 
#mfeld_unten{ 
border-right: solid 1px #000;
background-color:#FFFFFF;
 }
  
/* ######################  Menue  ##########################  */

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

li#ww {
width : 170px;
margin : 2px;
/*float :left;*/
text-align : center;
}

li#nn {
width : 170px;
margin : 2px;
/*float :left;*/
text-align : center;
}


/* ######################  Menue MIT Grafikbutton  ##########################  */

 li#ww a {
text-decoration: none;
color: #fff;
font-size: 0.9em;
display: block;
width: 170px;
height: 20px;
background: url(gifs/button.gif) repeat-x;
padding: 2px 0 0 0;
margin: 2px 0 0 0;
border : 1px solid #fff;
}

li#ww a:hover {
background: url(gifs/buttonb.gif) repeat-x;
}

li#nn a {
text-decoration : none;
color : #fff;
font-size: 0.9em;
display : block;
width: 170px;
height: 20px;
background: url(gifs/button.gif)  repeat-x;
padding: 2px 0 0 0;
margin: 2px 0 0 0;
border : 1px solid #fff;
}

li#nn a:hover {
background: url(gifs/buttonb.gif)  repeat-x;
}


/* ######################  Menue OHNE Grafikbutton  ##########################  */
/*
li#ww a {
text-decoration : none;
color : #000;
font-size: 12px;
display : block;
width : 100%;
background-color : #9EEAF4;
padding : 4px 0;
border : 1px solid #222;
text-align: left;
text-indent:10px;
}

li#ww a:hover {
background-color : #ffffcc;
}

li#nn a {
text-decoration : none;
color : #fff;
font-size: 12px;
display : block;
width : 100%;
background-color : #000000;
padding : 4px 0;
border : 1px solid #222;
text-align: left;
text-indent:10px;
}

li#nn a:hover {
background-color : #9EEAF4;
color : #000;
}

*/


