/* ######################  Menue  ##########################  */

ul#me {
list-style-type : none;
margin : 0;
padding: 0;
}

li#ww {
width : 170px;
height: 25px;
margin : 2px;
/*float :left;*/
text-align : left;
text-indent: 20px;
}

li#nn {
width : 170px;
height: 25px;
margin : 2px;
/*float :left;*/
text-align : left;
text-indent: 20px;
}

ul#meunter {
list-style-type : none;
margin : 0 0 12px 0;
padding: 0;
}

ul#meunter li#ww {
width : 170px;
margin : 2px;
/*float :left;*/
text-align : left;
text-indent: 50px;
}

ul#meunter li#nn {
width : 170px;
margin : 2px;
/*float :left;*/
text-align : left;
text-indent: 50px;
}


/* ######################  Menue  ##########################  */


#mfeld { 
background: #612D0E;
 }

/* ######################  Menue MIT Grafikbutton  ##########################  */
/*
 li#ww a {
text-decoration: none;
color: #333333;
font-size: 12px;
display: block;
width: 170px;
height: 25px;
background: url(gifs/button.gif) no-repeat;
background-position: center left;
padding-top: 4px;
border: 0;
}

li#ww a:hover {
background: url(gifs/button.gif) no-repeat;
background-position: center right;
padding-top: 4px;
}

li#nn a {
text-decoration : none;
color : #333333;
font-size: 12px;
display : block;
width: 170px;
height: 25px;
background: url(gifs/buttonb.gif) no-repeat;
background-position: center left;
padding-top: 4px;
border : 0;
}

li#nn a:hover {
background: url(gifs/buttonb.gif) no-repeat;
background-position: center right;
padding-top: 4px;
}


/*
/* ######################  Menue OHNE Grafikbutton  ##########################  */



li#ww a {
text-decoration : none;
color : #E1CCA3;
font-size: 12px;
display : block;
width : 100%;
background-color : #612D0E;
padding : 2px 0;
border : 1px solid #E1CCA3;
}

li#ww a:hover {
background-color : #FEF1D8;
color : #271206;
}


li#nn a {
text-decoration : none;
color : #271206;
font-size: 12px;
display : block;
width : 100%;
background-color : #E1CCA3;
padding : 2px 0;
border : 1px solid #E1CCA3;
}

li#nn a:hover {
background-color : #FEF1D8;
color : #000;
}


*/


.form {
	vertical-align: top;
	border: 0px solid #663300;
	background-color: #663300;
	left: 10px;
}
