/* Auto Generated CSS 
February 7, 2012, 21:22:32 */

.red_text {
	color:#da2127;
}
.blue_text {
	color:#1834A3;
}
.big_text {
	font-size: 1.25em;	
}
.bigger_text {
	font-size: 1.4em;	
}html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 60;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../images/fancy/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('../images/fancy/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../images/fancy/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../images/fancy/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../images/fancy/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../images/fancy/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancy/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../images/fancy/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancy/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../images/fancy/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancy/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../images/fancy/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancy/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(../images/fancy/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(../images/fancy/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(../images/fancy/fancy_title_right.png) repeat-x;
}a {
	color: #1772bf;
}

.schedule-container {
	width: 400px;
	line-height: 1em;
	float: left;
	margin-bottom: 10px;
	font-size: 12px;
}

.frontpage #schedule-container {
	padding-left: 20px;
	padding-top: 10px;
}

.day-container {
	margin: 2px 0 0  0;
}

.day-container-inner {
	border-top: 1px solid #244f86;
	border-bottom: 1px solid #244f86;
	float: left;
	height: 10px;
	padding: 0;
	margin: 0;
}

#schedule-header {
	margin-left: 103px; 
	float: left; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #222;
	display: inline;
	margin-top: 10px;
}

/* IE6 fix */
.interval-container {
	overflow: hidden;
}

.interval-row {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 12px;
	margin: 0 0 4px 0;
	width: 600px;
	float: left;
}

/* hoek links */
.edge-left {
	background: url(../images/bg_schedule_left.gif) no-repeat right top;
	display: block;
	width: 10px;
	height: 12px;
	float: left;
}

/* hoek rechts */
.edge-right {
	background: url(../images/bg_schedule_right.gif) no-repeat 0 0;
	display: block;
	width: 10px;
	height: 11px;
	float: left;
}


/* ALT tekst */
#schedule-alt-container {
	padding: 20px 0;
	float: left;
	width: 500px;
	font-family: verdana, arial, sans-serif;
}

#schedule-alt-list {
	float: left;
}

#schedule-alt-list label {
	width: 100px;
	display: block;
}

#schedule-alt-list li {
	margin-bottom: 10px;
}

#schedule-alt-list li span {
	font-size: 0.7em;
}

#schedule-block-container table tr td {
	vertical-align: top;
}
html, body {
	margin:0;
	padding:0;
	font-family:Helvetica, Verdana, sans-serif;
	font-size:1.0em;
}
a, a img {
	outline:0;
	border:0;
	text-decoration:none;
	color:#da2127;
}

#center, #header, #menu, #banner, #breadcrumb, #content, #bottom {
	width:940px;
	padding:0 13px;
}
#center {
	margin:0 auto;
}


/* header */
#header, #header-left, #header-right {
	height:70px;
}
#header-left {
	float:left;
	width:470px;
}
#header-right {
	float:right;
	width:470px;
	text-align:center;
}
#logo {
	padding-top:20px;
}
#topmenu, #languages {
	float:right;
}
#topmenu {
	font-weight:bold;
	font-size:0.65em;
	margin-right:10px;
}
#languages {
	font-size:0.75em;
}
#header-right ul {
	list-style:none;
	margin:0;
	padding:0;
}
#header-right ul li {
	float:left;
	display:block;
}
#topmenu ul li {
	line-height:30px;	
}
#topmenu ul li a {
	color:#2e2e2e;
	padding:0 10px;
}
#languages ul li {
	width:30px;
	height:30px;
}
#languages ul li.activelang {
	background:url('../images/language_active.jpg') no-repeat top center;
}
#languages ul li a {
	color:#666;
	line-height:30px;
}
#languages ul li.activelang a {
	color:#999;
}


