/*** CLIP 1209 ***/ /*Debug Auslagern */
.clip_1209_container{
	border-width:0px;
	border-style:solid;
	border-color:#CCC;				/*dunkel grau dunkelgrau  margin*/
	border-top-width:1px;
}
.clip_1209{
}
.clip_1209.kurztext{
}
.clip_1209 .item{
	display:none;
	
}
.clip_1209_plus{ /* Klapptext öffnen */
	background-image:url(bilder/plus.gif);
	font-size: 16px;
	line-height:22px;
	font-family: Georgia, Times, Serif;
	color:  #4c4c4c;			/*dunkel grau dunkelgrau  margin*/
	font-weight:bold;
	
	background-repeat:no-repeat;
	background-position:  5px 15px;
	display:block;
	padding:10px;
	padding-left:30px;
/*	padding-bottom:0px;*/
	border-width: 0px;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width:1px;
	border-style: solid;
	border-color:#CCC;		/*hellgrau*/
}	
.clip_1209_minus{ /* Klapptext schliessen */
	background-image:url(bilder/minus.gif);
	font-size: 16px;
	line-height:22px;
	font-family: Georgia, Times, Serif;
	color:  #4c4c4c;			/*dunkel grau dunkelgrau  margin*/
	font-weight:bold;
	background-repeat:no-repeat;
	background-position:  5px 15px;
	display:block;
	padding:10px;
	padding-left:30px;
/*	padding-bottom:0px;*/
	border-width: 0px;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width:1px;
	border-style: solid;
	border-color:#CCC;		/*hellgrau*/

	
}

