/*@component-begin @name MehrfachLayoutBereich1 @type Accordion{*/
#MehrfachLayoutBereich1LYR {
	margin:0px;
	padding:0px;
	text-indent:0px;
	color : rgb(128,0,0);
	font-family : Verdana;
	font-size : 14px
	/*background-color:#fff;*/;
	background-color : rgb(255,255,204)
}
#MehrfachLayoutBereich1LYR .ui-accordion-panel {	color : rgb(128,0,0);
	font-family : Verdana;
	font-size : 14px;
	background-color : rgb(255,255,204)
}
#MehrfachLayoutBereich1LYR a.head {
	cursor:pointer;
	background:rgb(255,255,204) url( "../assets/images/AccordionTab0.gif" );
	color:rgb(128,0,0);
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-indent:14px;
	text-decoration: none;
	font-size : 14px
}
#MehrfachLayoutBereich1LYR a.selected {
	background-image: url( "../assets/images/AccordionTab2.gif" );
	color : rgb(128,0,0);
	font-size : 14px;
	background-color : rgb(128,0,0)
}
#MehrfachLayoutBereich1LYR a.current {
	background-color:rgb(255,255,204)
}

#MehrfachLayoutBereich1LYR .next {	color : rgb(128,0,0);
	font-size : 14px;
	background-color : rgb(255,255,204)
}

BODY{	background-color :rgb(255,255,204)
}