/* menu */
#menu {
	height:10px;
}
#mainmenu {
	position:absolute;
	z-index:30;
	width:940px;
}
#mainmenu ul {
	list-style:none;
	margin:0;
	padding:0;
	width:940px;
}
#mainmenu ul li { /* IE6 breedte meegeven */
	float:left;
	color:#999;
	margin-right:10px;
	height:23px;
}
#mainmenu ul li a {
	display:block;
	text-transform:uppercase;
	font-size:0.95em;
	color:#999;
	height:23px;
}
#mainmenu ul li.active a {
	color:#000;
}
#mainmenu ul li ul {
	position:absolute;
	background:url('../images/submenu_bg.png') repeat top left;
	width:260px;
	font-size:0.8em;
	display:none;
	z-index:35;
}
#mainmenu ul li ul li {
	display:block;
	float:left;
	height:55px;
	padding:10px 10px 15px 10px;
	width:240px;
	border-bottom:1px solid #fff;
}
#mainmenu ul li ul li a {
	display:block;
	height:75px;
}
#mainmenu ul li ul li img {
	float:left;
	margin:0 10px 0 0;
}
#mainmenu ul li ul li:hover {
	background:#0F0F0F;
	border-bottom:1px solid #000;
}
#mainmenu ul li ul li:hover a {
	color:#fff;
}


/* banner */
#banner {
	height:490px;
	background:url('../images/banner_bg.jpg') no-repeat top left;
	padding-top:13px;
}
#bannerimage {
	position:absolute;
	width:940px;
	z-index:1;
	height: 464px;
	overflow: hidden;
}
.textImageBannertext {
	line-height:20px;
	padding:2px 0px 2px 5px;
	font-weight: normal;
	font-size:1.5em;
	position: absolute;
	bottom:0px;
	color:#fff;
}
.textBannerLayer {
	position:absolute;
	width:655px; 
	margin:555px 0 0 5px;
	z-index:10;
}
.flash-replaced .alt {
	display:none;
}


/* content right */
#content-right {
	position:absolute;
	z-index:25;
	width:260px;
	height:454px;
	margin-left:670px;
	padding:10px 0 0 10px;
	background:url("../images/content_top_bg.png") repeat top left;
	color:#fff;
	overflow:hidden;
}
#content-right ul {
	list-style:none;
	margin:0;
	padding:0;
	width:240px;
}
#content-right ul li.submenuItem {
	float:left;
	border-bottom:1px dotted #fff;
	display:block;
	width:240px;
}
#content-right ul li.closed {
	height: 32px;
	line-height: 35px;
}
#content-right ul li.selected {
	padding-top:12px;
}
#content-right ul li a.submenuLink {
	color:#fff;
	text-transform:uppercase;
	display:block;
	font-size: 14px;
}

#content-right .top-text {
	float:left;
	margin: 10px 0;
}
#content-right .shorttext, #content-right .fulltext, #content-right .file {
	font-size:0.75em;
}
#content-right .item {
	margin:0 0 5px 0;
}
#content-right #bannerselectie {
	float:left;
}
#content-right .bannerthumb {
	border:1px solid #000;
	float:left;
	display:block;
	margin:0 4px 4px 0;
	width:50px;
	height:50px;
}
#content-right .activeSlide {
	border:1px solid #fff;
}


/* breadcrumb */
#breadcrumb {
	font-size:0.7em;
	color:#666;
	height:20px;
	margin-top:-20px;
}
#breadcrumbles {
	padding-bottom:5px;
	border-bottom:#666 1px solid;
}
#breadcrumbles ul {
	list-style:none;
	margin:0;
	padding:0;
}
#breadcrumbles ul li {
	display:inline;
}
#breadcrumbles a {
	color:#666;
}


/* content */
.login {
	font-size:0.75em;
	width:940px;
}
.login #loginError {
	color:#da2127;
}
#content {
	float:left;
	margin:10px 0 0 0;
}
#content #context {
	float:left;
	padding-bottom:5px;
	width:940px;
	min-height:10px;
	border-bottom:#666 1px solid;
}
#content .item {
	float:left;
	color:#666;
	width:940px;
	margin-bottom:25px;
}
#content .item-divider {
	float:left;
	width:940px;
}
#content .item h1 {
	font-size:1.2em;
	font-weight:normal;
	margin:0;
	padding:0 0 5px 0;
}
#content .item .shorttext, #content .item .fulltext, #content .item.file, #content .item.mform {
	font-size:0.75em;
}
#content .item .fulltext {
	color:#999;
}
#content .col-2 {
	width:460px;
}
#content .col-2-1, #content .col-2-3, #content .col-2-5 {
	margin-right:20px;
}
#content .col-2-2 {
	margin-right:0;
}

