/* Begin default CSS */

body {
	margin: 0px;
	padding: 0px;
	background-color: #dedede;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	font-size: 11px;
	background-image: url(../images/background_body.gif);
	background-position: center top;
	background-repeat: repeat-y;
}
a:focus {
	outline: none;
}

img {
	border: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

.pager td {
	padding: 4px;
}

.pagerFirst, .pagerPrevious {
	text-align: left;
	width: 10%;
}

.pagerNext, .pagerLast {
	text-align: right;
	width: 10%;
}

.pagerSelection {
	text-align: center;
	width: 60%;
}

.pagerSelectionItem {
	text-align: center;
}

.pagerSelectionItemActive {
	text-align: center;
	font-weight: bold;
}

.pagerAbstract {
	font-weight: bold;
	text-align: center;
}

.cmsError {
	border: 1px solid black;
	background-color: #D1E428;
}

input.readOnly {
	color: black;
	background-color: #D4D0C8;
}

div.cms-internal-error {
	color: #dd0000;
}

/* Einde default CSS */
body,html{
	height: 100%;
}

#Sitecontainer{
	width: 974px;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -497px;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}

.Siteinnercontainer{
	width: 100%;
	height: 100%;	
	background-color: #f0f0f0;
}

.Headercontainer{
	width: 974px;
	height: 89px;
	float: left;
	border-bottom: 10px #FFFFFF solid;
	
}

.Topmenu{
	float: left;
}

.Topmenu ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: absolute;
	top: 70px;
	right: 260px;

}
.Topmenu ul li{
	float: left;

}
.Topmenu ul li a{
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #FFFFFF;
}
.Topmenu ul li a:hover{
	text-decoration: underline;
}
.Topmenu ul li.lastChild a{
	color: #FFFFFF;
	text-decoration: none;
	border-right: none !important;
}
.Topmenu ul li.lastChild a:hover{
	text-decoration: underline;
}
.klok{
	position: absolute;
	top: 10px;
	right: 30px;
}

.datum{
	position: absolute;
	top: 35px;
	right: 110px;
	color: #FFFFFF;
}

.Contentinhoud{
	float: left;
	width: 594px;
	background-color: #FFFFFF;
	padding: 0px 15px 15px 15px;
}

	.Contentinhoud input{
		 border: 1px solid #CCCCCC;
		 margin-bottom: 5px;
	}
	.Contentinhoud .formColumnSubmit{
		 padding-top: 5px;
	}
	
	.Contentinhoud h1{
		padding: 0px;
		margin: 0px;
		padding-bottom: 10px;
		color: #686868;
	}
	.Contentinhoud .formColumnLeft{
		padding-right: 10px;
		vertical-align: top;
	}
	.Contentinhoudtop{
		height: 14px;
		width: 624px;
		float: left;
		background-image: url(../images/back_top_contentvlak.gif);
		background-position: bottom;
		background-repeat: no-repeat;
		padding-top: 10px;
	}
	.Contentinhoudbottom{
		height: 14px;
		width: 624px;
		float: left;
		background-image: url(../images/back_bottom_contentvlak.gif);
		background-position: top;
		background-repeat: no-repeat;
		padding-bottom: 10px;
	}

.Contentcontainer{
    width: 946px;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
	float: left;
}

    .Newsplayer{
        width: 626px;
        height: 260px;
        background-image: url(../images/background_blok_groot.gif);
        background-repeat: no-repeat;
        float: left;
        margin-top: 10px;
    }
    
		.Video{
		    width: 398px;
		    height: 260px;
		    float: left;
		}
		
		    .Videoembed{
		        padding-top: 20px;
		        padding-left: 25px;
		    }
		
		.VideoContent{
		    width: 227px;
		    height: 220px;
		    float: right;
		    border-left: #727272 1px solid;
		    margin-top: 20px;
		    margin-bottom: 20px;
			color: #FFFFFF;
		}
		
		.VideoContent a{
		color: #FFFFFF;
		font-weight: bold;
		padding-top: 5px;
		display: block;
		}
		
		.VideoContent .textvideo{
			margin-left: 10px;
			margin-right: 10px;
		}
		
		span.textvideo{
			margin-left: 10px;
			margin-right: 10px;
		}
		.VideoContent h2{
			font-size: 16px;
		}
		
		    .VideoContent ul{
		        list-style: none;
		        padding: 0px;
		        margin: 0px;
		        padding-left: 10px;
		    }
		    
		    .VideoContent ul li a{
		        color: #FFFFFF;
		        font-size: 14px;
		        font-weight: bold;
		        display: block;
		        width: 207px;
		        padding-top: 8px;
		        padding-bottom: 8px;
		        text-decoration: none;
		        border-bottom: 1px solid #727272;
				
		    }
		    .VideoContent ul li a:hover{
		        text-decoration: underline;
		    }

