#content h1 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 12px;
	padding-bottom: 10px;
	font-size: 1.5em;
	font-weight: normal;
}

#content h3 {
	font-size: 120%;
	font-weight: bold;
}

#content dl {
	margin: 10px 0 20px 0;
}

#content dt {
	background: url('../images/page/icons/KlappRightPfeil.png') no-repeat scroll 0 6px;
	font-weight: bold;
	font-size: 100%;
	line-height: 1.5em;
	padding-left: 15px;
}

#content dt a {
	color: #D94200;
	text-decoration: none;
	cursor: pointer;
}

#content dt a:hover {
	text-decoration: underline;
}

#content dd {
	padding: 5px 0 10px 0;
	font-size: 100%;
	line-height: 1.5em;
}

#content dd ul,
#content dd ol {
	margin: 10px 0 0 20px;
}

#content dd ul li {
	list-style: disc;
}

#content dd ol li {
	list-style: decimal;
}

.expand {
	background: url('../images/page/icons/KlappDownPfeil.png') no-repeat scroll 0 5px !important;
}