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

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #333333;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	cursor: hand;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	font-size: 16px;
	text-align: left;
	text-indent: 50px;
	font-weight: bold;
	margin-top: 3px;
	background-image: url(../img/plus_links.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	color: #650360;
	background-image: url(../img/min_links.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 35px;
	width: 384px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 21px;
}

.arrowlistmenu ul ul{ /*CSS for UL of each sub menu*/
	list-style-type: disc; /*bottom spacing between each UL and rest of content*/
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	width: 315px;
}
.arrowlistmenu2{
	width: 475px; /*width of accordion menu*/
}

.arrowlistmenu2 .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #333333;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	cursor: hand;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	font-size: 16px;
	text-align: left;
	text-indent: 50px;
	font-weight: bold;
	margin-top: 3px;
	background-image: url(../img/plus_rechts.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.arrowlistmenu2 .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	color: #650360;
	background-image: url(../img/min_rechts.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.arrowlistmenu2 ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 35px;
	width: 384px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 21px;
}

.arrowlistmenu2 ul ul{ /*CSS for UL of each sub menu*/
	list-style-type: disc; /*bottom spacing between each UL and rest of content*/
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	width: 315px;
}
#height_scroll {
	overflow: auto;
	height: 330px;
	padding-right: 20px;
}
