@charset "utf-8";
.faq {
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 560px;
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006233;
}
.faq dt {
	font-family: "DINWeb2", Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #626469;
	margin: 0;
	font-size: 100%;
	background-position: 540px center;
	background-repeat: no-repeat;
	cursor: pointer;
	padding-right: 40px;
}
.faq dt.active {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin:0;
}
.faq dd {
	margin: 0px;
	padding-left: 0px;
	padding-right: 20px;
	cursor: text;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* CSS Document */
#Inhalt #Inhaltsseite_SpalteRechts .faq dd p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 0px;
}

