html{
	margin:0;
	padding:0;
	font-family: verdana, helvetica, 'trebuchet MS';
	font-size:11px;
	width:100%;
	height:100%;
	color:#000000;
	background:#737c81;
}
body{
	margin:0;
	padding:0;
	margin:0 auto;
	width:800px;
}
a{
	color:#cc3333;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
	color:#000000;
}

h1{	
	font-weight:normal;
	color:#737c81;
	font-size:20px;
}

.container{
	width:800px;
	overflow:auto;
	background:#fff;
	margin:25px 0 0 0;
}
.welkom {
	display:none;
}
.noshow {
	display:none;
}

.text{
	padding:35px;
	overflow:auto;
}

.bijschrift2{	
	width:300px;
	float:left;
	line-height:160%;
}

form#nieuwsbrief{
}

form label{
	width:150px;
	display:block;
	float:left;
	margin:0 0 10px 0;
}
form input{
	display:block;
	margin:0 0 10px 0;
}

/*   MENU    */

.menu_div{
	float:left;
	padding:20px;
}

ul.menu{
	margin:0;
	padding:0;
	list-style:none;
}

ul.menu ul{
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
}

ul.menu ul ul{
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
}

/*   CONTENT    */

.content{
	float:left;
	overflow:hidden;
}


/*   FOOTER    */

.footer{
	clear:both;
	overflow:auto;
	border:1px solid green;
}

.adress_data{
	float:left;
}

.site_data{
	float:right;
}

.type_disclaimer{
	border-bottom:1px solid green;
	float:left;
	width:500px;
}

fieldset#qf_group_1{	
	border:none;
}

fieldset#qf_group_1 label{	
	clear:none;
}

fieldset#qf_group_1 input{
	width:20px;
	float:left;
}

fieldset#qf_group_1 label{
	width:50px;
	float:left;
}


form{
	width:350px;
	float:right;
	margin:40px 0 0 0;
}
form label{	
	clear:left;
}



form fieldset {
	border:0;
	padding:1px 2px;
	margin:0 0 10px 0;
}
form fieldset label,
form fieldset input {
	display:inline;
	float:none;
	margin:0 1px;
	vertical-align:middle;
}
