@charset "UTF-8";


.arrowlistmenu{
	width: 187px; /*width of accordion menu*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #585D61;
	border: 1px solid #757a7e;
	text-decoration: none;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	text-transform: uppercase; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #757a7e;
	border-right-color: #757a7e;
	border-bottom-color: #757a7e;
	border-left-color: #757a7e;
	background-image: url(../panoramafotografie-image/menue-links.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	margin-top: 0px;
	background-position: bottom;
	height: 20px;
}
.arrowlistmenu .menuheader a {
	text-decoration: none;
	color: #848888;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.arrowlistmenu .menuheader a:hover {
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(../panoramafotografie-image/menue-links-hover.jpg);
	background-position: bottom;
	
}
.arrowlistmenu .openheader a {
	color: #FFF;
	text-decoration: none;
	
}

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

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

.arrowlistmenu ul li a{
	color: #D8D8D8;
	background: url(javascript/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-size: 80%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #71787E;
	letter-spacing: 0.1em;
}

.arrowlistmenu ul li a:visited{
	color: #D8D8D8;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #000d16;
	background-color: #818A92;
}
.arrowlistmenu #zusatz p {
	left: 15px;
	top: 10px;
	right: 5px;
	bottom: 10px;
	color: #969DA3;
	font-weight: normal;
	align: justify;
	font-size: 11px;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #21282e;
}
.arrowlistmenu #zusatz p a {
	color: #F90;
	font-size: 12.2px;
}
.arrowlistmenu #zusatz p a:hover {
	color: #CCC;
	text-decoration: underline;
}
