#content
{
	float: right;
	width: 625px;
	padding-left: 0;
	text-align: justify;
}

#navigation
{
	width: 250px;
	
	padding-left: 2em;
	margin-top: 68px;
}

#navigation ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	background: url('../images/submenu_shadow.png') repeat-y top right;
	border-top: 1px solid #ccc;
}

#navigation ul li a
{
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.1em;
	color: #666;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

#navigation ul li ul
{
	background: none
}

#navigation ul li ul li a
{
	background: url('../images/bullet.png') no-repeat left center;
	padding-left: 12px;
}

#navigation h2
{
	position: absolute;
	left: -999em;
}

#navigation a:hover
{
	border-bottom: 1px solid #999;
}

#main_container:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#content input
{
margin: 1px 0px;
}

#inlog_form #name, #inlog_form #paswd{ width: 200px;}
#inlog_form .npa { width: 16em; float: left; }
#inlog_form .bttn{ float: left;}

#aboform #name{ width: 200px; margin-left: -140px;}
#aboform .npa { width: 16em; float: left; }
#aboform .bttn{ float: left; clear: none; margin: 3px 21px 3px 0px;}

#aboform content
{
	text-align: left;
}

#aboform input
{
	margin: 1px 0px;
	clear: both;
}

#aboform label
{
	width: 26em;
	text-align: left;
	
}

#aboform .cb, #aboform .radio
{
	float: left;
	margin-right: 10px;
}

#aboform .inline
{
clear: none;

}

#aboform .block
{
	width: 400px;
}

#aboform #voornaam, #aboform #tussenvoegsels, #aboform #achternaam, #aboform #email_adres
{
margin-left: -200px;
}

#aboform_sms label
{
	clear: both;
	height: 40px;
}

#aboform_sms input
{
	margin-bottom: 20px;
}

#form_sms label
{
	margin-top: 8px;
}

#form_sms input
{
	float: left;
	margin-top: 0px;
}

form .bttn
{
	float: right;
	margin-top: 15px;
	margin-left: 2px;
	margin-bottom: 2px;
}

form #name
{
	width: 340px;
}

span.uitleg
{
	display: block;
	font-style: italic;
	text-align:left;
	font-size:.8em;
}

#main_container {
	display: inline-block;
}
 
html[xmlns] #main_container {
	display: block;
}
 
* html #main_container {
	height: 1%;
}

#content .verord caption { display: none; }
