/************************************************************
	MAIN GEDEELTE
/************************************************************/

	body {
		font: 12px verdana;
		color: #000;
		background: #fff url(images/body-bg.jpg) no-repeat;
	}
	
	#container {
		margin-bottom: 10px;
		width: 995px;
	}
	
	#navigation {
		float: left;
		margin-top: 236px;
		padding-right: 30px;
		width: 290px;
	}
	#page {
		float: left;
		width: 660px;
		margin-top: 120px;
		min-height: 550px;
		height: auto !important;
		height: 550px;
		padding-bottom: 20px;
		border: 7px solid #cc0067;
		background: #fff url(images/page-bg.jpg) no-repeat;
	}	
/*	
	#navigation {
		position: absolute;
		top: 305px;
		left: 10px;
		
		width: 290px;
	}

	#page {
		position: absolute;
		left: 320px;
		top: 147px;
		width: 660px;
		min-height: 550px;
		height: auto !important;
		height: 550px;
		padding-bottom: 20px;
		border: 7px solid #cc0067;
		background: #fff url(images/page-bg.jpg) no-repeat;
	}
	*/	
	#sponsoring {
		position: absolute;
		top: 150px;
		left: 980px;
		width: 200px;
		height: 400px;
		border: 1px solid #000;
		display: none;
	}
	
	#hoofd-sponsors2 {
		display: block; 
		width: 160px; 
		height: 100px; 
		position: absolute;
		top: 790px;
		left: 20px;
	}

/************************************************************
	NAVIGATIE GEDEELTE
/************************************************************/

	#navigation ul {
		text-align: right;
	}

	#navigation ul a {
		color: #000;
		text-decoration: none;
	}
	#navigation ul a:hover {
		text-decoration: none;
	}

	#navigation ul li {
		font: bold 18px verdana;
		line-height: 20x;
	}
	#navigation ul ul li {
		font: 12px verdana;
		line-height: 20x;
	}	

/************************************************************
	PAGE GEDEELTE
/************************************************************/
	
	#page .content {
		padding:25px;
	}
	
	#page .breadcrumbs {
		height: 25px;
	}
	
	
/************************************************************
	ALGEMEEN GEDEELTE
/************************************************************/	

	h1 {
		font: bold 18px verdana;
		margin-top: 15px;
		margin-bottom: 10px;
		color: #262c67;
	}
	
	h2 {
		/*font: bold 16px verdana;*/
		font: bold 1.2em verdana;
		margin: 10px 0 2px 0;
	}
	
	h3{
		font-weight: bold;
	}
	h2#date {
		position: absolute;
		top: 126px;
		left: 320px;
		color: #DA2441;
		text-transform:uppercase; 
		font-size: 17px;
		margin: 0;
	}
	
	a {
		color: #cc0067;

	}
	#page a {
		font-weight: bold;
		font-size: .9em;	
	}
	
	
	p {
		margin-bottom: 10px;
	}
	
	.component {
	
	}
	
	.clear {
		clear: both;
		width: 100%;
		height: 1px;
	}
	.access {
		position: absolute;
		left: -2000em;
	}
	strong {
		font-weight: bold;
	}
	
	#page ul {
		list-style: outside square;
		margin: 5px 0 5px 30px;
		
	}

/************************************************************
	HAN CORPORATE
/************************************************************/	
	
	#han-corporate-bar {
		background:#036 url(images/bg_hancorporate_bar.gif);
		width:100%; height: 25px;
		text-align:right; 
		font: 11px verdana;
		color:#FFFFFF;
	}
	#han-corporate-bar span {
		padding: 5px 8px 0 0;
		display:block;
		float:right;
	}
	#han-corporate-bar span.logo {
		display:block;
		float:right;
		padding:1px 1px 0 0;
	}
	#han-corporate-bar a 	{
		color: #ffffff;
		text-decoration:none;
	}
	#han-corporate-bar a:hover 	{
		text-decoration:underline;
	}	