html, body
{
	color: #333;
	
	font-size: 12px;
	font-family: "Arial", "Lucida Grande", sans-serif;
	
	margin: 0;
	padding: 0;
}

body
{
	background-image: url('../img/header_background.jpg');
	background-repeat: repeat-x;
	
	margin: 0;
	padding: 0;
	
	line-height: 130%;
}

a:link, a:visited, a:hover, a:active
{
	text-decoration: none;
}

a:hover
{
	outline: none;
}

a img
{
	border: none;
}

#container
{
	width: 990px;
	margin: 0 auto;
	
	position: relative;
}

#container h1
{
	display: block;
	
	text-indent: -9999px;
	
	width: 150px;
	height: 130px;
	
	background-image: url('../img/header_logo.jpg');
	background-repeat: no-repeat;
	
	margin: 0 0 20px 0;
	padding: 0;
}

#navigation
{
	display: block;

	width: 190px;
	
	float: left;
	
	position: absolute;
	top: 100px;
	left: 0;
}

#navigation ul, #navigation ul ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	
	padding: 0;
	background-color: #fff;
}

#navigation ul li a
{
	font-size: 11px;
	display: block;
	color: #fff;
	font-weight: bold;
	list-style-type: none;
	background-color: #333;
	padding: 4px 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
}

#navigation ul li a.parent
{
	background-image: url('../img/nav_down_arrow_normal.png');
	background-position: right center;
	background-repeat: no-repeat;
}
/*
#navigation ul li a.parent.selected
{
	background-image: url('../img/nav_down_arrow_hover.png');
}
*/

#navigation ul li ul li a
{
	color: #555;
	font-weight: bold;
	background-color: #ccc;
/*	padding-left: 15px; */
	background-image: none;
}

#navigation ul li ul li ul li a
{
	color: #777;
	font-weight: normal;
	background-color: #eee;
/*	padding-left: 25px; */
}

#navigation ul li a:hover
{
	color: #ddd;
	background-color: #555;
}

#navigation ul li a.parent:hover
{
	background-image: url('../img/nav_down_arrow_hover.png');
}

#navigation a.selected, #navigation a.selected:hover
{
	color: #fff;
	background-color: #c11d19;
}

#navigation ul li ul li a:hover
{
	color: #777;
	background-color: #ddd;
	background-image: none;
}

#navigation ul li ul li ul li a:hover
{
	color: #555;
	background-color: #fff;
}

#content
{
	display: block;
	
	width: 390px;

	position: absolute;
	top: 100px;
	left: 200px;
}

#content h2
{
	display: block;
	
	background-color: #c11d19;
	
	margin: 0;

	color: #fff;
	font-size: 13px;
	padding: 4px;
	display: block;
	text-transform: uppercase;
	height: 35px;
	position: relative;
}

#content h2 span
{
	color: #333;
	background-color: #fff;
	padding: 5px;
	position: absolute;
	top: 10px;
	left: 10px;
}

#content .item
{
	padding: 10px;
	margin: 0 0 5px 0;

	background-color: #eee;

	background-image: url('../img/content_item_background_large.jpg');
	background-repeat: repeat-y;

	position: relative;
}

#content .item p
{
	padding: 0;
	margin: 10px 0 0 0;
	
	line-height: 150%;
}

#content .item.featured
{
	color: #430605;
	background-color: #f3c4c2;
	background-image: none;
	margin-top: 0;
	padding: 0;
	position: relative;
}

#content .item.featured .summary
{
	padding: 10px;
}

