body {
	background: #dbdbff;
	margin: 0px;
	font-family: verdana;
	font-size: small;
}

a {
	color: #0154a4;
}

#page {
	background: #fff;
	width: 979px;
	min-height: 100%;
	overflow: hidden;
	margin: 0 auto;
}

#header {
	background: #0055a5 url('../images/header.jpg') bottom no-repeat;
	height: 230px;
	width: 969px;
	margin: 0 0 0 5px;
}

#menubar {
	height: 40px;
	width: 969px;
	margin: 0 0 0 5px;
	background: url(../images/menu_repeater.jpg);
}

#menubar ul {
	color: #a7a5a6;
}

ul.nav {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 0;
	margin: 0;
	font-weight:bold;
}

.nav li {
	display:inline;
	float:left;
	font-size: 13px;
}

#content h3 {
	color: #0154a4;
}

#menubar li a {
	color: #26323c;
	display:block;
	padding: 0 17px 0 17px;
	line-height: 40px;
	text-decoration: none;
	margin: 2px 0 0 0;
}

#menubar li img {
	border: none;
	vertical-align: middle;
}

#menubar input {
	width: 110px;
}

#menubar li a:hover, #menubar li.active a {
	display:block;
	color: #26323c;
	background: #fff;
	border: 1px solid #a2a8b8;
	border-bottom: 0px;
	padding: 0 15px 0 15px;
	margin: 1px 1px 0 1px;
	height: 39px;
}

#footer ul.nav {
	width: 830px;
	height: 300px;
	padding-top: 10px;
	margin-top: 10px;
	background: url(../images/menu_repeater2.jpg) repeat-x;
	border-top: 1px solid #a7a5a6;
}


#footer .nav li a {
	color: #26323c;
	display:block;
	padding: 0 20px 0 20px;
	text-decoration: none;
}

#footer .nav li a:hover {
	color: black;
	text-decoration: none;
}


#submenubar {
	background: url('../images/submenu_bar_grijs.jpg') bottom repeat-x;
	height: 28px;
	width: 969px;
	border-bottom: 1px solid #dbdbdb;
	margin: 0 0 0 5px;
}

#main {
	float: left;
	width: 840px;
	overflow: hidden;
}

#sidebar {
	width: 190px;
	padding-top: 20px;
	padding-left: 10px;
	min-height: 100px;
	float: left;
}
#sidebar .catblock {
	background: #E0E4EF;
	margin: 0;
	padding: 0;
	width: 270px;
}

#sidebar .catblock ul{
	list-style-image: url(../images/list_arrow.png);
	list-style-position: outside;
	list-style-type:none;
	padding: 0;
	margin: 0;
}

#textbanners {
	width: 530px;
}

#sidebar ul li.cat:hover {
	background: url('../images/catactive.gif') bottom repeat-x;
}

#sidebar ul li.cat {
	padding: 10px 0 30px 10px;
	border-bottom: 1px solid white;
}

#sidebar ul li.cat ul {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: small;
}

#sidebar ul li img {
	border: 1px solid #a7a5a6;
	margin: 0 0 10px 0;
}

#sidebar #sidebarheader {
	background: url('../images/sidebarhead.gif') repeat-x;
	height: 32px;
	width: 270px;
	margin: 0;
}

#sidebar #sidebarheader h3 {
	font-size: 13px;
	font-weight: bold;
	color: white;
	padding: 0 0 0 6.5px;
	line-height: 32px;
	margin: 0;
}


#sidebar .catblock h3 {
	padding: 10px 0;
	
	margin: 0;
}

#sidebar .catblock h3 a {
	text-decoration: none;
}

#sidebar .catblock p, #sidebar .catblock h4 {
	margin: 0px;
	padding: 0px;
}

#textbanners {
	margin: 0 10px;
	float: left;
	clear: both;
}

#blockwrapper {
	width: 100%;
	margin-left: 10px;
	margin-top: 20px;
}

#blockwrapper .block {
	float: left;
	height: 260px;
	width: 260px;
	margin: 15px 10px 15px 10px;
	overflow: hidden;
}

.block_nextline{
	width: 260px;
	height: auto;
	overflow: hidden;
	background: url(../images/nextline_bg.jpg) no-repeat bottom;}

