*
{
	padding:	0;
	margin:		0;
}
p 
{
	/*padding: 	1em 0;
	line-height: 	1.5em;*/
}
html, body 
{
	height: 	100%; /* héél belangrijk */
	font-size:	85%;
	color:		#FFFFFF;
	font-family:	Arial;
	color: 		#FFFFFF;
	background: 	#000000;
	text-align: 	center;
}
#container 
{
	/*width: 		700px;*/
	margin: 	0 auto;
	text-align: 	center;
	position: 	relative;
	min-height: 	100%;
	height: 	auto !important; /* voor moderne browsers */
	height: 	100%; /* voor IE */
	background: 	#000000;
	/*border-left: 	1px solid #555;
	border-right: 	1px solid #555;*/
}
#header
{
	padding-left:	20px;
	height:		75px;
	font-size:	1.3em;
	background: 	#000000;
	line-height: 	60px;
	/*border-bottom: 	1px solid #555;*/
}
#inhoud 
{
  	/*text-align:	center;*/
  	padding: 	0 2em 60px 2em;
	vertical-align: middle;  	  	
}
#footer 
{
	/*border-top: 	1px solid #555;*/
	position: 	absolute;
	bottom: 	0; /* heel belangrijk */
	left:		0;
	width: 		100%;
	background: 	#000000;
	height: 	80px;
	/*line-height: 	80px;*/
	text-align:	center;
}
img
{
	border-width:	0px;
	border-style:	solid;
	border-color:	#000000;
}

table
{
	margin: 0 auto;
	width:		548px;
	height:		191px;
	cellpadding:	0px;
	cellspacing:	0px;
	padding: 0;
}
div.email_contact
	{
		margin-bottom:				7px;
	}
a.contact_startpage:visited, a.contact_startpage:active ,a.contact_startpage:link
	{
		font-size:				30px;
		font-variant: small-caps;
	}

a:visited, a:active ,a:link
	{
		color:					#FFFFFF;
		text-decoration:			underline;
	}
a:hover
	{
		text-decoration:			none;
	}
a.head:visited, a.head:active ,a.head:link
	{
		color:						#666666;;
		text-decoration:			underline;
	}
a.head:hover
	{
		text-decoration:			none;
	}
