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


#mfeld { 
background-image: url(gifs/side.jpg);
background-repeat: no-repeat; 
background-position: bottom;
background-color:#769AD4;
 }

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

 li.ww a {
text-decoration: none;
color: #210;
font-size: 0.9em;
display: block;
width: 170px;
height: 20px;
background: url(gifs/button.gif) no-repeat center left;
padding-top: 2;
border: 1px;
border-color:#000;
border-style:solid;
}

li.ww a:hover {
background: url(gifs/buttonb.gif) no-repeat center left; 
color : #fff;
}

li.nn a {
text-decoration : none;
color : #fff;
font-size: 0.9em;
display : block;
width: 170px;
height: 20px;
background: url(gifs/buttonb.gif) no-repeat center left;
padding-top: 2;
border: 1px;
border-color:#000;
border-style:solid;
}

li.nn a:hover {
background: url(gifs/buttonb.gif) no-repeat center left; color : #fff;
}


/* ######################  Menue OHNE Grafikbutton  ##########################  */
/*
li.ww a {
text-decoration : none;
color : #000;
font-size: 0.9em;
display : block;
width : 100%;
background-color : #9EEAF4;
padding : 2px 0;
border : 1px solid #222;
}

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


li.nn a {
text-decoration : none;
color : #fff;
font-size: 0.9em;
display : block;
width : 100%;
background-color : #000000;
padding : 2px 0;
border : 1px solid #222;
}

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







/* ######################  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;
}
