#superaccordion  {
	width: 100%;
	margin:  0px;
	padding: 0px;
}
#superaccordion p {
	
	overflow: hidden;
	padding-bottom:15px;
	
}
#superaccordion ul {
	
	overflow: hidden;
	margin-left:30px;
	padding-bottom:15px;
	
}
#superaccordion h3 {
	cursor:pointer;
	display:block;
	height:60px;
}
#superaccordion .rosa {
	background:#F3A9BD;
}
#superaccordion .gelb {
	background:#EDF1C0;
}
#superaccordion .orange {
	background:#F08468;
}
#superaccordion .grau {
	background:#ACA59A;
}
#superaccordion .bordeaux {
	background:#7B1E43;
}


#superaccordion h3.rosa {
	background:url(../img/navi_bg_1.png) repeat-x;
}
#superaccordion h3.gelb {
	background:url(../img/navi_bg_2.png) repeat-x;
}
#superaccordion h3.orange {
	background:url(../img/navi_bg_3.png) repeat-x;
}
#superaccordion h3.grau {
	background:url(../img/navi_bg_4.png) repeat-x;
}
#superaccordion h3.bordeaux {
	background:url(../img/navi_bg_5.png) repeat-x;
}
#superaccordion h3.selected {
}

#superaccordion h3 span {
	display:block;
	height:60px;
	width:500px;
	text-indent:-5000px;
	overflow:hidden;
}


#superaccordion h3.rosa span {
	background:url(../img/headline_1.gif) no-repeat;
}
#superaccordion h3.gelb span {
	background:url(../img/headline_2.gif) no-repeat;
}
#superaccordion h3.orange span {
	background:url(../img/headline_3.gif) no-repeat;
}
#superaccordion h3.grau span {
	background:url(../img/headline_4.gif) no-repeat;
}
#superaccordion h3.bordeaux span {
	background:url(../img/headline_5.gif) no-repeat;
}
h2 {
	font-weight:bold;
	margin-bottom:15px;
}