/*-images-*/
.textImagetext {
	background:white none repeat scroll 0%;
	width:100%;
	line-height:15px;
	padding:2px 0px 2px 5px;
	font-weight: normal;
	font-size:0.9em;
	position: absolute;
	bottom:0px;
	opacity:0.8;
	filter: alpha(opacity=80); /* transparantie in IE */
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80); /* transparantie in IE */
	color:#666;
}
.textMediumLayer {
	position:absolute;
	width:205px; 
	margin:155px 0 0 5px;
	z-index:10;
}
.ImgBoxMedium {
	float:left;
	background:#fff;
	width:220px;
	height:160px;
	margin:0 20px 20px 0;
}
.textSmallLayer {
	position:absolute;
	width:95px; 
	margin:75px 0 0 5px;
	z-index:10;
}
.ImgBoxSmall {
	float:left;
	background:#fff;
	width:110px;
	height:80px;
	margin:0 7px 7px 0;
}


/* bottom */
#bottom {
	float:left;
	margin:3px 0 0 0;
	padding-bottom:30px;
	font-size:0.7em;
	color:#666;
}/*---------------------------- SEARCH ---------------------------------*/
#search {
	padding-top: 16px;
	
}
#searchForm {
	margin: 0 0 5px 0;
}
#searchForm input[type="submit"]:focus, #searchForm input[type="text"]:focus, #searchForm input[type="password"]:focus {
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
}
#search #search-criterium {
	float: left;
	font-size: 1.3em;
	width: 118px;
	height: 13px;
	border: 1px solid #ccc;
}
#search #send {
	cursor: pointer;
	width: 15px;
	height: 15px;
	border: none;
	background: url(../images/bg-search-submit.gif) 0 -2px no-repeat;
}

/*---------------------------- AJAX SEARCH ---------------------------------*/
#searchForm {
	position: relative;
	margin-top: 0px;
}
#searchForm fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
#searchForm h1 {
	position: absolute;
	top: 27px;
	left:0;
	margin-left: -44px;
	padding-left: 8px;
	width: 186px;
	height: 22px;
	z-index: 200;
	font-size: 0.75em;
	line-height: 2.1em;
	font-weight: normal;
	background: white;
	text-transform: uppercase;
	background:#666;
	color: white;
}
#keywordList {
	position: absolute;
	top: 18px;
	left:0;
	width: 138px;
	height: 165px;
	max-height: 165px;
	border-top: none;
	z-index: 1000;
	list-style: none;
	background: white;
	overflow: hidden;
	overflow-y: scroll;
}
#searchForm #keywordList li {
	cursor: pointer;
	font-size: 1.2em;
	line-height: 2em;
	padding-left: 4px;
	margin: 0;
	border-bottom: 1px solid #888;
	height: 20px;
	background:white;
/*	opacity:.70;filter: alpha(opacity=70); -moz-opacity: 0.7;*/
}
#searchForm #keywordList li:hover {
	background-color: #34346a;
	color: white;
}
#searchForm #keywordList li.active {
	background-color: #34346a;
	color: white
}
/*---------------------------- /AJAX SEARCH ---------------------------------*/


/*---------------------------- RESULTS ---------------------------------*/
#searchlist {
	width: 745px;
	font-size: 0.8em;
	margin-top: 15px;
}
.pagination {
	padding: 0 2em;
	list-style: none;
}
.pagination li {
	padding-right: .5em;
	display: inline;
}
.pagination li.active {
	font-weight: bold;
}
.pagination li.active a {
	text-decoration: none;
}
.result {
	padding-bottom: 1.5em;
	padding-top: 1.5em;
	border-bottom: 1px solid #ccc;
	
}
