html{
	margin:0px;
	padding:0px;
}
body{
	text-align:center; /* center the site, for windows & IE */
	background-image:url("images/bg_repeat.gif");
	background-position:center;
	background-repeat:repeat-y;
	background-color:#ABCEE8;
	font-size:12px;
	font-family:arial, helvetica;
	font-size:12px;
	margin:0px;
	padding:0px;

}

h2 {
	padding-left:20px;
	text-align:left;
	color:#333333;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

.text {
	padding-left:20px;
	text-align:left;
	color:#333333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#kop { 
	height:202px;
	background-image:url("images/kop.jpg");
	background-position:top left;
	background-repeat:no-repeat;
}

#container{ /* overall container */
	margin:0 auto; /* for nonwindows/mozilla */
	width:745px;
	margin-top:0px;
	background-color:#FFFFFF;
}

#content {
	margin:20px;
	width:auto;
	text-align:left;
	font-size:12px;
	line-height:18px;
	color:#5A5A5A;
	font-family:Arial, Helvetica, sans-serif;
}



/* formulier */


.formlist {
	width:600px;
}

#gateruglink {
	display:none;
}

#message .header {
	color:#666666;
	text-align:left;
}

.header {
	font-size:14px;
	margin-top:0px;
	padding-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#165CAC;
}

.formlist li{
	clear:both;
	list-style-type:none;
	font-size:12px;
}
.formlist label {
	 width:280px;
	 display:block;
	 line-height:18px;
	 float:left;
 	font-size:12px;
}
.formlisthome input[type="text"]{
	float:left;
}

.formlisthome {
	width:280px;
}

.formlisthome li{
	clear:both;
	list-style-type:none;
}
.formlisthome label {
	 width:280px;
	 display:block;
	 line-height:18px;
	 float:left;
}
.formlisthome input[type="text"]{
	float:left;
}
