/* Accordion Home left */

.accordion_toggle {
	display: block;
	outline: none;
	cursor: pointer;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  font-variant: normal;
  background-color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  font-style: normal;
  line-height: normal;
  color: #002752;
}

.accordion_toggle_active {
	font-weight: bold;
}

.accordion_content {
	color: #002752;
	overflow: hidden;
	border-left:1px solid #e7e7e7;
	border-right:1px solid #e7e7e7;
	width:470px;
}

.accordion_content h2 {
}

.acc_first {
	background: url(../../images/acc_top.jpg) no-repeat;
	height: 17px;
	width: 472px;
	line-height: 17px;
	padding: 3px 0 0px 10px;
}

.acc_norm {
	background: url(../../images/acc_norm.jpg) no-repeat;
	height: 18px;
	line-height: 18px;
	width: 472px;
	padding: 3px 0 0px 10px;
}

/*
.acc_last {
	background: url(../../images/acc_bottom.jpg) no-repeat;
	height: 20px;
	line-height: 20px;
	width: 472px;
	padding: 3px 0 0px 5px;
}
*/

.acc_aktiv {
	background: url(../../images/acc_aktiv.jpg) no-repeat;
	height: 4px;
	line-height: 1px;
	font-size: 1px;
}

.acc_content_1 {
	width: 470px;
}

.acc_aktiv_bottom {
	border-left: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	height: 1px;
	*height: 1px;
	line-height: 1px;
	font-size: 1px;
	width: 470px;
}

/* Accordion Home right */

.accordion_toggle_active_right {
  font-weight: bold;
}

.accordion_content_right {
	color: #002752;
	overflow: hidden;
	border-left:1px solid #e7e7e7;
	border-right:1px solid #e7e7e7;
	width:255px;
	margin: 0px;
  padding: 0px;
}

.accordion_content_right h2 {
}

.acc_first_right {
	background: url(../../images/acc_top_right.jpg) no-repeat;
	height: 17px;
	width: 257px;
	line-height: 17px;
	padding: 3px 0 0px 10px;
}

.acc_norm_right {
	background: url(../../images/acc_norm_right.jpg) no-repeat;
	height: 18px;
	line-height: 18px;
	width: 257px;
	padding: 3px 0 0px 10px;
}

/*
.acc_last_right {
	background: url(../../images/acc_bottom_right.jpg) no-repeat;
	height: 20px;
	line-height: 20px;
	width: 257px;
	padding: 5px 0 0px 5px;
}
*/

.acc_aktiv_right {
	background: url(../../images/acc_aktiv_right.jpg) no-repeat;
	height: 4px;
	line-height: 1px;
	font-size: 1px;
}

.acc_content_right {
	width: 470px;
	background: #faf4f6;
}

.acc_aktiv_bottom_right {
	border-left: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	height: 1px;
	*height: 1px;
	line-height: 1px;
	font-size: 1px;
	width: 255px;
}

#vertical_container_right {
	padding-left: 13px;
}

/* Accordion Instruction */

.accordion_toggle_active_instruction, .accordion_toggle_active_faq {
  font-weight: bold;
}

.accordion_content_instruction, .accordion_content_faq {
	color: #002752;
	overflow: hidden;
	border-left:1px solid #e7e7e7;
	border-right:1px solid #e7e7e7;
	width: 698px;
	margin: 0px;
  padding: 0px;
}

.acc_first_instruction, .acc_first_faq {
	background: url(../../images/acc_top_instruction.jpg) no-repeat;
	height: 17px;
	width: 700px;
	line-height: 17px;
	padding: 3px 0 0px 10px;
}

.acc_norm_instruction, .acc_norm_faq {
	background: url(../../images/acc_norm_instruction.jpg) no-repeat;
	height: 18px;
	line-height: 18px;
	width: 700px;
	padding: 3px 0 0px 10px;
}

.acc_aktiv_instruction, .acc_aktiv_faq {
	background: url(../../images/acc_aktiv_instruction.jpg) no-repeat;
	height: 4px;
	line-height: 1px;
	font-size: 1px;
}

.acc_content_instruction, .acc_content_faq {
	width: 698px;
	background: #faf4f6;
}

.acc_aktiv_bottom_instruction, .acc_aktiv_bottom_faq {
	border-left: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	height: 1px;
	*height: 1px;
	line-height: 1px;
	font-size: 1px;
	width: 698px;
}

#vertical_container_instruction, #vertical_container_faq {
	padding-left: 13px;
}
