* {margin:0; padding:0}
body {	background-color:#fff ;
        background-image:url();
		background:#fff ;
		font-family: Helvetica, sans-serif;
		font-size: 13px;
		font-stretch: normal;
		font-weight: normal; }
	
a    {	text-decoration:none; }
a, a:active, a:visited, a:hover {text-decoration:none; color:#000;}
h2  {
	color: red;
	font-size: 15px;
}
#jahr_galerie  {
	font-family: Verdana, Geneva, sans-serif; 
	font-size:15px; 
	font-style:normal; 
	color:#000;
}

#spalte_links { float:left; top:90px; height:980px; width:255px; background-color:#fff; background:#fff; font-family: Verdana, Geneva, sans-serif; font-size:13px; font-style:normal; color:#000; text-align:center}


/*Menü links*/
#accordian {
	background: #fff;
	width: 255px;
	margin: 100px auto 0 auto;
	color: #000;

}

/*heading styles*/
#accordian h3 {
	font-size: 13px;
	font-style: normal;
	font-weight:normal;
	line-height:;
	padding: 0 10px;
	cursor: pointer;
}
/*heading hover effect*/
#accordian h3:hover {
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
}

/*list items*/
#accordian li {
	list-style-type: none;
}
/*links*/
#accordian ul ul li a {
	color: #000;
	font-style: normal;
	font-weight:normal;
	text-decoration: none;
	font-size: 13px;
	line-height: 27px;
	display: block;
	padding: 0 15px;
	/*transition for smooth hover animation*/
	transition: all 0.15s;
}
/*hover effect on links*/
#accordian ul ul li a:hover {
	color: #900;
}
#accordian ul ul li a:active {
	color: #900;
}
/*Lets hide the non active LIs by default*/
#accordian ul ul {
	display: none;
}
#accordian li.active ul {
	display: block;
}