.Contentlinks{
	width: 626px;
    float: left;
}

	.Contentitemblokmidden{
	    margin-left: 13px;
        float: left;
	    width: 306px;
	    padding-bottom: 10px;
	}

	.Contentitembloklinks{
        float: left;
	    width: 306px;
	    padding-bottom: 10px;
	}

.Contentrechts{
	width: 306px;
	float: right;
}

	.Contentitemblokrechts{
		width: 306px;
		padding-bottom: 10px;
		float: left;
	}


.Contentitem{
	width: 306px;
}

	.itemtop{
		background-image: url(../images/content_blok_top_bleu.gif);
		background-repeat: no-repeat;
		background-position: bottom;
		width: 306px;
		height: 51px;
		float: left;
		padding-top: 10px;
	}
	
		.itemtop .Hoofdtitle{
			color: #FFFFFF;
			font-size: 18px;
			padding-left: 10px;
			padding-top: 2px;
		}
		
		.itemtop .Subtitle{
			color: #FFFFFF;
			font-size: 12px;
			padding-left: 10px;
		}

	.itemmiddennieuws{
		width: 306px;
		height: auto;
		float: left;
		background-color: #FFFFFF;
	}

		.itemmiddennieuws ul{
			list-style: none;
			padding: 0px;
			margin: 0px;
			padding-top: 10px;
			padding-bottom: 10px;
		}
		
		.itemmiddennieuws ul li a{
			text-decoration: none;
			color: #686868;
			font-weight: bold;
			width: 276px;
			display: block;
			padding-top: 5px;
			padding-bottom: 5px;
			margin-bottom: 1px;
			padding-left: 20px;
			padding-right: 10px;
			background-image: url(../images/bullet.gif);
			background-position: 10px 10px;
			background-repeat: no-repeat;
			border-bottom: 1px #e5e5e5 dotted;
		}
		
		.itemmiddennieuws ul li a:hover{
			background-color: #f6f6f6;
		}

	.itemmiddennormaal{
		width: 286px;
		height: auto;
		float: left;
		background-color: #FFFFFF;
		padding: 10px;
		text-align: justify;
	}

	.itemmidden{
		width: 306px;
		height: auto;
		float: left;
		background-color: #FFFFFF;
	}

		.itemmidden ul{
			list-style: none;
			padding: 0px;
			margin: 0px;
			padding-top: 10px;
			padding-bottom: 10px;
		}

		.itemmidden ul li a{
			text-decoration: none;
			color: #686868;
			font-weight: bold;
			width: 296px;
			display: block;
			padding-top: 5px;
			padding-bottom: 5px;
			background-color: #e4e4e4;
			margin-bottom: 1px;
			padding-left: 10px;	
		}

		.itemmidden ul li a:hover{
			background-color: #d5d5d5;
		}

	.itembottom{
		width: 306px;
		background-image: url(../images/content_blok_bottom.gif);
		background-position: top;
		background-repeat: no-repeat;
		height: 5px;
		float: left;
		padding-bottom: 0px;
	}
	
.radar{
	padding-left: 28px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.Footercontainer{
	clear:both;
	color:#FFFFFF;
	font-size:0.92em;
	position:relative;
	width: 974px;
	left: 50%;
	margin-left: -487px;
}
.footer{
	border-top: 3px #FFFFFF solid;
	height: 200px;
	background-color: #000000;	
}
.footer a{
	text-decoration: underline;
	color: #FFFFFF;
}
.footerkolom1{
	border-right: 1px dotted #919191;
	height: 180px;
	width: 295px;
	margin: 15px 15px 15px 15px;
	float: left;
	padding-right: 15px
}
.footerkolom2{
	border-right: 1px dotted #919191;
	height: 180px;
	width: 305px;
	margin: 15px 15px 15px 0px;
	float: left;
}
.footerkolom3{
	height: 180px;
	width: 260px;
	margin: 15px 15px 15px 0px;
	float: left;
}

div.mediaContainer {
	height: 220px;
	text-align: center;
}