.block img {
	border: none;
	vertical-align: middle;
}

.block h3 {
	margin: 0px 0px 5px 0px;
	font-size: 14px;
	line-height: 41px;
	color: #fff !important;	
	background: url(../images/h1_bg.jpg) repeat-x;	
	height: 41px;
	width: 195px;
	text-align: center;
}

.block h5 {
	margin: 0px 0px 5px 0px;
	font-size: 14px;
	line-height: 41px;
	color: #0e559a !important;	
	background: url(../images/h5_bg.jpg) repeat-x;	
	height: 41px;
	width: 195px;
	text-align: center;
}

.block h4{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 14px;
	line-height: 41px;
	color: #282f35 !important;	
	background: none;
	height: 41px;
}

#right_bar {
	float: right;
	margin: 0 5px 0 0;
	width: 120px;
	min-height: 100%;
}

#right_bar .block {
	float: left;
	clear: both;
	max-height: 600px;
	width: 120px;
	overflow: hidden;
}

#left_bar {
	float: left;
	margin: 0 5px 0 0;
	width: 120px;
	min-height: 100%;
}

#left_bar .block {
	float: left;
	clear: both;
	max-height: 600px;
	width: 120px;
	overflow: hidden;
}


#footer {
	background: #fff;
	height: 70px;
	padding: 0 0 0 10px;
}

#footer .nav li {
	border-right: 1px solid #a7a5a6;
	margin-bottom: 3px;
	font-size: 13px;
}

#footer .nav li.last {
	border-right: 0px;
}


/* Category pages */

#pagewrapper {
	float: left;
	width: 840px;
}

#content #contentleft, #content #contentright, #content #contentwide {
	padding: 10px 0;
	float: left;
}

#content #contentleft {
	width: 540px;
	margin-left: 10px;
	border-bottom: 1px solid #a7a5a6;
}

#content #contentright {
	margin-left: 10px;
	width: 260px;
	height: 100%;
	font-size: small;
}

#content #contentright li {
	padding-bottom: 6px;
}

#content #contentright div{
	margin-bottom: 50px;
}

#content #contentright ul{
	list-style-image: url(../images/list_arrow.png);
	list-style-position: outside;
	list-style-type:none;
	padding: 0;
	margin: 0;
	margin-left: 10px;

}

#content #contentright ul a{
		color: black;
}

#content #contentwide {
	clear: both;
	margin-left: 10px;
	width: 820px;
	border-bottom: 1px solid #a7a5a6;
}

#content #contentleft h1, #content #contentwide h1 {
	font-size: 18px;

	text-transform: uppercase;
}

#content #contentleft h2 {
	margin-bottom: 0;
	font-size: 11px;
}

.videoPrev
{
	border: 1px solid #ddd;
	width: 45%;
	height: 120px;
	float: left;
	margin: 15px;
	cursor: pointer;
	border-radius: 2px;
}
.videoPrevText
{
	padding-top: 4px;
	width: 151px;
	height: 106px;
	margin: 0 auto;
	float: left;
	overflow: hidden;
	font-size: 11px;
}

.videoPrevText p {
	margin: 0px;
}
.videoPrevText h3
{
	font-size: 12px;
	margin: 0px;
}
.videoPrevText small
{
	color: silver;
}
.videoPrevThumb
{
	margin: 0 auto;
	width: 151px;
	height: 93px;
	margin: 10px;
	float: left;
}

.videoPrevThumb img
{
	height: 93px;
	width: 151px;
}

.videoPrevThumbHover
{
	display: block;
}
.videoPrev .videoPrevThumbHover
{
	
	position: absolute;
	width: 151px;
	height: 93px;
	background: url('../images/videoHover.png') no-repeat center center;
	margin-left: 9px;
	margin-top: 10px;
	

}

.videoPlayerContainer, .videoPlayer
{
	background: #fff;
	width: 640px;
	height: 377px; /* 377*/
	margin: 0 auto;
	margin-bottom: 30px;
	overflow: hidden;
}

.videoPlayer {
	background: #000;
}

.videoPlayerLoader {
	height: 377px;
	padding-top: 100px;
}

.videoWrapper {
	text-align: center;
	width: 195px;
	background: #fff;
	background-position: bottom;
	margin: auto;
}

