/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #b50909;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
body {
	background: #c5d6e7 url(../images/bg_left.gif);
	position: relative;
}
h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	color: white;
}
h3 {
	margin-bottom: 1em;
}
iframe {
	border: 0;
}
li {
	list-style-type: none;
}
p {
	margin-bottom: 1em;
}
#warningbar {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
	background-color: #f7f7b3;
	border-bottom: 1px solid #AAAAAA;
	padding-top: .2em;
	padding-bottom: .3em;
	text-align: center;
	font-size: 1em;
	height: 1.3em
}
#warningbar img {
	padding-top: .1em !important;
	padding-top: .15em;
}
#sitenav div {
	/*height: 31px;
	font-size: .7em;*/
}
#omroeplogo {
	position: relative;
	float: right;
	top: -30px;
	right: 5px;
	background: white;
	z-index: 99;
}
#omroeplogo a {
	padding-right: 0; /* remove padding from rel="external" */
}
#bg_right {
	background: url(../images/bg_right.png) repeat-y 970px;
}
#wrapper {
	margin: 0 auto 0 auto;
	background: url(../images/bg_top.gif);
	border-left: 1px solid #d7e8f2;
	border-right: 1px solid #d7e8f2;
	padding-top: 20px;
	width: 970px;
}
#container {
	border-top: 1px solid #94989d;
	border-left: 1px solid white;
	margin-left: -1px; /* move #container over #wrapper border */
	background: #79abe0 url(../images/bg_top.jpg) no-repeat 0 21px; /* 20px #topbar + 1px border #header */
}
#topbar {
	background: url(../images/bg_headerbar.png) repeat-x;
	line-height: 20px;
}
#header {
	height: 120px;
	text-indent: -10000px;
	border-top: 1px solid black;
}
#content {
	background: transparent url(../images/bg_gradient.jpg) repeat-x 0 164px;
	font-size: .7em;
}
#nav_main {
	height: 21px;
	margin: 15px 15px 8px 15px;
	border-bottom: 3px solid #578bc5;
}
#nav_main ul {
	list-style: none;
	height: 20px;
	border-bottom: 1px solid #dce8f3;
}
#nav_main ul li {
	color: white;
	float: right;
	margin-left: 3px;
}
#nav_main ul li a {
	background: #578bc5;
	color: white;
	padding: 5px 25px 5px 25px;
}
#nav_main ul li a.active {
	background: #dce8f3;
	color: #2d4962;
}
#lcolumn {
	padding-left: 15px;
	position: relative;
}
#lcolumn_wrapper {
	width: 300px;
	height: 100%;
	position: absolute;
	top: 0;
}
#lcolumn_content {
	background: url(../images/bg_gradient.jpg) repeat-x 0 164px;
	padding-bottom: .5em;
	position: relative;
	z-index: 99;
}
#rcolumn {
	margin-left: 315px; /* width + padding #lcolumn */
	padding-right: 15px;
}
#nieuws {
	background: white;
}
#nieuws a,
#service a {
	color: #333333;
}
/* #nieuws a:visited,
#service a:visited {
	color: #777777;
} -- does not work well because we're using AJAX, so turned off -- */
#nieuws h2,
#oproep h2,
#service h2,
#intro_uitsmijter h2,
#intro_poll h2,
#intro_nieuwsvideo h2,
#hoofdpunt h2,
#poll h2,
#uitsmijter h2,
#nieuwsvideo h2 { 
	background: #2d4962;
	line-height: 1.5em;
	text-indent: 10px;
}
#nieuws ul,
#oproep .content,
#service ul,
#intro_uitsmijter .content,
#intro_poll .content,
#intro_nieuwsvideo .content,
#hoofdpunt .content,
#poll .content,
#uitsmijter .content,
#nieuwsvideo .content {
	background: white;
	margin-bottom: 1em;
	padding: 10px;
}
#nieuws li,
#service li {
	line-height: 1.5em;
}
#nieuws li a,
#service li a {
	background: url(../images/arrow_right.gif) no-repeat 0 5px;
	padding-left: 12px;
	display: block;
}
#nieuws li:hover {
	background: #ebf1f7;
	padding: 0 10px 0 10px;
	margin: 0 -10px 0 -10px;
}
#nieuws li.active,
#service li.active {
	background: #ebf1f7;
	padding: 0 10px 0 10px;
	margin: 0 -10px 0 -10px;
	line-height: 1.5em;
}
#nieuws li.active a,
#service li.active a {
	background: url(../images/arrow_down.gif) no-repeat 0 5px;
}
#nieuws li.active div,
#service li.active div {
	background: #f7f9fa;
	padding: 10px 20px 1px 20px;
	margin: 1px -10px 0 -10px;
	line-height: 1.2em;
}
#nieuws .time {
	float: right;
}
#service address {
	font-style: normal;
}
#service li.active address a,
#service li.active ul li a {
	color: #b50909;
	background: none !important;
	padding-left: 0;
	display: inline;
}
#service li.active div {
	background: #f7f9fa;
	padding: 10px 20px 10px 20px;
	margin: 1px -10px 0 -10px;
}
#service li.active ul {
	background: #f7f9fa;
	padding: 0 20px 0 0;
	margin-bottom: 0;
}
#service li.inactive div {
	display: none;
}
#service ul ul {
	padding-left: 0;
}
#filling {
	width: 300px;
	height: 100%;
	background: url(../images/bg_bottomleft.gif);
	position: absolute;
	bottom: 0;
	z-index: 1;
}
#intro {
	height: 390px;
	position: relative;
}
#intro_video a {
	color: white;
}
#intro_video h2 {
	background: #b50909;
	line-height: 20px;
	padding: 0 10px 0 10px;
	margin-right: 5px;
}
#intro_video h2.active {
	background: #dce8f3;
}
#intro_video h2.active a {
	color: #2d4962;
}
#intro_video div {
	border: 1px solid white;
	width: 350px;
	height: 350px;
	position: absolute;
	left: 0;
	top: 20px;
}
#intro_video iframe {
	background: #151c2e url(../images/bg_player.jpg) repeat-x bottom;
	width: 350px;
	height: 350px;
}
ul:after {
	clear: both;
}
#intro_video li {
	float: left;
}
#intro_over,
#intro_uitsmijter,
#intro_poll,
#intro_nieuwsvideo {
	margin-left: 363px;
}
#intro_over h2,
#intro_uitsmijter h2,
#intro_poll h2,
#intro_nieuwsvideo h2 { 
	line-height: 19px;
}
#intro_over .content,
#intro_uitsmijter .content,
#intro_poll .content,
#intro_nieuwsvideo .content {
	height: 71px;
	margin-bottom: 11px;
}
#intro_uitsmijter {
	padding-top: 20px;
}
#intro_uitsmijter img,
#intro_poll img,
#intro_nieuwsvideo img {
	/*float: right;*/
	margin-left: 10px;
}
#intro_uitsmijter .intro a,
#intro_nieuwsvideo .intro a {
	color: #333333;
}
#intro_uitsmijter .content:after,
#intro_poll .content:after,
#intro_nieuwsvideo .content:after {
	clear: right;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
