/* accordion */

/* ACCORDION */

.accordCarousel {
	height:-23px;
}
.accordCarouselLoad {
	display:none;
}

.accordion_typ1 a.head {
	cursor:pointer;
	background-color:#FFF;
	cursor:pointer;
	display:block;
	height:45px;
	margin-bottom:7px;
	color:#7E0037;
	font-weight:bold;
	text-transform:uppercase;
	overflow:hidden !important;
}
a.head h5 {
	margin-bottom:5px !important;
}

.accordion_typ1 a.selected {
	overflow:visible !important;
	height:77px;
}

a.selected h5 {
	font-size:36px;
	line-height:36px;
}
.accord {
	padding:0 15px 0 8px;
	background-color:#FFF;
	width:692px !important; /* WICHTIG, ohne diese Angabe springt das Accordion */
	color:#201C15;
	margin-bottom:7px !important;
	margin-top:-8px !important;
}
.accord .inhalt {
	padding:0 0 0px;
	border-bottom:15px solid #FFF; 
	overflow:hidden;
	position:relative;

	/*
	font-size:10px;
	line-height:14px;
	*/
	/*background:url(../images/basics/line_box.gif) bottom no-repeat;*/
}

.accord .inhalt h4 {
	padding-top:10px;
}


/* typ 2 */
.accordion_typ2 {
	width:715px;
	/*font-size:11px;*/
	/*padding:5px 5px 4px;*/
	/*background-color:#FFF;*/
}
.accordion_typ2 a:hover {
	color:#FFC600 !important;
}
.accordion_typ2 .accord {
	padding:0 15px 0 8px;
	background-color:#FFF;
	width:692px !important; /* WICHTIG, ohne diese Angabe springt das Accordion */
	color:#201C15
}
.accordion_typ2 .accord .inhalt {
	padding:7px 0 0px;
	border-bottom:15px solid #FFF;
	/*
	font-size:10px;
	line-height:14px;
	*/
	/*background:url(../images/basics/line_box.gif) bottom no-repeat;*/
}

.accordion_typ2 a.head {
	background-color:#FFF;
	cursor:pointer;
	display:block;
	height:51px;
	/*margin-top:7px;*/
	line-height:51px;
	padding:0 15px 0 8px;
	color:#7E0037;
	font-weight:bold;
	text-transform:uppercase;
	overflow:hidden !important;
}
.accordion_typ2 a.selected {
	margin-bottom:0 !important;
}

.accordion_typ2 a.head:hover {
	color:#BA2BEB !important;
}

/*
.accordion_typ2 a.head:hover {
	background:#E8E7DD url(../images/basics/bg_head_accordion_typ2_p.jpg) no-repeat !important;
	color:#47001F !important;
}
.accordion_typ2 a.selected {
	background:#E8E7DD url(../images/basics/bg_head_accordion_typ2_a.jpg) no-repeat !important;
	color:#7E0037 !important;
}
.accordion_typ2 a.selected:hover {
	background:#E8E7DD url(../images/basics/bg_head_accordion_typ2_a.jpg) no-repeat !important;
	color:#47001F !important;
}

.accordion_typ2 a.head_typ2 {
	background:#E8E7DD url(../images/basics/bg_head_t2_accordion_typ2_a.jpg) no-repeat !important;
}
.accordion_typ2 a.head_typ2:hover {
	background:#E8E7DD url(../images/basics/bg_head_t2_accordion_typ2_a.jpg) no-repeat !important;
}


.accordion_typ2 p { 
	margin:0;
	padding:0; 
}
.accordion_typ2 h3 { 
	font-size:20px; 
	line-height:24px;
	font-weight:bold; 
	padding-top:10px; 
	margin-bottom:0; 
	text-transform:uppercase;
}

*/

.inhalt .row {
}
.inhalt .col {
	padding-top:10px;
}
.inhalt .col_1 {
	float:left;
	width:250px;
	padding-right:15px;
}
.inhalt .col_2 {
	float:right;
	width:417px;
}
.inhalt .col .pic img:hover, 
.detail:hover {
	cursor:pointer;
}

.detail {
	position:absolute;
	top:0;
	left:19px;
	z-index:100;
	width:662px;
	height:460px;
	background-color:#FFF;
	display:none;
}
.detail h4 {
	color:#8A37F8;
	border:none;
	margin:0 0 5px 0;
}
.detail h3 {
	padding-top:15px;
}
.detail .closeDiv {
	line-height:60px;
	text-align:center;
}
.detail .left {
	width:180px;
	padding-right:15px;
}
