/*basis css*/
*{ 	margin: 0px;
	padding: 0px;
	}
	
body, html {
	font-size: 13px;
	background-color: #f0f0f0;
	overflow-x: hidden;
	font-family:Arial, Helvetica, sans-serif;
}	

a{
	color: #333;
	text-decoration: none;
	cursor: pointer;
	
}

a:hover{
	color: #1c7bd2;
	text-decoration: none;
	cursor: pointer;
	}

form{
    padding: 0px;
    margin: 0px
    
}

/*inspringen CMS*/

blockquote
{
	margin-left: 20px;
	margin-top: 12px;
	margin-bottom: 12px;
}



/*header*/

.header{
	position: absolute;
	width:100%;
	height: 50px;
	background-image: url(/_layoutv1/images/bgHeader.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color:#FFFFFF;
}

.header-float{
	width: 923px;
	margin-left: auto;
	margin-right: auto;
	height: 34px;
	padding-left: 30px;
	padding-top: 8px;
}	

.header .bedrijfsnaam {
	position: absolute;
	left: 50%;
	margin-left: -450px;
	top: 17px;
}
.header .navigatie {
	position: absolute;
	left: 50%;
	width: 923px;
	margin-left: -461px;
	top: 0px;
	height: 52px;
	z-index: 2;
}

.header .navigatie ul {
	float: right;
	top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
}
.header .navigatie ul li{
	float: left;
	text-transform: uppercase;
	list-style-type: none;
	padding-right: 30px;
	padding-top: 17px;
	height: 32px;
	font-size: 14px;
	color: #000;
	cursor: pointer;
	}
	
.header .navigatie ul li:hover {
	color: #1c7bd2;
	cursor: pointer;
}
.second-header {
	position: absolute;
	left: 50%;
	margin-left: -461px;
	width: 922px;
    z-index: 101;
	top: 31px;
	background-image:url(/_layoutv1/images/bgMenuTV.png);
	background-position:bottom center;
	background-repeat:no-repeat;
/*	display: none;*/
}


.second-header ul {
	display: inline;
	float: right;
}

.second-header ul li {
	float: left;
	margin-top: 20px;
	list-style-type: none;
	padding-right: 30px;
	height: 24px;
	font-size: 12px;
}

.second-header ul li a:hover {
	color: #fff;
	cursor: pointer;
}

#submenuTv {
	background-image:url(/_layoutv1/images/bgMenuTV-TVactive.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	min-width: 600px;
	display: none;
}
#submenuRadio {
	background-image:url(/_layoutv1/images/bgMenuTV-Radioactive.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	min-width: 550px;
	display: none;
}
#submenuHvD {
	background-image:url(/_layoutv1/images/bgMenuTV-HvDactive.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	min-width:410px;
	display: none;
}	
#submenuOmroep {
	background-image:url(/_layoutv1/images/bgMenuTV-Omroepactive.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	min-width: 220px;
	display: none;
}

/*einde header*/

.wrapper{
	width: 923px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	background-color: #fff;
}

.superwrapper{
	width: 923px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 44px;
	background-color: #fff;
	
}
.ad-right{
	position: absolute;
	left: 50%;
	margin-left: 480px;
	top: 80px;
}
.wave{
	background: transparent url(/_layoutv1/images/content-footer.jpg) no-repeat scroll center -5px;
	height: 100px;
	float: left;
	width: 923px;
	margin-left: auto;
	margin-right: auto;
}

.content-border{
	border-left: 1px #d5d5d5 solid;
	border-right: 1px #d5d5d5 solid;
	float:left;
	
}

.topimage{
	height: 200px;
	width: 921px;

}
.topimage img{
	height: 200px;
	width: 921px;
	display: inline
}

.logo{
    position: absolute;
    z-index: 20;
    top: 34px;
    left: 50%;
    margin-left: -471px;
	width: 450px;
	height: 200px;
	padding: 10px;
}
.logo a img{
	border: 0px
}

.topbar{
	float: left;
	background-color: #fff;
	width: 921px;
	border-bottom: 10px solid #8dbde8;
}

.topbar .colum{
	float: left;
	width: 287px;
	padding: 10px;
	list-style-image: none;
	list-style-type: none;
}

.topbar .colum H4{
    font-size: 13px;
}
	
.topbar .activeLI{
	background-color: #8dbde8;
	color: #fff;
}



.front-tvgids {
	border-top: solid 10px #005fc7;
	border-bottom: solid 10px #005fc7;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
	background-color: #005fc7;
	background-image: url(/_layoutv1/images/bgTVgids.gif);
	background-repeat: repeat-y;
}	

.front-tvgids .colum {
	float: left;
	width: 287px;
	padding: 10px;
	color: #fff;
		}

.front-tvgids .colum p{
	padding-left: 10px;
	padding-bottom: 10px;
		}

.front-tvgids .colum  a{
	color: #fff;
	font-weight: bold;
		}

.front-tvgids .colum  a:hover{
	color: #8dbde8;
	font-weight: bold;
		}

.front-tvgids .colum  ul li a{
	color: #fff;
	font-weight: normal;
	text-decoration: none;
		}

.front-tvgids .colum  ul li a:hover{
	color: #8dbde8;
	font-weight: normal;
	text-decoration: none;
		}

.front-tvgids .colum ul li {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 2px;
}

.front-tvgids .colum ul{
	list-style-image: none;
	list-style-type: none;
	padding-left: 10px;
}

.front-tvgids .colum .title {
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.front-tvgids .colum img {
	margin-right: 10px;
	margin-left: 10px;
}
	
.front-tvgids .colum .byline{
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
	float:right;
}

.content{
	border-top: 10px solid #8dbde8;
	width: 593px;
	padding:10px;
	float: left;
}

.content .uitklap{
	display: none;	
	padding-left: 10px;
	margin-left:15px;
}

.content .uitklap .active{
	display: block;	
	padding-left: 10px;
	margin-left:15px;
}

.content h1
{
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 24px;
	color: #333;
}

.content h2{
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 24px;
	color: #333;
}
.content h3{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-weight: normal;
}

.content .item {
	height:95px;
	width: 574px;
	padding: 10px;
	float: left;
}
.content table {
	background-color: #ffffff;
}
.content table td {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.content .lastuitzending{
	height: 150px;
	width: 566px;
	float: left;
	overflow-y: auto;
	border: 1px #d5d5d5 solid;
	margin-left: 10px;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.content .lastuitzending a{
	color: #333333;
	text-decoration:none;
	line-height: 18px;
}

.content .lastuitzending a:hover{
	text-decoration: none;
	color: #1c7bd2;
}

.content .lastuitzending ul {
	margin-left: -25px;

	}

.content .lastuitzending ul li{
	font-size: 12px;
		margin-left: -45px;
		color: #333;
	list-style-image: none;
	list-style-type: none;
}

.content .underline{
	margin-left: 10px;
	font-size: 10px;
	margin-top: 5px;
	
	}


.content .item:hover {
	background-color: #eee;
	cursor: pointer;
}

.content .item a{
	color: #1c7bd2;
	text-decoration: none;
	border-bottom: 1px solid #8dbde8;
}

.content .item .title{
	margin-bottom: 5px;
}

.content .item img{
	background-color: #d5d5d5;
	float: left;
	height: 95px;
	width: 95px;
	margin-right: 10px;
	margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid #ccc
}

.content .item .date{
	font-size: 10px;
	color: #797979;
}

.content .post
{
	padding-bottom: 10px;
	border-bottom: 1px #d5d5d5 solid;
	}

.content h4{
	margin-left: 10px;
	font-weight: normal;
	}

.content .h4open{
	margin-left: 10px;
	font-weight: bold;
	color: #1c7bd2;
	}

.content .post .player{
	float: left;
	height: 324px;
	width: 576px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background:  url(/_layoutv1/images/ajax-loader.gif) center center;
	background-color: #d5d5d5;
}

.content .post embed{
	margin-left: 10px;
	padding: 10;
	margin-bottom: 20px;
	
}

.content .post p {
	padding: 10px;
	color: #333333;
	line-height: 18px;
}

.content .post p qoute {
	padding: 10px;
	color: #000;
	font-style: italic;
	margin: 20px 10px;
}

.content .post  ul {
	margin: 0 0 0 50px;
}

.content .post img {
	background-color: #d5d5d5;
	float: left;
	height: 95px;
	width: 95px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.content .post .tekst img {
	margin: 10px;
}

#ddlTwo object
{
	padding-bottom: 10px
}


#MediaPlayer
{
	margin-bottom: 20px
}


.sidebar{
	float: left;
	padding: 10px;
	border-left: 1px solid #d5d5d5;
	width:287px;
	height: 100%;
	border-top: 10px solid #8dbde8;
}

.sidebar .ad{
	width:285px;
	padding-left: 20px;
}

.sidebar .ad img {
	margin-bottom: 5px;
}

.sidebar .UGbutton{
	background-color: #b3d473;
	font-size: 16px;
	color: #fff;
	padding: 10px 10px 10px 10px;
	width: 265px;
	border: 2px solid #76b043;
	-moz-border-radius:4px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.sidebar .UGbutton:hover{
	background-color: #a4c46a;
	border: 2px solid #5d8c34;
	cursor: pointer;
}

.sidebar .UGbutton img{
	margin-right: 10px;
}
 .search{
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px #d5d5d5 solid;
	padding-bottom: 15px;
	
}

.search #box{
	padding-left: 20px;
	
}

.search input{
	padding: 5px;
	-moz-border-radius:4px;
	border: 1px #d5d5d5 solid;
	width: 185px;
	padding-left: 25px;
	background: url(/_layoutv1/images/zoom.png) no-repeat 5px center;

}

.sidebar .search input[type="text"]{
	margin-right: 4px;
}

.search input[type="text"]:focus {
	-moz-outline-radius-bottomleft:5px;
	-moz-outline-radius-bottomright:5px;
	-moz-outline-radius-topleft:5px;
	-moz-outline-radius-topright:5px;
	border-color:#5D92D4;
	outline-color:#B6CBE5;
	outline-style:solid;
	outline-width:2px;
	padding-left: 25px;
	width: 185px;
	background: url(/_layoutv1/images/zoom.png) no-repeat 5px center;
}
/*input ug*/

.search #Zoeken{
	padding: 5px;
	-moz-border-radius:4px;
	border: 1px #d5d5d5 solid;
	width: 60px;
	background-color: rgba(213,213,213,0.51);
	background-image: none;
}

.search #Zoeken:hover{
		background-color: #d5d5d5;
		cursor: pointer;
		border: 1px solid #bec0c0;
		background-image: none;
}

.sidebar .list{
	margin-top: 10px;
	margin-bottom: 20px;
	list-style-image: none;
	list-style-type: none;
	padding-bottom: 10px;
	border-bottom: 1px #d5d5d5 solid;
}

.sidebar .list img{
	margin-right: 5px;
	margin-left: -1px;
}

.sidebar .list li{
	margin-left: 20px;
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 5px;
	width: 252px;
}


.sidebar .list ul h4{
margin-bottom: 10px;
}

.sidebar .history{
	margin-bottom:20px;
	width:265px;
	-moz-border-radius:4px;
	border: 1px #d5d5d5 solid;
	padding: 10px 10px 5px;
}

.sidebar .history h4{
	margin-bottom:10px;
	}

.sidebar .history select{
	margin-bottom:10px;
	width:265px;
}


.sidebar .history .search{
	border: none;
	margin-bottom: -5px;	
}



.sidebar .history .search input{
	padding: 5px;
	-moz-border-radius:4px;
	width: 163px;
	padding-left: 25px;
	}
	
.sidebar .history .search input[type="text"]:focus {
	-moz-outline-radius-bottomleft:5px;
	-moz-outline-radius-bottomright:5px;
	-moz-outline-radius-topleft:5px;
	-moz-outline-radius-topright:5px;
	border-color:#5D92D4;
	outline-color:#B6CBE5;
	outline-style:solid;
	outline-width:2px;
	padding-left: 25px;
	width: 163px;
	background: url(/_layoutv1/images/zoom.png) no-repeat 5px center;
}	

.sidebar .videouitgelicht {
	border-bottom: 1px #d5d5d5 solid;
	
	
	}

.sidebar .videouitgelicht .item{
	margin-left: 15px;
margin-bottom: 10px;
	height: 65px;
	padding: 5px;	
	
	}

.sidebar .videouitgelicht .item:hover{
	background-color: #eee;
	
	
	}

.sidebar .videouitgelicht img{
	margin-right: 5px;
	margin-left: -1px;
	

	}

.sidebar .videouitgelicht h4{
	margin-bottom: 10px;
}

.sidebar .videouitgelicht .item .title{
	color: #333;
	font-size: 13px;
	font-weight: bold;

	}

.sidebar .videouitgelicht .item img{
	float: left;
	height: 65px;
	width: 65px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #d5d5d5 url(/_layoutv1/images/control_play.png) no-repeat center center;
}

.sidebar .videouitgelicht .item .date{
	color: #333;
	font-size: 10px;

}

.sidebar .videouitgelicht .item .views{
	color: #333;
	font-size: 10px;
	}

.sidebar .videouitgelicht .item a{
	color: #1c7bd2;
	font-size: 12px;
	}



.footer{
	width: 883px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border: 1px solid #cfc9c2;
	float: left;
	padding: 20px;
	-moz-border-radius:4px;
	margin-bottom: 10px;
	color: #a3a3a3;
}

.footer a{
	color: #a3a3a3;
	text-decoration: none;
}

.footer a:hover{
	color: #707272;
	text-decoration: none;
}

.kruimelpad{
	border-bottom: 1px solid #cfc9c2;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.footer .colum{
	float: left;
	width: 155px;
	margin-right: 20px;
	margin-top: 20px;
}

.footer .colum li{
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 3px;

}

.footer .colum .title{
	font-weight: bold;
}

.copyright{
	float: left;
	color: #a3a3a3;
	font-size: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.maandoverzicht
{
}
.maandoverzicht #hilite
{
	color: #1c7bd2;
}

#wepSearchUG ul
{
	padding-left: 0px
}

.wepsearchResults p
{
	padding-bottom: 5px
}

.wepsearchResults p:hover
{
	background-color: #eee
}

.searchUrl
{
	font-style: italic
}

#ugEdit{
	padding: 5px;
	-moz-border-radius:4px;
	border: 1px #d5d5d5 solid;
	width: 190px;
	padding-left: 25px;
	font-size: 10px;
	background: url(/_layoutv1/images/film_add.png) no-repeat 5px center;
    background-color: #eeeeee;

}


/*SEARCH PAGE ACCORDION*/

ul#menuSearch, ul#menuSearch ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 580px;
}

ul#menuSearch a {
  display: block;
  text-decoration: none;	
}

ul#menuSearch li a {
  background: #f0f0f0;
  border-bottom: 1px dotted #000;
  color: #000;	
  padding: 10px;
}

ul#menuSearch li a:hover {
  background: #ccc;
}

ul#menuSearch li ul  a {
	background-color: #fff;
	border: 0px;
	color: #333333;
	text-decoration:none;
	line-height: 18px;
	padding: 0px;
}

ul#menuSearch li ul a:hover {
	background: #fff;
	text-decoration: none;
	color: #1c7bd2;
}

/*END */