#intro_poll iframe {
	height: 71px;
	width: 131px;
}
#hoofdpunt {
	position: relative;
}
#hoofdpunt .content {
	padding-right: 344px; /* width flash */
	min-height: 250px; /* height flash */
}
#hoofdpunt .intro,
#uitsmijter .intro {
	font-weight: bold;
}
#hoofdpunt li,
#uitsmijter li {
	line-height: 1.5em;
}
#hoofdpunt_flash {
	position: absolute;
	right: 0;
	top: 20px;
/*	display: none; /* testing displaying image only */
}
#hoofdpunt_img {
	position: absolute;
	right: 10px;
	top: 30px;
	background: #f7f9fa;
	width: 320px;
	min-height: 250px;
	text-align: center;
	padding-top: 5px;
}
#poll iframe {
	float: left;
	border-right: 1px solid #b5bec6;
	margin-right: 17px;
	width: 450px;
	height: 150px;
}
#poll .active {
	font-weight: normal;
}
#poll_right {
	font-weight: bold;
}
#poll_right ul ul {
	margin-top: 20px;
}
#poll_right li li {
	line-height: 1.5em;
}
#poll .content,
#nieuwsvideo .content {
	margin-bottom: 0; /* bottom-align last block with background stripes on the left */
}
#uitsmijter .content {
	position: relative;
	padding-right: 344px; /* width flash */
	padding-bottom: 89px; /* height #uitsmijter_filmstrip div + bottom margin #uitsmijter_filmstrip */
	min-height: 250px; /* height flash */
}
#uitsmijter_flash {
	position: absolute;
	right: 0;
	top: 0;
}
#uitsmijter_filmstrip {
	margin-left: 4px;
	position: absolute;
	bottom: 15px;
}
#uitsmijter_filmstrip div {
	float: left;
	width: 99px;
	height: 74px;
	margin-right: 25px;
}
#uitsmijter_filmstrip .last {
	margin-right: 0;
}
#u_filmstrip_1,
#u_filmstrip_3,
#u_filmstrip_5 {
	background: #b50909;
}
#u_filmstrip_2,
#u_filmstrip_4,
#u_filmstrip_6 {
	background: #2d4962;
}
#nieuwsvideo .nav {
	float: right;
    width: 185px;
    height: 4.5em;
    font-size: 1.1em;
    text-align: right;
}
#nieuwsvideo .nav a {
	font-weight: bold;
    background: url(/static/journaalop3/images/arrow_back.gif) no-repeat 0 1px;
    padding-left: 18px;
}
#nieuwsvideo iframe {
	float: left;
	margin-right: 17px;
	width: 610px;
	height: 1250px;
}
#copyright {
	text-align: right;
	font-size: .85em;
	line-height: 2.5em;
	margin-right: 15px;
}
#copyright a {
	color: #333333;
}
#sitestat,
#nieuws .sitestat {
	height: 1px;
	position: absolute;
	top: 1px;
	visibility: hidden;
	width: 1px;
	z-index: 1;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
