html, body {
	margin:0; 
  	padding:0;
	background-color: #CCCCCC;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;

}

h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {color: #999999;
	font-size: 18px;
	font-style: normal;
	}
h2 {font-size: 14px; 
}
h3 {	font-size: 11px;
		line-height:13px;
		margin:11px 0px 0px 0px;
		}



fieldset {
width:250px;; 
padding: 1px;
}

label,input {
	display: block;
	float: left;
	margin-top: 5px;
	margin-bottom: 2px;
}

label {
	width: 140px;
	text-align: right;
	font-weight:bold;
	padding-right: 10px;
}

input {
	width: 80px;
	}



#contentmobile{
	align:center;
	float:center;
	width:320px;
	padding:1px;
	margin:0px;
	background-color: white;
	height: 620px;
	overflow: auto;
}

.kleintekst {
	font-size: 9px;
	color: #333;
	
}

