*
{
	margin:0px;
	padding:0px;
}

html, body 
{
	height:99%;
} 

body
{
	text-align: left;
	font-family: arial, verdana, sans-serif;
	font-size: 76%;
	background-color: #aaaaaa;
}

a 
{
	text-decoration:  none;
}

a:hover 
{
	text-decoration:  underline; 
}

a:link, a:active, a:visited
{
	color: white; 
}

img
{
	border:none;
}

#Page
{
	position: relative;

	width: 612px;

	margin-left: auto;
	margin-right: auto;
	
	top: 50px;

	background-color: #aaaaaa;

	padding-bottom: 10px;
	margin-bottom: 10px;
}

#JoeHoe
{
	position: absolute;
	top: -30px;
	left: -30px;
	z-index: 10;
}

#Main
{
	z-index: 9;
	position: relative;

	margin: 10px;
	padding: 0px;

	width: 592px;

	background-color: #ff5200;
	
	top: 10px;
}

#Header
{
	width: 100%;
	text-align: center;
	padding-top: 20px;
}

#Vragen
{
	color: white;
	padding-left: 100px;
	padding-top: 20px;
}

#Vragen p
{
	padding-top: 15px;
	padding-bottom: 5px;
}

#Vragen ul
{
	list-style: none;
	padding-left: 10px;
}

#Vragen ul li input
{
	margin-right: 5px;
}

#Mascotte
{
	width: 100%;
	text-align: center;
	padding-top: 20px;
}

#Footer
{
	width: 100%;
	text-align: right;
	padding-bottom: 20px;
}