body * {
	font-family: verdana, sans-serif;
	font-size:8pt;
	color: #000;
}

.Container {
	width:730px;
	height:570px;
}

a, a:visited {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}

a:hover, a:visited:hover {
	color:#c0c0c0;
}

.Knoppenbalk {
	height:27px;
	margin-bottom:10px;
}

.Knoppenbalk .VideoTitle {
	float:left;
	width:82px;
	height:27px;
	background-image:url('../img/VideoTitle.gif');
	background-repeat:no-repeat;
	background-position:center bottom;
}

.Knoppenbalk .Aanmelden {
	display:block;
	float:right;
	width:173px;
	height:27px;
	background-image:url('../img/butAanmelden.gif');
	background-repeat:no-repeat;
	background-position:center bottom;
	margin-right:10px;

}

a.Aanmelden:hover {
	background-image:url('../img/bhlAanmelden.gif');
}

.Knoppenbalk .ToVpage {
	display:block;
	float:right;
	width:209px;
	height:27px;
	background-image:url('../img/butVpage.gif');
	background-repeat:no-repeat;
	background-position:center bottom;
}

a.ToVpage:hover {
	background-image:url('../img/bhlVpage.gif');
}

.Categorieen,
.Back {
	clear:both;
	height:23px;
	background-image:url('../img/menuBalk.gif');
	background-repeat:no-repeat;
	background-position:center bottom;
	margin-bottom:5px;
	overflow:hidden;
	padding-left:20px;
}

.Back a {
	display:block;
	width:70px;
	margin-top:4px;
}

.Category {
	background-position:center;
	background-repeat:no-repeat;
	display:block;
	height:23px;
	float:left;
}

.Category span {
	display:none;
}

/* Quiz */
.Quiz {
	background-image:url('../img/butQuiz.gif');
	width:64px;
}
.Quiz_Selected,
.Quiz:hover {
	background-image:url('../img/bhlQuiz.gif');
}
/* Voetbal */
.Voetbal {
	background-image:url('../img/butVoetbal.gif');
	width:88px;
}
.Voetbal_Selected,
.Voetbal:hover {
	background-image:url('../img/bhlVoetbal.gif');
}
/* Koken */
.Koken {
	background-image:url('../img/butKoken.gif');
	width:75px;
}
.Koken_Selected,
.Koken:hover {
	background-image:url('../img/bhlKoken.gif');
}
/* Dans */
.Dans {
	background-image:url('../img/butDans.gif');
	width:66px;
}
.Dans_Selected,
.Dans:hover {
	background-image:url('../img/bhlDans.gif');
}
/* Muziek */
.Muziek {
	background-image:url('../img/butMuziek.gif');
	width:84px;
}
.Muziek_Selected,
.Muziek:hover {
	background-image:url('../img/bhlMuziek.gif');
}
/* Verhalen */
.Verhalen {
	background-image:url('../img/butVerhalen.gif');
	width:172px;
}
.Verhalen_Selected,
.Verhalen:hover {
	background-image:url('../img/bhlVerhalen.gif');
}
/* Impressies */
.Impressies {
	background-image:url('../img/butImpressies.gif');
	width:110px;
}
.Impressies_Selected,
.Impressies:hover {
	background-image:url('../img/bhlImpressies.gif');
}

div.VideoFrames {
	clear:both;
	width:100%;
}

.IframeRegister {
	width:100%;
	height:500px;
}

/* * *   Playlist   * * */
#fraPlaylist {
	clear:both;
	margin-left:13px;
	width:300px;
	height:410px;
	vertical-align:top;
}
#fraPlayer {
	margin-left:14px;
	width:399px;
	height:410px;
}

/** IE 6 hack **/
* html #fraPlaylist {
	height:415px;
	margin-left:17px;
}

/** IE 6 hack **/
* html #fraPlayer {
	height:415px;
}

/* * *   Tabs above Playlist   * * */
div.tabContainer {
	float:right;
	width:301px;
	height:17px;
}

div.tabOrder {
	float:left;
	cursor:pointer;
	width:76px;
	height:17px;
	text-align:center;
}

.Active {
	background-image:url('../img/bhlOrd.gif');
	background-repeat:no-repeat;
	background-position:center bottom;
}

.Normal {
	background-image:url('../img/butOrd.gif');
	background-repeat:no-repeat;
	background-position:center bottom;
}

div.tabInner {
	color:#000;
	height:17px;
	margin-top:2px;
}

/** IE 6 hack **/
* html div.tabInner {
	margin-top:0px;
}

.Normal div.tabInner {
	color:#fff;
}

/** IE 6 hack **/
* html div.tabInner {
	padding-top:6px;
}

/* Next and prev buttons below playlist */
.PrevNext {
	position:absolute;
	top:495px;
	left:648px;
	text-align:center;
	width:90px;
	height:16px;
	margin-right:15px;
	color:#000;
	background-image:url('../img/pages.gif');
	background-repeat:no-repeat;
	background-position:right top;
}

/** IE 6 hack **/
* html .PrevNext {
	top:505px;
	left:650px;
}

.PrevNext span {
	color:#000;
	vertical-align:top;
}

.ButPrev {
	width:22px;
	height:14px;
	background-image:url('../img/prev.gif');
	background-repeat:no-repeat;
	cursor:pointer;
	border:0px;
}

.ButNext {
	width:22px;
	height:14px;
	background-image:url('../img/next.gif');
	background-repeat:no-repeat;
	cursor:pointer;
	border:0px;
}

.Footer {
	position:relative;
	width:100%;
	height:44px;
	background-image:url('../img/footer.gif');
	background-position:center;
	background-repeat:no-repeat;
	margin-top:30px;
	border:1px solid black;	
}
