html, body
{
	background: #FFF;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%; 
	max-height: 100%; 
	overflow: hidden;
	font-family: Verdana, Arial, sans-serif;
	color: #000;
	font-size: 11px;
	
}

div#container
{
	position: absolute;
	width: 900px;
	height: 100%;
	margin-left:-450px;
	left: 50%;
	padding: 0;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}

/* header en footer */

div#header, div#footer
{
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 240px;
	overflow: hidden;
	background: #fff;
}

/* header */

div#header_boven
{
	height: 40px;
	width: 100%;
	text-align: center;
	color: #777;
	font-size: 12px;
	padding-top: 5px;
	z-index: -1;
	background: url(images/top_bg.png) bottom center;
}

div#header_badge
{
	height: 50px;
	width: 160px;
	margin-left: 135px;
	z-index: 0;
	position: absolute;
	background: url(images/bage_bg.png) no-repeat bottom left;
	color: #f6e001;
	text-align: center;
}

span#badge_groot
{
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
}

span#badge_klein
{
	font-size: 16px;
	line-height: 12px;
	font-weight: bold;
}

div#header_onder
{
	height: 200px;
	width: 100%;
	background: url(images/fry_hai_bg.png) no-repeat bottom left;
}

div#contact
{
	height: 30px;
	width: 50px;
	margin-left: 800px;
	z-index: 0;
	position: absolute;
	text-align: center;
	padding-top: 7px;
}

a:link.contact, a:active.contact, a:visited.contact
{
	color: #0c4988;
	text-decoration: underline;
	font-size: 10px;
}

a:hover.contact
{
	color: #000;
	text-decoration: underline;
	font-size: 10px;
}

div#blocks
{
	position: absolute;
	left: 400px;
	background: #fff url(images/blocks.png) center top no-repeat;
	height: 100%;
	width: 50%;
}

/* content */

div#content
{
	position: absolute;
	top: 240px; /* Marge vanaf de bovenkant (#header) */
	bottom: 190px; /* Marge vanaf de onderkant (#footer) */
	left: 0;
	right: 0;
	overflow: auto; 
	background: #f5f5f5;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}

div#content_left
{
	width: 480px;
	height: 100%;
	float: left;
	padding: 10px;
}

div#content_right
{
	width: 350px;
	height: 100%;
	float: right;
	padding: 10px;
}

h2#title_black
{
	color: #000;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 16px;
}

span#title_red
{
	color: #f00;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 16px;
}

div#program_block
{
	background: url(images/program_block.png) no-repeat bottom left;
	width: 260px;
	height: 30px;
	color: #fff;
}

div#program
{
	padding: 10px;
}

/* footer */

div#footer
{
	top: auto;
	bottom: 0; 
	height: 190px; 
	overflow: hidden;
	background: #fff;
}

div#footer_boven
{
	height: 150px;
	width: 100%;
}

div#red_bar
{
	height: 26px;
	width: 100%;
	background: url(images/red_bar.png) repeat-x;
	top: 0;
	color: #fff;
	padding: 5px;
}

div#sponsors
{
	background: url(images/sponsors.png) no-repeat top center;
	width: 100%;
	height: 124px;
}


div#footer_onder
{
	height: 40px;
	width: 100%;
	text-align: center;
	color: #777;
	font-size: 12px;
	background: #f0f url(images/footer_bg.png) bottom center;
}
