/* help.css 
	CSS code for the help-section
	Author: Klaas Schaafsma
*/

/* Overwrite on the main contentArea */
.contentArea p {
	text-align: left;
	padding-left: 20px;
}

/* Use this for the headers */
h2 {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding: 5px;
	margin: 0 10px;
	background: #fbac18 url('../images/uitgaanbox_top.gif') no-repeat top left;
}

/* Use this for the sub headers */
h3 {
	background-color: #ccf;;
	font-size: 1.2em;
	padding: .2em;
	text-align: left;
}

h4 {
	text-align: left;
	text-decoration: underline;
	font-size: 1.1em;
}

.contentArea {
	background: #fff;
	margin: 0px 10px;
	padding: 5px;
	font-size: 11px;
}

.contentArea ul {
	list-style-type: none;
	background-color: #fff;
	border: 1px solid #888888;
	padding: 6px 15px;
	margin-left: 50px;
	margin-right: 30px;
}

.contentArea li {
	color: #555555;
}
