body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	margin-top:0px;
}
.formbutton {
	background-color: #666666;
	color: #FFFFFF;
	height: 28px;
	border-style: solid;
	border-width: 2px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	width: 245px;
}

input, textarea, select {
	border: 1px solid #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#frame {
	width: 720px;
	text-align: left;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	background-color:#fbf1e8;

}
#header {
	background-image:  url("/assets/images/bv--20050926-1865.jpg");
}
#footer {
	font-size: 8pt;
	color: #666666;
	text-align: center;
	padding-bottom: 3px;
	padding-top: 30px;
}

#footer a {
	color: #666666;
}
#menu {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	padding-left: 1px;
	padding-bottom: 3px;
	padding-top: 3px;
}
#menu a {
	color: white;
	text-decoration: none;
	padding: 2px;
}
#menu a:hover {
	color: #FF0000;
	background-color: #FFFFFF
}


#secondheader {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 10pt;
	background-color:#3366FF;
	padding: 2px;
	color: #FFFFFF;
}
#secondheader a {
	color: #FFFFFF;
	text-decoration: none;
	padding:1px;
}
#secondheader a:hover {
	color: #3333FF;
	background-color: #FFFFFF
}
	
h1 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 14pt;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 3px;
}
h2 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
}
h3 {
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
}
h4, h5, h6 {
	font-size: 10pt;
	margin-top: 10px;
	margin-bottom: 0px;
}
#page {
	padding: 5px;
}
#subheader {
	font-size: 9pt;
	color: #999999;
	text-align: right;
}
#subheader a {
	color: #666666;
}
a {
	color: #333333;
	text-decoration: underline;
}
li {
	margin-left: -20px;
}

.lijntje {
	border-bottom-width: thin;
	border-bottom-color: #333333;
	border-bottom-style: dashed;

}
.formbreed {
	width: 478px;
}
.formsmal {
	width: 245px;
}

.formxbreed {
	width: 550px;
}
.formxsmall {
	width: 120px;
}
.alert {
	background-color: #FFFFCC;
	padding: 8px;
	width: 98%;
	display: block;
	border: 1px solid gray;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
