BODY {
	MARGIN-TOP:  		10px; 
	PADDING:     		0px; 
	FONT-FAMILY: 		verdana,arial,helvetica,sans-serif; 
	BACKGROUND-IMAGE: 	url(../gif/bg-hintergrund.gif);
}

.arrowlistmenu{
width: 160px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: 			bold 10pt Verdana;
color: 			#FFF;								/*Schriftfarbe Menu-Titel*********************/
background: 	black url(../gif/titlebar.png) repeat-x center left;
margin-top: 	0px;
margin-bottom: 	1px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 		4px 0 4px 10px; /*header text is indented 10px*/
cursor: 		hand;
cursor: 		pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../gif/titlebar-active.png);	/*Hoverbild********************************/
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: 	none;
margin: 			0;
padding: 			0;
margin-bottom: 		4px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 	1px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: 				#603A00;						/*Schriftfarbe Kategorie***********************************/
background: 		url(../gif/arrow2---.gif) no-repeat center left; 	/*Gifbild vor Kategorie***********/
display: 			block;
padding: 			2px 0;
padding-left: 		10px; /*link text is indented 19px*/
text-decoration: 	none;
font-style:			italic;
font-weight: 		bold;
border-bottom: 		0px solid #dadada;				/*Linienfarbe***********************************/
font-size: 1		0pt;
}

.arrowlistmenu ul li a:visited{
color: 				#603A00;						/*Schriftfarbe besuchte*************************/
font-size: 			10pt;
}

.arrowlistmenu ul li a:active{ /*hover state CSS*/
color: 				#000066;						/*Schriftfarbe beim Besuch***************************/
padding-left: 		12px;
background-image: 	url(../gif/bg-menu2x.gif);
background-color: 	##CCCC00;						/*Hintergrundfarbe beim Besuch***********************/
font-size: 			10pt;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: 				#000066;	
padding-left: 		12px;							/*Schriftfarbe beim Hovern***************************/
background-image: 	url(../gif/bg-menu2x.gif);
background-color: 	##00006A;						/*Hintergrundfarbe beim Hovern***********************/
font-size: 			10pt;
}