*
{
	margin:				0;
	padding:			0;
}

html
{
	height: 100%;
}

body
{
	font-size:			76%;
	height: 			100%;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#container
{
	min-height: 		100%;	
	position: 			relative;
}

#centered
{
	margin-left:		auto;
	margin-right:		auto;
	/*max-width:			76em;*/
	min-height: 		100%;	
	padding-bottom: 	2em;
	position:			relative;
}

html #container #centered
{
	height: 100%;
}

#header
{
	position: 			relative;
}

#header_img
{
	height:				4.5em;
	padding-top:		1.2em;
	position: 			absolute;
	right: 				0;
	top: 				3.2em;	
	}

#header_content
{
	font-size:			1em;
	font-weight:		normal;
	height:				200px;
	padding-top:		1.2em;
	padding-left: 		1.4em;
}

#klikpad a
{
	text-decoration: 	none;
}

#klikpad a:hover
{
	text-decoration: 	underline;
}

#klikpad p strong
{
	font-weight:		normal;
}

#header_content strong
{
	color:				#fff;
	font-weight:		bold;
}

#header h1 a
{
	text-decoration:	none;
}

#header h1 a:hover
{
	text-decoration:	none;
}

#menu
{
	list-style:			none;	
	position: 			absolute;
	left:				30em;	
	}

#live
{
	float: 				left;
	width: 				21em;
	margin-left: 		1em;
}

ul
{
	list-style: 		none;	
}


#sidebar_home
{
	/*float:				left;*/
	margin-left:		-21em;	
	position:			absolute;
	right:				15px;
	top:				1em;
	width: 				180px;
	background: 		#edf1f6;
	color: 				#52708c;
}

#sidebar_home h2, #sidebar_home h3
{
	font-size: 1.09em;
	color: #52708c;
}

#direct
{
	margin-bottom: 		1em;
	padding-left: 		1em;
	padding-right: 		1em;
	}

#main
{	
	min-height:			30em;
	width:				976px;
	padding:			9px;	
	padding-bottom:		10em;
	position: 			relative;
	margin:				0 auto;
	
}

#content
{
	margin-left:		24.5em;
	margin-top:			0;
	margin-bottom:		2em;
	margin-right:		25em;	
}

#media_bar
{
	margin-top:			10em;
	min-height:			12em;
	padding:			1em;
	width:				18em;
}

#MediaPlayer
{
	height: 			20em;
	width: 				18em;
}

#MediaPlayer_FF
{
	height: 			18em;
	width: 				18em;
}

#content_search
{
	min-height:			25em;
	width:				71em;
}

#vergaderingen
{
	/*float: 				right;*/
	width: 				40em;
}

#navigation {

	position:absolute;
	top:3.5em;
	left:2em;
	width:20em;
}

#sidebar
{
	left:				1.5em;
	position:			absolute;
	top:				4em;
	width:				20em;
}

#sidebar_themas,#sidebar_organen,#sidebar_verg, #links
{
	left:				1.5em;
	padding: 			1em;
	position:			absolute;
	top:				0;
	width: 				19em;
}

#sidebar_verg
{
	min-height: 		20em;
	margin-top:			2em;
}

#sidebar_themas{
	margin-top:			2em;
	} 
	

#sform
{
	left: 				24.5em;
	position: 			absolute;
	top: 				7em;
	width:				40em;
}

#searchresults
{
	margin-top: 		23em;
}

#agendapunten table
{
	margin-top: 		.6em;
}

#content:after 
{
	clear: both; 
    content: "."; 
    display: block; 
    height: 0; 
    visibility: hidden;
}

