div#content div.clear {
	height:			1px;
}

div#content ul {
	list-style-type:	disc;
	color:				#E3043B;
	padding-left:		13px;
	margin-bottom:		20px;
	margin-top:			5px;
}

div#content ul li {
	line-height:		16px;
}

div#content ul li span{
	color:				#000000;
}

div#content span {
	color:			red;
}

div#content a {
	color:			#E3043B;
}

div#sidebarRight { 
	padding-bottom:	20px;
}

#ondernemerForm label {
	float:			left;
	width:			100px;
}

#ondernemerForm input {
	float:			right;
	width:			200px;
	margin-bottom:	20px;
}

#ondernemerForm div.radiobox {
	width:			200px;
	height:			40px;
	float:			right;
}

#ondernemerForm div.radiobox label {
	padding:		4px 0px 0px 0px;
	width:			50px;
}

#ondernemerForm div.radiobox input {
	float:			left;
	width:			15px;
	margin-right:	2px;
}

#ondernemerForm textarea {
	overflow:		hidden;
	float:			right;
	width:			200px;
	height:			100px;
	margin-bottom:	20px;
}

#ondernemerForm label.error { 
	display:		none;
	color:			red;
	float:			right;
	clear:			both;
	width:			200px;
}

#ondernemerForm input#submitButton {
	float:				left;
	width:				100px;
	height:				20px;
	border-width:		0px;
	background-color:	#b3a491;
	color:				#ffffff;
	font-weight:		bold;
	cursor:				pointer;
}

