#ihcaccordion { text-align:left; padding-top:10px; }

#ihcaccordion .toggler {
	width:auto;
	padding:5px;
	padding-left:25px;
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
	color: black;
	cursor:pointer;
	background:url(../images/link_pfeil.gif) no-repeat center left;
}

#ihcaccordion .toggler a {text-decoration: none;font-size: 12px; color: black;}

#ihcaccordion  .vor {
	right:0px;
	background:url(../images/pfeil_rechts.gif) no-repeat center center;
}
#ihcaccordion  .zurueck {
	left:0px;
	background:url(../images/pfeil_links.gif) no-repeat center center;
}
#ihcaccordion  .button{
	position:absolute; 
	top:0px; 
	width:15px; 
	height:15px; 
	cursor:pointer;
}

#ihcaccordion .headline{
	font-size:12px;
	text-align:center;
	padding:5px 15px 5px 15px;
	font-weight:bold;
	clear:both;
	color:black;
}
#ihcaccordion .text{
	padding:10px;
	padding-top:5px;
	padding-bottom:5px;
	clear:both;
}

#ihcaccordion .bild{
	padding:10px;
	padding-top:0px;
	padding-bottom:5px;
	clear:both;
}
#ihcaccordion .link{
	padding-top:5px;
	padding-left:25px;
	padding-bottom:5px;
	clear:both;
}
#ihcaccordion .link a {text-decoration: none;}