*
{
	margin:				0;
	padding:			0;
}

html
{
	height: 100%;
}

body
{
	font-family:		Arial,Sans-Serif;
	font-size:			76%;
	height: 			100%;
}

h1
{
	display:			none;
}

h2
{
	font-size:			1.2em;
	color:				#CC3300;
	margin-bottom:		1em;
}

a
{
	display:			block;
	font-size:			.9em;
	padding:			2px;
	color:				white;
	font-weight:		bold;
	text-decoration:	none;
}

a:hover
{
	padding-bottom:		4px;
	background:			#F2CCBF;
}

a.active
{
	color:				#CC3300;
	background:			white;
	padding:			3px;
}

a.active:hover
{
	color:				#CC3300;
	background:			white;
	padding:			3px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#container
{
	min-height: 		100%;	
	position: 			relative;
	background:			#CC3300;
}

#centered
{
	margin-left:		auto;
	margin-right:		auto;
	width:				750px;
	min-height: 		100%;	
	padding-bottom: 	5em;
	position:			relative;
}

html #container #centered
{
	height: 100%;
}

#header
{
	padding-top:		0;
	position: 			relative;
	height:				54px;
	background-image: 	url(../images/bg_top.gif);
	text-align:			center;
}

#header img
{
	margin-top:			.5em;
}

#main
{	
	padding:			0;	
	padding-bottom:		9em;
	padding-top:		3em;
	position: 			relative;
	background:			white;
}

#content
{
	padding-right:		2em;
	padding-top:		1em;
	padding-left:		1em;
	margin-left:		1em;
	position: 			relative;
}

#content img.video
{
	width:				480px;
	height:				320px;
}

#navigation
{
	position:			absolute;
	top:				0;
	left:				0;
	width:				750px;
	height:				22px;
	background-image: 	url(../images/bg_hoofdmenu.gif);
}

#navigation ul
{
	margin-top:			2px;
	list-style-type:	none;
}

#navigation ul li
{
	float:				left;
	width:				80px;
	text-align:			center;
}

#footer
{
	clear:				both;
	height: 			10em;
	position:			relative;
	margin-left: 		auto;
	margin-right:		auto;
	text-align:			center;
}

#footer img
{
	padding-top:		.8em;
}

#footer p
{
	color:				#EBAD99;
	position:			absolute;
	right:				0;
}

#footer a
{
	color:				#EBAD99;
	display:			inline;
	text-decoration:	none;
	margin:				0 3px;
}

#footer a:hover
{
	background:			none;
	text-decoration:	underline;
}