img#headerimage {
	display: none;
}
div#content {
	background: inherit;
	color: #000000;
	font-size: 12px;
	margin-left: 24px;
	margin-right: 24px;
	margin-top: 102px;
}
div#content h1 {
	border-bottom: 1px solid #cccccc;
}
/*
div#content p {
	width: 75%;
}
*/
div#content dl {
	width: 100%;
}
div#content dl dt,
div#content dl dd {
	float: left;
	margin: 0 0 0 0;
}
div#content dl dt {
	background-image: url(/img/gif/arrow-gray.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-indent: 12px;
	width: 420px;
}
div#content dl dt a {
	text-decoration: none;
}
div#content dl dt:hover {
	background-image: url(/img/gif/arrow-red.gif);
}
div#content dl dd {
	width: 130px;
}
div#content .subtitel {
	border-bottom: 1px dashed #cccccc;
	border-top: 1px dashed #cccccc;
	padding-bottom: 10px;
	padding-top: 10px;
}