#mainBody {
}

DIV,P,TD,table,td,ul,li {
	color: #fff;
	font: normal 12px/16px Arial, sans-serif;	
}

H1,H2,H3,H4,H5,H6 {
	color: #fff;
	font: bold 14px/20px Arial, sans-serif;	
}

H1 {
	padding-top:12px;
	font-size:22px;
}

a {
	color: #0d7cba;
	text-decoration: underline;
}
a:hover {
	color: #189ab6;
	text-decoration: none;	
}

.tekstblauw {
	color: #1573a6;
}

input.button
{
	background-color:rgb(255,253,255);
	border:solid 2px rgb(100,193,226);
	color:rgb(100,193,226);
	outline: none;
	height: 23px;
	font: bold 12px/16px Arial, sans-serif;
	padding: 0 8px 0 8px;
	cursor:pointer;
	cursor:hand;
	margin-right:3px;
}

input.textbox, input.infix, input.aptnr
{
	background-color:rgb(255,253,255);
	border:solid 2px rgb(100,193,226);
	color:rgb(100,193,226);
	font: bold 12px/16px Arial, sans-serif;
	padding:1px;
}

.popin
{
	color:#000; text-align:center;
	position:absolute; top:0px; left:0px; width:100%; height:100%;  text-align:center; vertical-align:middle;
	z-index: 999;
}

.popin input
{
	background-color:rgb(255,253,255);
	border:solid 2px rgb(100,193,226);
	color:rgb(100,193,226);
	outline: none;
	height: 23px;
	font: bold 12px/16px Arial, sans-serif;
	padding: 0 8px 0 8px;
	cursor:pointer;
	cursor:hand;
	margin-right:3px;
}
