html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background-color:#000;
	padding:0px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}
* {
	margin:0px;
	padding:0px;
}
a:hover, a:active, a:focus {
   outline: 0;
}
img {	
	border:0;
}
ul {
	margin: 0;
}
li {
	list-style:none;
}
h1 {
	font-size:17px;
}
h2 {
	font-size:17px;
}
h3 {
	font-size:13px;
}
.clearboth {
	clear:both;
}
.floatleft {
	float:left;
}
.opgeslagenframe {
	color:#000;
	width:719px;
	height:719px;
	font-size:16px;
	font-weight:bold;
	padding:20px;
	display:inline-block;
}

.formulier_left {
	width:150px;
	float:left;
}
.formulier_right {
	width:200px;
	margin-left:5px;
	float:left;
}
.formulier_label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:25px;
	margin-bottom:5px;
	line-height:25px;	
}
.formulierinput {
	height:25px;
	line-height:25px;
	margin-bottom:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.formulierinput_textarea {
	height:100px;	
}
.formulierinput_textarea textarea{
	padding:4px;
	resize:none;
	width:298px;
	height:85px;
	border:1px solid #8e8e8e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.formulierinput input{
	padding:3px;
	height:17px;
	float:left;
	width:300px;
	border:1px solid #8e8e8e;
}
.formulierinput .radio {
	width:15px;
	margin-right:5px;
	float:left;
	margin-left:0px;
	height:15px;	
}
.floatleft {
	float:left;	
}
.formulierinput .btnversturen {
	width:100px;
	background-color:#FFF;
	padding:0px;
	height:25px;
}
.mainframe {
	width:720px;
	height:1000px;
	overflow:hidden;
	display:inline-block;	
}