@charset "utf-8";
/*-------------------------*/

#show_help {
	margin-left: 20px;
	background: #FFFFFF;
	margin-bottom: 20px;
	margin: 0 auto 100px auto;
}
#show_help .inner {
	margin-top: 5px;
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
}
#show_help .caption {
	font-size: 29px;
	line-height: 29px;
	font-weight: bold;
	margin-left: 5px;
}

/*---*/
.document {
	font-size: 12px;
}
.document .thema {
	font-size: 14px;
	border-bottom: 3px solid #666666;
	color:#333333;
	font-weight: bold;
	margin-top: 20px;
	padding-left: 5px;
}
.document .question {
	font-weight: bold;
	text-decoration: underline;	
}
.document .answer {
	margin-bottom: 10px;
	margin-left: 10px;
}
.document .answer ol {
	margin-left: 20px;
}
.document .answer ol li {
	list-style-type: decimal;
	list-style-position: outside;
}
/*-------------------------*/
#help-blk{
	margin: 10px;
}
#help-blk .caption {
	font-size: 16px;
	font-weight: bold;
}
#help-blk ul {
	list-style: circle;
	list-style-position:outside;
	margin: 0 10px 0 30px;
}
#help-blk li {
	font-size: 14px;
	line-height:20px;
	margin-bottom: 10px;
}
/*---*/
#help-contact {
	margin: 10px;
}
#help-contact .caption {
	font-size: 16px;
	font-weight: bold;
}
#help-contact .msg {
	font-size: 14px;
	display: block;
	margin: 10px;
}