/*==============================================================================

	This website/webapplication is developed by:
	Occhio Group
	http://www.occhio.nl/
	info@occhio.nl
	+31 (0)20 320 78 70
					
==============================================================================*/

/* ============================================================================= 
	STYLES FOR CONTENT 
============================================================================= */

body {
	line-height: 1.8em;
	color: #333;
}

#header,
#menu {
	text-transform: lowercase;
}

#intro {
	font-size: 1.2em;
	line-height: 1.8em;
}

#intro h1 {
*	margin-bottom: 4px;
}

p, h1, h2, h3 {
	margin: 0;
}

p {
	margin: 0 0 7px 0;
}

a, a:link, a:visited, a:hover {
	color: #C800C8;	
	text-decoration: none;
}

#menu a, #menu a:link, #menu a:visited {
	color: #595959;
}

#menu li.active a,
#menu a:hover,
#menu a:visited:hover {
	color: #0064AA;
}

#nav {
	font-size: 8px;
	text-transform: uppercase;
}

ol, ul, li {
	margin: 0;
	padding: 0;
}



/*
.content a:hover,
.content a:visited:hover {
	text-decoration: underline;
}


.content a.readMore,
.content a.readMore:link,
.content a.readMore:visited {
	color: #0064AA;
}

.content a.readMore:hover,
.content a.readMore:visited:hover {
	text-decoration: none;
}*/
a.readMore,
a.readMore:link,
a.readMore:visited {
	color: #0064AA;
}

a.readMore:hover,
a.readMore:visited:hover {
	text-decoration: none;
}

.content li a,
.content li a:link,
.content li a:visited {
	color: #0064AA;
}

.content ol, .content ul {
	margin: 0 0 7px 0;
}

.content ul {
	margin-left: -8px;
}

.content ul li {
	list-style-type: none;
	background: url(/images/layout/dot-ul.gif) no-repeat 0 9px;
	padding: 0 0 0 8px;
}

ol {
	padding-left: 18px;
}

#underconstruction {
	z-index: 999;
	border: 1px solid red;
	background: #fff;
	font-weight: bold;
	padding: 10px;
	width: 200px;
	position: absolute;
	top: 10px;
	right: 10px;
}

p.title-programma-vo a:visited {
	color: #0064AA;
}

/* youtube movie positioning in specific news item 162 */

div#newsItem162 a#movieRealTime {
	position: absolute;
	top: -80px;
	left: 650px;
}

div#newsItem162 a#movieRealTime2 {
	position: absolute;
	top: 90px;
	left: 650px;
}

/* youtube movie positioning in specific agenda item 184 */

div#agendaItem184 a#youtubeMovie /* nl */,
div#agendaItem185 a#youtubeMovie /* en */ {
	position: absolute;
	top: -80px;
	left: 650px;
}

/* item in sidebar positioning generic*/

.sidebarItem1 {
	position: absolute;
	top: -80px;
	left: 650px;
}

.sidebarItem2 {
	position: absolute;
	top: 100px;
	left: 650px;
}

.sidebarItem3 {
	position: absolute;
	top: 280px;
	left: 650px;
}