/* begin css tabs */

ul#navtv { 
	text-align: left; 
	margin: 1em 0 1em 0; 
	font: bold 12px helvetica, arial, sans-serif; 
	border-bottom: 1px solid red; 
	list-style-type: none;
	padding: 3px 6px 3px 6px; /* THIRD number must change with respect to padding-top (X) below */ 
	text-transform: uppercase;
	width: 380px;
}
ul#navtv li { /* do not change */
	display: inline; position:relative;
}
body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4, body#tab5 li.tab5 { /* settings for selected tab */
	border-bottom: 1px solid white; /* set border color to page background color */
	background-color: grey; /* set background color to match above border color */
}
body#tab1 li.tab1 a.active, body#tab2 li.tab2 a.active, body#tab3 li.tab3 a.active, body#tab4 li.tab4 a.active, body#tab4 li.tab5 a.active{ /* settings for selected tab link */
	background-color: grey; /* set selected tab background color as desired */
	color: #000; /* set selected tab link color as desired */
	position: relative;
	top: 1px;
	padding-top: 4px; /* must change with respect to padding (X) above and below */ 
}
ul#navtv li a { /* settings for all tab links */
	padding: 3px 6px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top 
(X) above */
	border: 0px solid red; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: white; /* set unselected tab background color as desired */
	color: #333333; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
}
ul#navtv a:hover { 
	background: red;  
	color: white;
}
ul#navtv a.active { 
	background-color: white; 
	border: 1px solid red; 
	border-bottom:#FFFFFF solid 1px; 
	color:#333333;
	}



/* end css tabs */

.rechts{
	display: inline;
/*	float:right;*/
	}
.player{
	height:342px;
	}
.lijstje .lead {
	font: 12px Helvetica, Verdana, sans-serif;
	margin-bottom: 10px;
	}
td.streepie{
	padding: 0px 0 0 0; 
	background-color: red; 
	height:1px;
	}
.thumb{
	height: 105px;
	width: 160px;
	border: 0 0 0 0; margin-left: -5px;
	}
.thumb_list{
	height: 115px;
	width: 180px;
	border: 0 0 0 0;
	}
.thumbtitle{
	margin-top:5px;	
	font: 20px Impact,Helvetica, Verdana, sans-serif;
	line-height: 1;
	text-transform: uppercase;
	}
.thumbtitle a {
	text-decoration: none;}
.datum{
	font: 12px Helvetica, Verdana, sans-serif;
	color: red;
}
.tvcontent { /* wrapper .tvlinks en .aanbevolen */
	width:620px;
}
.tvlinks { /* wrapper .lijstje en ul#navtv */
	float:left; 
	width:400px;
}
.lijstje { /* tabel met videolinks */
	width: 390px;

}

.aanbevolen { /* blokje aanbevolen en gerelateerd */
	float:left;
	width: 199px;
	border: 1px solid red; 
	padding-bottom:10px; 
	margin:10px 0 0 9px; 
}
.aanbevolen h4 {
	font: bold 9px Verdana, sans-serif; 
	text-transform: uppercase;
	letter-spacing: 1px;
	color: white;
	padding: 1px 9px 2px;
	background-color: red;
	margin: 0px 0 0px;
}
.aanbevolen hr { 
	margin: 12px 10px 0px 10px;
}
.aanbevolen span.thumbtitle { 
	font:12px bold Verdana, sans-serif; 
	font-weight: bold;
}
.aanbevolen span.datum, .aanbevolen span.lead { 
	font-size:11px;
}
.aanbevolen span.lead, .aanbevolen span.datum, .aanbevolen span.thumbtitle { 
	display:block; 
	margin: -7px 10px;
	}

.aanbevolen img.thumb_list { 
	margin-left:10px; 
	margin-bottom:12px; 
	margin-top:10px;
}
/* end kolom aanbevolen */

.knop{
	width: 35px;
	background-color: red;
	font: bold 12px Helvetica, Verdana, sans-serif;
	color: white;
}

/* video groot */
.verhaaltje { 
	margin-bottom:15px;
}
.verhaaltje span.title { 
	font: normal 30px Impact, Helvetica, Arial, sans-serif;
	line-height: 1.0; 
	text-transform: uppercase; 
	padding: 10px 0 0px 0; 
	display:block; 
	margin-bottom: -5px;
}
.verhaaltje span.lead {
	display:block; font-weight:bold; 
	margin-bottom: -10px;
}
span.tags, span.tags a { 
	color: red; 
	text-decoration:none; 
	font-size:12px;
}

div.clear { 
}