.videoWrapper img {
	width: 195px;
}

.videoWrapper .videoPrevThumbHover
{
	display: inline;
	position: absolute;
	width: 195px;
	height: 112px;
	background: url('../images/videoHover.png') no-repeat center center;
  	margin-top: 0px;

}
/* Forms */
form fieldset {
	border: none;
}

form fieldset ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 0;
}

form fieldset li {
	padding: 10px 0 0 0;
}

form fieldset li label {
	width: 200px;
	display: block;
	float: left;
}

form fieldset input.text {
	width: 200px;
}

form fieldset textarea {
	width: 200px;
	height: 100px;
}

ul.videolinks {
	font-size: 11px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 0;
	margin: 0;
}

ul.videolinks li {
	background: url(../images/bar_gradient.jpg) bottom left repeat-x;
	line-height: 45px;
	float: left;
	clear: both;
	margin-bottom: 10px;
	width: 260px;
}

ul.videolinks li img {
	vertical-align: middle;
	border: 1px solid black;
	margin: 0px !important;
}

ul.videolinks li a {
	text-decoration: none;
	color: black;
	margin-left: 10px;
}

ul.videolinks li a:hover {
	color: black;
}

div.event {
	background: url(../images/bar_gradient.jpg) bottom left repeat-x ;
	width: 195px;
	line-height: 1.5;
	float: left;
	clear: both;
	margin-bottom: 10px;
	border-bottom: 1px solid #cfcfcf;
	color: #3c4044;
	padding-left: 10px;
}

div.eventsuze {
	background: url(../images/bar_gradient.jpg) bottom left repeat-x;
	width: 195px;
	line-height: 1.5;
	float: left;
	clear: both;
	text-decoration: none;
	border-bottom: 1px solid #cfcfcf;
	color: #3c4044;
}

.event a {text-decoration: none; color: #26323c;}
.event a:hover{ color: #4f5d69;}

ul.sponsoredlinks {
	font-size: 11px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 0;
	margin: 0;
}

ul.sponsoredlinks li {
	border-bottom: 1px dotted silver;
}

ul.sponsoredlinks li a {
	text-decoration: none;
	color: #a7a5a6;
}

ul.sponsoredlinks li a:hover {
	color: black;
}

ul.sponsoredlinks li img {
	vertical-align: middle;
}

input.error
{
	border: 1px solid red;
	color: red;
}

div.message {
	width: 100%;
	border: 1px solid DarkKhaki;
	background: Beige;
	color: DarkGoldenRod;
	padding: 3px;
}

/* Archief Pagina */

ul.archiefUitzendingen li {
	display: block;
	float: left;
	width: 250px;
}

.error_notice {
	border: 1px solid pink;
	color: red;
	background: MistyRose;
	padding: 10px;
}

/* Paging */

.paging {
	line-height: 40px;
	height: 40px;
	margin-left: auto;
	text-align: center;
	width: 560px;
	float: left;
}

.paging a.next {
	margin: auto;
	float: left;
	width: 20%;
}

.paging a.back {
	float: left;
	width: 20%;
}

.paging div.pages {
	float: left;
	width: 60%;
}

/* Form in rightcontent */

#contentright form fieldset label {
	width: 100px;
}

#contentright form fieldset ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 0;
}

#contentright form fieldset ul {
	padding: 0;
	margin: 0 !important;
}

/* Nieuws pagina */

img.floatLeft {
    float: left;
    margin: 4px;
}
img.floatRight {
    float: right;
    margin: 4px;
}

h4 {
		font-size: 13px;
}

div #met-dank-aan {
	background-image: url(../images/achtergrond.jpg);
	width: 555px;
	height: 250px;
	color: white;
	margin-top: 20px;
}

div #met-dank-aan h3 {
	color: #87f0e2;
	text-transform: uppercase;
}

div #met-dank-aan ul{
	list-style-image: url(../images/pijl.png);
	list-style-position: outside;
	list-style-type:none;
	padding: 0;
	margin: 0;
	margin-left: 10px;

}

div #met-dank-aan a {
	color: white;
}

#block_head {
	width: 555px;
	height: 260px;
	background: url(../images/block_head.png) no-repeat;
	border: 1px solid silver;
}

