@import url("debug.css");

html, body{
	padding: 0px;
	margin: 0px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #0c537f;
	overflow: auto;
}
p,font{
	margin: 0px;
}
a{
	font-weight: normal;
	color: #EC0078;
	text-decoration: underline;
}
img{
	border: 0px;
}
img, a, div{
	outline: none;
}
h2{
	margin: 0px;
	padding: 0px;
	font-size: 17px;
}
h3{
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}
h3 a{
	font-weight: bold;
	color: #EC0078;
	text-decoration: underline;
}
#logo{
	display: block;
	height: 116px;
	width: 161px;
	float: left;
}
#body_table{
	height:100%;
	width:943px;
	margin:0px auto;
}
#body_table_cell{
	background: url("../images/body_bg.gif") repeat-y top center;
}
#body_wrapper{
	display: block;
	margin: 0px auto;
	width: 943px;

}
#header_wrapper{
	display: block;
	width: 943px;
	height: 120px;
	background: #FFFFFF url("../images/header_bg.jpg") no-repeat top center;
}
#left_wrapper{
	width: 161px;
	height: 400px;
	background: #FFFFFF url("../images/left_bg.jpg") no-repeat top center;
	float: left;
	color: #FFFFFF;
}
#right_wrapper{
	width: 777px;
	float: left;
	padding-left: 5px;
}
#video_search{
	width: 549px;
	height: 19px;
	float: left;
	margin: 97px 0px 0px 5px;
}
form{
	margin:0px;
	padding:0px;
}
#breadcrumb{
	color: #EC0078;
	font-weight: bold;
	/*margin-bottom: 16px;*/
	background: #CAE7FA;
	height: 30px;
	width: 549px;
	margin-bottom: 5px;
}
a.crumbpath:link{color: #EC0078;font-weight:bold;}
a.crumbpath:visited{color: #EC0078;font-weight:bold;}
a.crumbpath:hover{color: #EC0078;font-weight:bold;}
a.crumbpath:active{color: #EC0078;font-weight:bold;}
#search_container{
	display:block;
	overflow:hidden;
	width:360px;
	margin:0px auto;
}
#search_title{
	float: left;
	padding-top: 3px;
	color: #FFFFFF;
}
#search_field{
	height: 17px;
	padding: 0px;
	width: 200px;
	font-size: 12px;
	border: 1px solid #006FB7;
	float:left;
}
#search_button{
	float:left;
	height: 19px;
	font-size: 9px;
	border: 1px solid #006FB7;
	padding: 0px 5px 0px 5px;
	background: #D9E9F4;
	margin-left: -1px;
	color: #0C537F;
}

/*CATEGORIE SELECTIE*/

#category_container{
	width: 125px;
	margin-left: 24px;
	padding: 6px;
	overflow: hidden;
}

.category_1_show{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.category_1_show li a{
	font-weight: bold;
}

.category_1{
	margin-bottom: 8px;
}

a.category_1_item_inactive:link{color:#FFFFFF;text-decoration:none;}
a.category_1_item_inactive:visited{color:#FFFFFF;text-decoration:none;}
a.category_1_item_inactive:hover{color:#FFFFFF;text-decoration:underline;}
a.category_1_item_inactive:active{color:#FFFFFF;text-decoration:underline;}

a.category_1_item_active:link{color:#EC0078;text-decoration:none;}
a.category_1_item_active:visited{color:#EC0078;text-decoration:none;}
a.category_1_item_active:hover{color:#EC0078;text-decoration:underline;}
a.category_1_item_active:active{color:#EC0078;text-decoration:underline;}

.category_2_show{
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style-type: none;	
}
.category_2_hide{
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style-type: none;	
}
.category_2_show li a{font-weight: normal;}
.category_2_hide li a{font-weight: normal;}

a.category_2_item_inactive:link{color:#FFFFFF;text-decoration:none;}
a.category_2_item_inactive:visited{color:#FFFFFF;text-decoration:none;}
a.category_2_item_inactive:hover{color:#FFFFFF;text-decoration:underline;}
a.category_2_item_inactive:active{color:#FFFFFF;text-decoration:underline;}

a.category_2_item_active:link{color:#EC0078;text-decoration:none;}
a.category_2_item_active:visited{color:#EC0078;text-decoration:none;}
a.category_2_item_active:hover{color:#EC0078;text-decoration:underline;}
a.category_2_item_active:active{color:#EC0078;text-decoration:underline;}

/*VIDEO OVERZICHT*/

#first_row{
	display: block;
	overflow: hidden;
	background: url("../images/first_row_bg.gif") repeat-y top left;
}
#first_row_left{
	float: left;
	width: 538px;
	padding: 8px;
	text-align: center;
}
#first_row_right{
	float: left;
	width: 183px;
	padding: 8px;
}
.source_logo{
	margin: 5px;
}
#video_description{
	height: 220px;
	overflow: auto;
}
.row_container{
	display: block;
	overflow: hidden;
	background: url("../images/row_bg.gif") no-repeat top left;
}
.row_left{
	width:533px;
	height:85px;
	padding:8px;
	background:#CCE8FB;
	border-right: 5px solid #FFFFFF;
	border-top:5px solid #FFFFFF;
}
.row_right{
	width:183px;
	padding:8px;
	background:#CCE8FB;
	border-top: 5px solid #FFFFFF;
}
#pagenav_bottom{
	clear: left;
	background: #0F5275;
	width: 753px;
	border-top: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	color: #FFFFFF;
	margin-bottom: 20px;
	padding: 0px 0px 0px 2px;
}
.row_thumb{
	width: 128px;
	float: left;
}
.row_main_data{
	width: 400px;
	float: left;
	margin-left: 5px;
}
.result_container{
	display: block;
	margin-top: -5px;
}
