html
{
	overflow-y: scroll;
}
  
body
{
	margin:0;
  	padding:0;
 	font-family:Myriad,Arial;
  	color: #000000;
	background-color:#000000;
 	height: 100%;
   	line-height: 100%;
}

* { -moz-box-sizing: border-box; }

img{
	border:none;
}

a img
{
	border:none;
}

p{
	margin:0px;
}

td {
	color:#052079;
	font-family:"Segoe UI";
	font-size:12px;
 	line-height: 140%;
}

/* begin van de website*/
#website
{
	left:50%;
	top:50%;
	position:absolute;
	
}

#websitebinnen
{
	left:-412px;
	top:-280px;
	position:absolute;
}



.inputfield 
{
	border-color:#054CAE;
	border-style:solid;
	border-Width:1px;
	padding-left:5px;
	font-size: 10px;
	color:#04227C;
	
	height:18px;
	width:220px;
	
}

.textarea{
	width:220px;
	height:40px;
	border-color:#054CAE;
	font-family:"verdana";
	color:#000000;
	font-size:11px;
}

.button
{

	background-color:#052079;
	border-color:#052079;
  	border-style:solid;
	border-Width:1px;
	COLOR: #FFFFFF;
	width:100px;
	height:20px;
	FONT-SIZE: 11px;
	FONT-FAMILY: arial, helvetica, sans-serif;
	FONT-WEIGHT: bold;
	
}


#logo
{
	background-image:url("../images/logo.png");
	position:absolute;
	z-index:1;
	top:0px;
	width:165px;
	height:89px;
		
}

a {
	color:#052079;
	text-decoration:underline;
}