#content .item.featured h3
{
	clear: left;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#content .item.featured .thumb
{
	background-color: #c11d19;
	padding: 0 10px 10px 10px;
	margin: 0;
	float: none;
	position: relative;
}

#content .item h3
{
	line-height: 150%;
	
	margin: 0;
	padding: 0;
}

#content .item h3 a
{
	border: none;
	color: #333;
	font-size: 16px;
}

#content .item h3 a:hover
{
	background-color: transparent;
	color: #c11d19;
}

#content .item.featured h3 a
{
	font-size: 16px;
	color: #c11d19;
	background-color: transparent;
}

#content .item.featured h3 a:hover
{
	color: #fff;
}

#content .item .thumb
{
	display: block;
	
	float: right;
	
	padding: 0;
	margin: 10px 0 0 10px;
}

#content .item .thumb img
{
	border: 5px solid #fff;
}

#content .item.featured .thumb
{
	margin: 0;
}

#content .item .datetime
{
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	background-color: #333;

	display: block;
	width: 35px;
	float: left;
	text-align: center;
	
	line-height: 150%;
	
	margin-right: 2px;
}

#content .item .weekday
{
	color: #333;
	font-size: 11px;
	font-weight: bold;
	background-color: white;

	display: block;
	width: 55px;
	float: left;
	text-align: center;
	
	line-height: 150%;
	
	margin-right: 2px;
}

#content .item.featured .datetime
{
	color: #fff;
	background-color: #c11d19;
}

/* SHORT NEWS */

#short-news
{
	position: absolute;
	top: 100px;
	left: 600px;
	background-color: #eee;
	width: 370px;
	padding: 10px;
}

#short-news h3
{
	padding: 0;
	margin: 0 0 5px 0;
	
	display: block;
}

/*
#short-news a.updated
{
	padding-left: 60px;
	background-image: url('../img/updated.jpg');
	background-repeat: no-repeat;
	background-position: center left;
}
*/


#short-news h3 span
{
	padding: 6px;
	background-color: #333;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	line-height: 100%;
}

#short-news ul
{
	display: block;
	padding: 0;
	margin: 0 0 10px 0;
}

#short-news ul li
{
	margin: 0;
	padding: 0;

	line-height: 200%;
	
	list-style-type: none;
}

#short-news ul li .datetime
{
	color: #333;
	font-size: 11px;
	font-weight: bold;
	background-color: #fff;

	display: block;
	width: 40px;
	float: left;
	text-align: center;
	
	margin: 0 5px 0 0;
}

#short-news ul li a
{
	display: block;
	color: #333;
	padding: 0;
	margin: 2px 0;
	line-height: 170%;
}

#short-news ul li a:hover
{
	color: #c11d19;
}

#short-news ul li a:hover .datetime
{
	color: #fff;
	background-color: #c11d19;
}

#short-news h2
{
	font-size: 13px;
	padding: 0;
	margin: 0;
	display: block;
	text-transform: uppercase;
	height: 35px;
	position: relative;
}

#short-news h2 span
{
	color: #fff;
	background-color: #c11d19;
	padding: 5px;
	position: absolute;
	top: 0;
	left: 0;
}
/*
ul#section-navigation
{
	position: absolute;
	left: 0;
	top: 90px;
	margin: 0;
	padding: 0;
}

ul#section-navigation li
{
	list-style-type: none;
	display: inline;
}

ul#section-navigation a
{
	display: block;
	float: left;
	height: 40px;
	width: 120px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

ul#section-navigation a.home
{
	background-image: url('../img/nav_home.jpg');
}

ul#section-navigation a.nieuws
{
	background-image: url('../img/nav_nieuws.jpg');
}

ul#section-navigation a.sport
{
	background-image: url('../img/nav_sport.jpg');
}

ul#section-navigation a.cultuur-media
{
	background-image: url('../img/nav_cultuur-media.jpg');
}
*/

.media-icons img
{
	margin-right: 5px;
}

#dossiers
{
	display: none;
	position: absolute;
	top: 100px;
	left: 720px;
}

.title-video a
{
	color: #333;
	font-size: 11px;
	display: block;
	background-color: #fff;
	padding: 5px 10px;
	font-weight: bold;
	margin: 10px 0 0 0;
}

.item.featured .title-video a
{
	background-color: #fff;
}

.video-player
{
	display: none;
}