#content h1 {
	font-size: 1.2em;
	margin-bottom: 10px;
	font-weight: bold;
	color: #800707;
}
#content h2 {
	font-size: 1em;
	font-weight: bold;
}

#content h3 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 12px;
	color: #800707;
}

#content h4 {
	font-size: 1em;
	margin-bottom: 14px;
}
#content .contentitem {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	margin-top: 15px;
	background-color: #FFFFFF;
	padding-top: 15px;
}

#content p {
	margin-bottom: 8px;
}
#content p.caption {
	font-weight: bold;
	margin-top: 16px;
}
#content ul {
	list-style-type: none;
	margin-bottom: 8px;
}
#content a {
	color: #800707;
}
#content a:hover {
	color: #D02020;
}
#content table.product {
	width: 100%;
	text-align: left;
	font-size: 0.9em;
	padding-top: 15px;
}
#content table.product td {
	padding-bottom: 10px;
}


#content img.product {
	clear: left;
	border: 1px solid #000000;
	display: block;
}
#content img.algemeen {
	margin: 15px;
}
#content img.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content form div.clearfix {
	padding-top: 3px;
	padding-bottom: 2px;
}
#content form label {
	width: 115px;
	float: left;
}
#content form textarea {
	margin-left: 115px;
	background-color: #F7F7F7;
	border: 1px solid #999999;
	margin-top: 3px;
}
#content form div.button input {
	margin-right: 5px;
}
#content form {
	margin-top: 15px;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#content input[type="submit"] {
	margin-top: 10px;
	margin-left: auto;
	margin-right: 5px;
	display: block;
	margin-bottom: 5px;
	border: 1px solid #666666;
}
#content h6 {
	font-size: 0.75em;
	font-weight: normal;
	margin-bottom: 14px;
}
#content .lijn {
	background-image: url(../images_layout/lijn.gif);
}
#content input {
	background-color: #F7F7F7;
	border: 1px solid #999999;
}
#content .alignleft {
	text-align: left;
}
#content .aligncenter {
	text-align: center;
}
#content .alignleft {
	text-align: right;
}
#content .floatleft {
	float: left;
	margin-right: 10px;
}
#content .floatright {
	float: right;
	margin-left: 10px;
}

