
/* = = = = = = = = = = = = = = = = = datei menue.css - Hier sind die Menüs definiert = = = = = = = = = = = = = = = = = = = = = = = = = */



/* ==================== menü im kopfbereich ==================== */

#menu01{
background-image:url(images/weiss_30.png);
background-repeat:repeat;
background-position:  100% 100%;
padding-left: 6px;
padding-right: 0px;
float:left;
margin:0px;
height:470px;
width:300px;
}

#menu01 ul, #menu01 li {
list-style-type: none;
margin-left:-2px;
padding: 0px;
margin-top:1px
}

#menu01 li a:link, #menu01 li a:visited, #menu01 li a:active {
display:block;
padding-left:20px;
width:250px;
font-family:georgia,arial,helvetica,verdana,times,trebuchet ms, serif;
font-size: 14px;
color:#000;
height: 40px;
line-height: 40px;
letter-spacing:0px;
text-decoration:none;
text-transform:uppercase;
background-image:url(images/arrow.png);
background-repeat:no-repeat;
background-position:  0px 50%;
}

#menu01 li a:hover {background-repeat:no-repeat;
background-position:  0px 50%;
color:#fff;
text-decoration:none;
background-image:url(images/arrow2.png);
background-color:black;
}


/* ==================== menü im fussbereich ==================== */



#menu02 a, #menu02 a:visited , #menu02 a:active {display: block;
color:#D9CCC6;
background-image:url(images/arrow2.png);
background-repeat:no-repeat;
background-position:3px 50%;
font-size: 14px;
font-family:georgia,arial,helvetica,verdana,times,trebuchet ms, serif;
padding-left: 20px;padding-right: 10px; padding-bottom: 0px; padding-top:0px;
margin-left: 0px;margin-right: 0px;
height:26px;
line-height:26px;
text-align:center;
vertical-align:middle;
text-decoration:none ;
letter-spacing:2px;
text-transform:normal;

}

#menu02 a:hover {color:#412F25; text-decoration:none ;
text-decoration:none;
background-color:#E6DBD5;
background-image:url(images/arrow.png);
}






/* ==================== allgemeine links im text ==================== */

a:link, a:visited, a:active{
color:#481C00;
font-family:georgia,arial,helvetica,verdana,times,trebuchet ms, serif;
font-size: 14px;
line-height: 18px;
text-decoration:underline;}

a:hover{background-color:#0B0400;
color:#fff;text-decoration:underline;
}



/* ==================== allgemeine links im fussbereich ==================== */

/* hier im beispiel bei: www.ihre-beispiel-webseite.de */

a:link.fusslink,  a:visited.fusslink, a:active.fusslink{
font-family:georgia,arial,helvetica,verdana,times,trebuchet ms, serif;
font-size: 11px;
line-height: 16px;
color:#D9CCC6;
text-decoration:none;
letter-spacing:1px}

a:hover.fusslink { text-decoration:underline;
color:#fff;
}