#block_head .block {
	width: 50%;
	text-align: center;
	margin: 0px;
	border: none;
}

.main_category {
	clear: both;
	margin-top: 5px;
	overflow: hidden;
	width: 628px;
	border-left: 1px solid #e6e8f1;
	border-top: 1px solid #e6e8f1;
}

.main_item {
	float: left;
	border-bottom: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	width: 313px;
	height: 135px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	
}

.leesverder{
	width: 93px;
	height: 14px;
	bottom: 5px;
	right: 5px;
	position: absolute;
	background: url(../images/leesverder.png) no-repeat;
	}

.main_item:hover {
	background: #F7F7F7 url(../images/verloop-item.png) repeat-x;
	overflow: hidden;
}

.item_image {
	float: right;
	margin-right: 10px;
	overflow: hidden;
	height: 80px;
	width: 150px;
	padding-top: 10px;
	position: relative;
}

.item_image img {
	max-width: 150px;
	position: absolute;
}

.item_text {
	float: left;
	width: 125px;
	font-size: 11px;
	padding-top: 0px;
	padding-left: 5px;
}

.main_category h2, .main_item h2 {
	margin: 3px 0px 3px 3px;
	font-size: 12px;
	overflow: hidden;
	color: #241c96;
}

.main_category_h1 {
	padding: 0px;
	width: 629px;
	margin: 0px;
	height: 41px;
	background: url(../images/h1_bg.jpg) repeat-x;
	font-size: 18px;
	line-height: 41px;
	color: #fff;
	text-align: center;
}

#blockwrapper-main {
	width: 629px;
	float: left;
}
#blockwrapper-main .block {
	float: left;
	margin: 27px !important;
	width: 260px !important;
	height: 260px !important;
}

#sidebar .block {
	float: left;
	height: auto;
	width: 195px;

	padding-bottom: 10px;
	overflow: hidden;
	position: relative;
}

#content #contenthome {
	float: left;
}

.viewitem p {

	text-align: left;
}

.verder{
	width: 820px; 
	margin-left: 10px;
	color: #fff;
	float: left;}
	
.verder_list{
	margin: 0;
	padding: 0;
	position: relative;
	top: -13px;
	list-style: none;
	}
	
.verder_list li{
	height: 38px;
	line-height: 38px;
	padding-left: 30px;
	background: url(../images/verder_item.jpg) repeat-x	}
	
.verder h3{
	color: #fff !important;
	margin: 0;
	padding: 8px 0px 5px 10px;
	height: 41px;
	line-height: 25px;
	background: url(../images/verder_bg.jpg) repeat-x;}

.viewitem h2{
	color: #26323c;
	margin: 0;
	padding: 8px 0px 20px 0px;
	height: 25px;
	background: url(../images/viewitem_titlebg.jpg) repeat;
	
}
.viewitemimage {
	float: right;
	display: block;
	margin-left: 10px;
}

.viewitem_date{
	width: auto;
	height: 25px;
	color: #556574;
	line-height:23px;	
	background: url(../images/viewitem_date.jpg)  repeat-x;}

#skyscrapers {
	float: right;
	width: 139px;
	overflow: hidden;
	margin-top: 14px;
}

.evenementen_title{
	margin: 0;
	padding: 0;
	line-height: 41px;
	padding-left: 10px;
	height: 41px;}
	
.evenementenblok{background: url(../images/evenementenbg.jpg) repeat-x bottom; overflow: hidden;}
	
h1 {color: #00438a;}
	
.event_title{
	font-weight: bold;
	font-size: 13px;
	color: #000 !important;
	padding: 10px 0px 0px 10px;
	clear: both;
}

.event_text {
	min-height: 200px;
}

.event_image {
	float: left;
}

.event_image img {
	margin: 0px 10px 10px 0px;
}
	
.event_date{
	padding: 5px 0px 0px 10px;
	width: auto;
	height: 30px;
	color: #556574;
	line-height:23px;	
	background: url(../images/event_date.jpg)  repeat-x bottom;	}

#skyscrapers .block {
	padding: 5px 0 5px 0;
	margin: 0 5px 0 5px;
	border-bottom: 1px solid #a7a5a6;
}

.bekijkinterview a img {
	border: 0px;
}
