
/* root element for accordion. decorated with rounded borders and gradient background image */
#gratis_accordion {
	background:#FFFFFF url(/img/global/gradient/h150.png) repeat scroll 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:auto;
	padding:0;
	width:720px;
	border:0px solid #ddd;
}

/* accordion header */
#gratis_accordion img {
	float:left;
	margin-right:5px;
	cursor:pointer;
	opacity:0.5;
	filter: alpha(opacity=50);
}

/* currently active header */
#gratis_accordion img.current {
	cursor:default;
	opacity:1;
	filter: alpha(opacity=100);
}

#gratis_accordion img:hover {
	cursor:pointer;
	opacity:1;
	filter: alpha(opacity=100);
}

/* 
	accordion pane. should initially have zero width and display:none.
	the first pane should override these with inline style
*/
#gratis_accordion div {
	width:0px;
	float:left;	
	display:none;		
}

/* content inside a pane should have fixed width */
#gratis_accordion div h3 {

	color:#444;
	margin:0 0 0 0;
	width:190px;
	font-size: 12px;
}
	
#gratis_accordion div p {	
	
	font-size:11px;
	width:250px;
}

h1.accordion-ueberschrift {
font-size: 14px;
font-weight: bold;
line-height: 18px; 
border-top: 1px #CC0000 solid;
padding-top:6px;
padding-bottom:3px;
padding-left:4px;
margin: 0;
background: #FFFFFF;
width: 720px;}
