body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #636363;
	text-align: center; /* for IE */
	margin:20px 0px 0px 0px;
	padding:0px;
	background: #ffffff url('../images/totalbackground.gif') no-repeat top center;
	background-color: #ffffff;
}

html{overflow-y:scroll;}

form{
	margin:0px;
	padding:0px;
}

td {
	border-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #636363;
	height:19px;
	vertical-align:middle;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636363;
}

img {border-style:none; border:none;}

a {
	/*border:none;*/
	color:#636363;
	text-decoration: underline;
	font-weight:bold;
}
 
a:hover{color:#ff3366; }

a:active, a:focus{ outline: 0; }

.pointer{cursor:pointer;}

* html .pointer{ cursor:hand;}

textarea,
input {
	background:#ffffff url('../images/inputfield_bg.gif') no-repeat 0px 0px;
	width:250px;
	height:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:10px;
	padding:2px 2px 0px 2px;
	border:1px solid #696562;
}

textarea{width:350px; height:150px;}

.radiobtn{
 	margin:1px 0px 1px 0px;
 	width:20px;
 	height:14px;
 	border:none;
 	background-image:none;
	background-color:transparent;
 	vertical-align:text-bottom;
}

.multiselect {
	width:225px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}

/* ------------ START clear fix code ------------ */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix { display: inline-block; }
.clearfix {	display: block; }
/* ------------ END clear fix code ------------ */

#pageframe{
	background: #F2EFEA url('../images/background.gif') repeat-y 0 0;
	margin-left:auto;
	margin-right:auto;
	width:750px;
	/*height:740px;*/
	text-align:left;
	border:1px solid #000000;
}

#headercolumn{
	/*background:transparent url('../images/header.gif') no-repeat bottom 160px;*/
	overflow:hidden;
	/*width:771px;*/
	height:115px;
}

/* ------------ STANDAARD BOX ITEMS ------------ */
.boxes {	
	/*background: transparent url('../../box/images/nieuwsbrief-bg.gif') no-repeat 0 0;
	width:199px;
	margin:15px 5px 15px 5px;*/
}

.boxes .boxtop{
	/*background: transparent url('../../box/images/boxtop.gif') repeat-x 0 0;*/
	height:12px;
	/*line-height:0px;
	font-size:0px;*/
	display:none;
	
}

.boxes .boxbottom{
	/*background: transparent url('../../box/images/boxtop.gif') repeat-x 0 0;*/
	height:12px;
	/*background: transparent url('../../box/images/calender-bottom.gif') no-repeat 0 0;
	height:12px;
	line-height:0px;
	font-size:0px;*/
	display:none;
}

/* ---------------- START HOMEBUTTON BOX---------------- */
#headercolumn .homebutton_box{
	float:left;
	width:420px;
	display:inline;
	/*position:absolute;
	top:0px;
	float:right;*/
	margin:5px 0px 0px 160px;
	/*border:1px solid blue;*/
}
/*
*html #headercolumn .homebutton_box{margin-right:30px;}
*/
#headercolumn .homebutton_box a{
	background: transparent url('../images/homebutton-off.gif') no-repeat 0 0;
	display:block;
	/*border:1px solid red;*/
	width:122px;
	height:77px;
	
}
#headercolumn .homebutton_box a span{display:none}

/* ----------------- END HOMEBUTTON BOX----------------- */


/* -------------- START HORIZONTAL_MENU BOX--------------- */

#topmenu_box {
	background: transparent url("../images/menubox_bg.gif") no-repeat 0 0;
	margin:5px 0px 0px 160px;
	font-size: 13px;
	font-weight:bold;
	overflow:hidden;
	width:420px;
	float:left;
	/*width:auto;*/
	display:inline;
	/*position:absolute;
	z-index:10;*/
}
/*
*html #topmenu_box {margin-left:-30px}
*/
#topmenu_box ul{
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 3px 0px 0px 0px;
}

#topmenu_box ul li{
	behavior: url('hover.htc');
	width:auto;	
	float:left;
	white-space:nowrap;
	/*height:25px!; GEEN HEIGHT GEBRUIKEN!!! DIT GAAT FOUT IN IE7 voor de WIDHT*/
	line-height:20px; 
	display:block!important;
	margin:0px 10px 0px 0px;
}

/* Fix IE Win \*/
 * html #topmenu_box ul li { height: 1px; }
/* End Fix */ 

#topmenu_box ul li:hover,
#topmenu_box ul li.hover{ 
	font-weight: bold;
	color: #ff3366;
}


#topmenu_box .menudiv{
	display:none!important; /*OM HET MENU NIET UIT TE LATEN KLAPPEN!!!! */
	/*border-right:none;
	border-bottom:none;*/	
	position:absolute;
	left:0px;
	top:0px;
	z-index:250;
	/*overflow:hidden;*/
	margin-top:129px!important;
	width:auto;
	width:expression(this.offsetWidth+"px")!important;/**/
}
#topmenu_box .menudiv ul{
	background-color:transparent!important;
	float:left!important;
	position:inherit!important;/*RAMON NODIG IN FIREFOX!!!! */

}
#topmenu_box .menudiv ul li{	
	/*behavior: url('hover.htc');
	background-image:none!important;*/
	background-color:transparent!important;
	float:none!important;
	margin:0px!important;
	padding:0px 10px 0px 20px!important;
	line-height:21px!important;
	/*height:20px!important; GEEN HEIGHT GEBRUIKEN!!! DIT GAAT FOUT IN IE7 voor de WIDHT*/ 
	/*border-bottom:1px solid #c7d1e4;*/
	/*width:expression(this.offsetWidth+"px")!important;*/
}
/*
.menudiv ul li:hover,
.menudiv ul li.hover{ background: transparent url('../images/menu_on.gif') no-repeat 5px 0!important;}
*/
#topmenu_box .menudiv .menudiv{ margin:0px!important; /*border:1px solid green!important; background-color:yellow*/}

#topmenu_box ul li.selected_menu,
#topmenu_box ul li.selected{
	font-weight: bold;
	color: #ff3366;
	border-bottom:2px solid #696562;
}
/* --------------- END HORIZONTAL_MENU BOX ---------------- */


/* -------------- START VERTICAL_MENU BOX--------------- */

#vertical_box{ 
	width:150px;
}
#vertical_box ul{
	display:list-item;
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size:0px;
	line-height:0px;
	text-align: right;
}
#vertical_box ul li a{display:none;}

#vertical_box ul li{display:none; }

#vertical_box .menudiv{display:none;}

#vertical_box .selected_menu{ 
	display:list-item;
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#vertical_box .selected_menu .menudiv{
	background: transparent url('../images/menu_top.gif') no-repeat right top;
	display:block!important;
	padding: 22px 0px 0px 0px;
}
#vertical_box .selected_menu ul{ 
	display:list-item;
	background: transparent url('../images/menu_bottom.gif') no-repeat right bottom;
	list-style: none;
	padding: 0px 0px 22px 0px;
	margin: 0px 0px 0px 0px;
}

#vertical_box .selected_menu ul li{
	background: transparent url('../images/menu_bg.gif') no-repeat right 50%;
	display:list-item;
	padding:0px;
	margin:0px;
	text-align:right;
	width:150px;
	overflow:hidden;
}
#vertical_box .selected_menu ul li .url{behavior: url('hover.htc');}

#vertical_box .selected_menu ul li .url,
#vertical_box .selected_menu ul li a{
	display:block;
	font-weight:normal;
	text-decoration:none;
	padding:5px 10px 5px 0px;
	font-size:12px;
	line-height:12px;
}

#vertical_box .selected_menu ul li .url:hover,
#vertical_box .selected_menu ul li .url.hover,
#vertical_box .selected_menu ul li a:hover{
	background: transparent url('../images/menu_selection.gif') no-repeat right 50%;
	color: #ff3366;
}

#vertical_box .selected_menu ul li.selected{ 
	background: transparent url('../images/menu_selection.gif') no-repeat right 50%;
	display:list-item;
}

#vertical_box .selected_menu ul li.selected a{ 
	font-weight: bold;
	color: #ff3366;
}


#vertical_box .selected_menu ul li .menudiv{display:none!important;}
/**/

/* -------------- END VERTICAL_MENU BOX--------------- */


/* --------------- END SUBMENU BOX ---------------- */
#submenu_box {
	background: transparent url('../images/submenu_bottom_bg.gif') no-repeat right bottom;
	width:144px;
	text-align:right;
	padding: 0px 0px 20px 0px;
	margin: 20px 0px 0px 0px;
}

#submenu_box h2{
	background: transparent url('../images/submenu_top_bg.gif') no-repeat right bottom;
	margin:0px;
	padding:0px 10px 0px 0px;
	color:#ff3366;
	font-size:15px;
	line-height:20px;
}

#submenu_box ul{
	background: transparent url('../images/submenu_middle_bg.gif') repeat-y right top;
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#submenu_box ul li{
	behavior: url('hover.htc');
	width:auto;
	/*float:left;*/
	white-space:nowrap;
	/*height:25px!; GEEN HEIGHT GEBRUIKEN!!! DIT GAAT FOUT IN IE7 voor de WIDHT*/
	line-height:20px;
	display:block!important;
	padding:0px 9px 0px 0px;
	margin: 0px 1px 0px 0px;
}

/* Fix IE Win \*/
 * html #submenu_box ul li { height: 1px; }
/* End Fix */ 

#submenu_box ul li:hover,
#submenu_box ul li.hover{ background: transparent url('../images/submenu_selected_bg.gif') no-repeat right center;}

#submenu_box ul li.selected{
	background: transparent url('../images/submenu_selected_bg.gif') no-repeat right center;
	font-weight: bold;
	color: #ff3366;
}

/* --------------- END SUBMENU BOX ---------------- */


/* ------------------ START BANNER BOX ------------------ */
#banner_box{
	position:absolute;
	background: transparent url('../../box/images/banner_pic.gif') no-repeat 0 0;
	margin:40px 0px 0px 266px;
	z-index:10;
	width:734px;
	height:134px;
}

#banner_box #real_banner{
	position:absolute;
	background: transparent url('../../box/images/overlay_banner.png') no-repeat 0 0;
	width:734px;
	height:134px;
}

* html #banner_box #real_banner{ background: transparent url('../../box/images/overlay_banner.gif') no-repeat 0 0;}
/* ------------------- END BANNER BOX ------------------- */

/* ------------------ START SEARCH BOX ------------------ */
#search_box{
	position:absolute;
	width:232px;
	margin:-23px 0px 0px 548px;
	z-index:11;
}

#search_box input { 
	width:150px; 
	display:inline;
	float:left;
}

#search_box #searchbtn {
	display:inline; 
	float:right;	
}

#search_box #searchbtn a{
	background: transparent url('../../box/images/search_off.gif') no-repeat 0 0;
	display:block;
	width: 72px;
	height:	19px;
}
#search_box #searchbtn a:hover{background: transparent url('../../box/images/search_on.gif') no-repeat 0 0;}

#search_box #searchbtn span {display:none;}

#search_box .boxtop,
#search_box .boxbottom{ display:none;}

/* ------------------- END SEARCH BOX ------------------- */

/* ----------------- START CALENDER BOX ----------------- */

#calender_box #calenderiframe{
/*	background: transparent url('../../box/images/calender-middle.gif') repeat-y 0 0;*/
	margin:-5px 0px 0px 0px;
	padding:0px;
	height:260px;
}

#calender_box #calenderiframe table{
	float:left!important;
	text-align:left!important;
	margin:0px!important;
	padding:0px!important;
	border-spacing:3px!important;
}

#calender_box #calenderiframe table td{
	width:16px;
	height:16px;
	text-align:center;
	vertical-align:middle;
	font-size:10px;
	line-height:16px;
	padding:0px 0px 0px 0px;
	border:1px solid #696562;
	color: #626262;
}

#calender_box #calenderiframe table .month{ width:auto; }

#calender_box #calenderiframe table .prev,
#calender_box #calenderiframe table .month,
#calender_box #calenderiframe table .next{
	background-color:transparent;
	border:none;
	padding:12px 5px 0px 5px;
	color:#999999;
}

#calender_box #calenderiframe table .prev a,
#calender_box #calenderiframe table .next a{
	text-decoration:none;
	color:#ff3366;
	font-size:14px;
	font-weight:bold;
}


#calender_box #calenderiframe table .weekday{
	color:#d93260;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0px;
	border:none;
	width:18px;
	height:14px;
}

#calender_box #calenderiframe table .weekday.day_ma { background: transparent url('../../agenda/images/calender-ma.gif') no-repeat 0 0;}
#calender_box #calenderiframe table .weekday.day_di { background: transparent url('../../agenda/images/calender-di.gif') no-repeat 0 0;}
#calender_box #calenderiframe table .weekday.day_wo { background: transparent url('../../agenda/images/calender-wo.gif') no-repeat 0 0;}
#calender_box #calenderiframe table .weekday.day_do { background: transparent url('../../agenda/images/calender-do.gif') no-repeat 0 0;}
#calender_box #calenderiframe table .weekday.day_vr { background: transparent url('../../agenda/images/calender-vr.gif') no-repeat 0 0;}
#calender_box #calenderiframe table .weekday.day_za { background: transparent url('../../agenda/images/calender-za.gif') no-repeat 0 0;}
#calender_box #calenderiframe table .weekday.day_zo { background: transparent url('../../agenda/images/calender-zo.gif') no-repeat 0 0;}


#calender_box #calenderiframe table .date{background:transparent; }


#calender_box #calenderiframe table .date.empty{background:transparent url('../../agenda/images/calender-empty.gif') no-repeat 0 0; }

#calender_box #calenderiframe table .date.check{background:transparent url('../../agenda/images/calender-select.gif') no-repeat 0 0; }

#calender_box #calenderiframe table .today{text-decoration:blink;}


.calender_top thead{display:none!important;}

.calender_bottom{
	background: transparent url('../../agenda/images/calender_bottom.gif') no-repeat 0px 0px;
	width:150px;
}


/* ----------------- END CALENDER BOX ----------------- */

/* ---------------- START INTEKENLIJST BOX ---------------- */
/*
#intekenlijst_box.boxes {	
	margin:-10px 0px 10px 10px;
}
#intekenlijst_box a{
	display:block;
	background: transparent url('../../box/images/reno-button_off.gif') no-repeat 0 0;
	width:200px;
	height:300px;
}

#intekenlijst_box a:hover{
	background: transparent url('../../box/images/reno-button_on.gif') no-repeat 0 0;
}

#intekenlijst_box .boxtop,
#intekenlijst_box .boxbottom{ background-image:none;}
*/
/* ----------------- END INTEKENLIJST BOX ----------------- */

/* ---------------- START DOWNLOAD BOX ---------------- */
/*
#download_box {
	margin:0px 0px 0px 30px;
}

#download_box a{
	display:block;
	background: transparent url('../../box/images/download_off.gif') no-repeat 0 0;
	width:141px;
	height:78px;
}

#download_box a:hover{
	background: transparent url('../../box/images/download_on.gif') no-repeat 0 0;
}

#download_box .boxtop,
#download_box .boxbottom{ background-image:none;}
*/
/* ----------------- END DOWNLOAD BOX ----------------- */

/* ---------------- START WESTFREESTYLERS BOX ---------------- */

#westfreestylers_box{ 
	width:144px;
	height:190px;
	margin:100px 0px 0px 0px;
	
}

#westfreestylers_box .headertitle_1{display:none;}
/*
#westfreestylers_box #wfsbox {
	width:310px;
	height:190px;
	overflow:hidden;
	position:absolute;
	margin:0px 0px 0px -37px;
	font-size:0px;

}

#westfreestylers_box #wfsbox a{
	background: transparent url('../../box/images/banner_wfs.png') no-repeat 0 0;
	display:block;	
	width:310px;
	height:190px;
	overflow:hidden;
	font-size:0px;
}

* html #westfreestylers_box #wfsbox a{	background: transparent url('../../box/images/banner_wfs.gif') no-repeat 0 0;	}
*/
#westfreestylers_box #wfsbox a span{display:none;}
/* ----------------- END WESTFREESTYLERS BOX ----------------- */


/* ----------------- START NIEUWSBRIEF BOX ----------------- */

#nieuwbrief_box.boxes {
	background: transparent url('../../agenda/images/calender_bottom.gif') no-repeat 0px 44px;
	width:144px;
	height:177px;
	float:right;
	margin:15px 15px 0px 0px;
	text-align:center;
	display:inline;
}

#nieuwbrief_box .boxtop{display:none;}

#nieuwbrief_box #newsletterbox{overflow:hidden;}

#nieuwbrief_box #newsletterform{height:58px;}

#nieuwbrief_box #newsletterform .input{
	width:112px;
	float:left;
	overflow:hidden;
	display:inline;
	margin:0px 0px 4px 0px;
}

#nieuwbrief_box #newsletterform #sign_out{
	background: transparent url('../../box/images/uitschrijven-off.gif') no-repeat 0 0;
	display:inline;
	float:right;
}	

#nieuwbrief_box #newsletterform #sign_out a{
	background: transparent url('../../box/images/uitschrijven-off.gif') no-repeat 0 0;
	display:block;
	width:22px;
	height:19px;
}

#nieuwbrief_box #newsletterform #sign_out a:hover{background: transparent url('../../box/images/uitschrijven-off.gif') no-repeat 0 0;}
	

#nieuwbrief_box #newsletterform #sign_in{
	background: transparent url('../../box/images/inschrijven-off.gif') no-repeat 0 0;
	display:inline;
	float:right;
}	

#nieuwbrief_box #newsletterform #sign_in a{
	background: transparent url('../../box/images/inschrijven-off.gif') no-repeat 0 0;
	display:block;
	width:22px;
	height:19px;
}

#nieuwbrief_box #newsletterform #sign_in a:hover{background: transparent url('../../box/images/inschrijven-off.gif') no-repeat 0 0;}

#nieuwbrief_box #newsletterform #sign_out span,
#nieuwbrief_box #newsletterform #sign_in span{ display:none;}

#nieuwbrief_box #error{
	color:#999999;
	font-size:9px;
}
/*
#nieuwbrief_box .boxbottom{background: transparent url('../../box/images/right-clmn-bottom.gif') no-repeat 0 0;}
*/
/* ----------------- END NIEUWSBRIEF BOX ----------------- */

#leftcolumn{
	/*	
	display:none;
	background: transparent url('../images/leftcolumn.gif') no-repeat 0 0;
	*/
	width:155px;
	overflow:hidden;
	float:left;
	display:inline;
	margin:0px 5px 50px 0px;
	/*border:1px solid blue;*/
}

#contentcolumn{
	/*background: transparent url('../images/contentcolumn.gif') no-repeat 0 0;*/
	float:left;
	/*overflow:visible;*/
	width:585px;	
	/*border:1px solid green;*/
	padding: 0px 0px 20px 0px;
}

#innercontentcolumn{
	/*background: transparent url('../images/contentcolumn.gif') repeat-y 0 0;
	display:none;*/
	float:left;
	width:420px;
	margin:20px 0px 20px 0px;
	/*border:1px solid orange;
	
	border:1px solid orange;*/
	/*border-left:1px solid #6078b3;
	border-right:1px solid #6078b3;
	min-height:400px;
	height: expression(this.scrollHeight < 400 ? "400px" : "auto");
	*/
	
}


#rightcolumn{
	/*background: blue url('../images/rightcolumn.gif') no-repeat 0 0;*/
	width:155px; /* 199px */
	/*height:181px;
	padding:150px 0px 0px 0px;*/
	margin:0px 0px 0px 5px;
	/*display:block;
	z-index:200;*/
	/*border:1px solid orange;*/
	float:right;
}

/*
#rightcolumn #aanmelden{
	behavior: url('hover.htc');
	background: transparent url('../images/aanmelden_off.png') no-repeat 0 0;
	width:200px;
	height:200px;
	
}

*html #rightcolumn #aanmelden{
	background-image:none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_clients/gts/templates/common/images/aanmelden_off.png', sizingMethod='scale');
}

#rightcolumn #aanmelden:hover,
#rightcolumn #aanmelden.hover{
	background: transparent url('../images/aanmelden_on.png') no-repeat 0 0;
}

*html #rightcolumn #aanmelden.hover{
	background-image:none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_clients/gts/templates/common/images/aanmelden_on.png', sizingMethod='scale');
}

*/

#footercolumn {
	/*display:none;*/
	float:left;
	/*background: transparent url('../images/footer-bg.gif') no-repeat 0 0;*/
	height:40px;
	width:100%;	
}
/* --------------- START STANDAARD OPMAAK TEXTFIELDS ---------------- */

.headertitle_1{
	display:none;
	background: transparent url("../images/menubox_small_bg.gif") no-repeat right bottom;
	margin:0px 0px 10px 0px;
	padding:5px 0px 0px 0px;
	line-height:0px;
	font-size:0px;	
	height:26px;
	color:#F2EFEA;
}

.headertitle_1 h1,
.headertitle_1 h3{
	margin:0px;
	padding:0px;
	font-size:0px;
	line-height:0px;
	text-align:right;
}

/*.headertitle_1,*/
.headertitle_2{display:none}

.image{
	line-height:0px;
	font-size:0px;
	background-color:#eeeeee;
	border:1px solid #999999;
	padding:9px;
	overflow:hidden;
}

.image img{

}

.caption{
	font-weight:bold;
/*	font-family:tahoma, arial;*/
	font-size:14px;
	line-height:14px;
	vertical-align:middle;
	padding:10px 1px 0px 1px;
	overflow:hidden;
}

.introtext {margin-bottom:10px;}

/* --- FLOAT LEFT ---*/
.introtext .image,
#textpage.layout_1 .introtext .image,
#textpage.layout_2 .maintext  .image,
#textpage.layout_3 .introtext .image,
#textpage.layout_3 .maintext  .image{
	float: left;
	margin: 0px 10px 10px 0px;
	display:inline;  /*werkt misschien niet in firefox */
}
/* IE6 vanwege de 9px padding rond .image img
   is niet nodig als er geen paddin9 gebruikt wordt bij .image img

* html .introtext .image,
* html #textpage.layout_1 .introtext .image,
* html #textpage.layout_2 .maintext  .image,
* html #textpage.layout_3 .introtext .image,
* html #textpage.layout_3 .maintext  .image{
	float: left;
	margin: 0px 10px 10px 0px;
}
*/
.introtext .text,
#textpage.layout_1 .introtext .text,
#textpage.layout_2 .maintext  .text,
#textpage.layout_3 .introtext .text,
#textpage.layout_3 .maintext  .text{
	margin: 0px 0px 10px 10px;
}


/* --- FLOAT RIGHT --- */
#textpage.layout_1 .maintext  .image,
#textpage.layout_2 .introtext .image,
#textpage.layout_4 .introtext .image,
#textpage.layout_4 .maintext  .image{
	float:right;
	margin:0px 0px 10px 10px;
	
}
/* IE6 vanwege de 9px padding rond .image img
   is niet nodig als er geen paddin gebruikt wordt bij .image img

* html #textpage.layout_1 .maintext  .image,
* html #textpage.layout_2 .introtext .image,
* html #textpage.layout_4 .introtext .image,
* html #textpage.layout_4 .maintext  .image{
	float:right;
	margin:0px 0px 10px 10px;
}
*/

#textpage.layout_1 .maintext  .text,
#textpage.layout_2 .introtext .text,
#textpage.layout_4 .introtext .text,
#textpage.layout_4 .maintext  .text{
	margin:0px 10px 0px 0px;
}

#textpage .introtext .image.size_400,
#textpage .maintext .image.size_400,
#textpage .introtext .image.size_420,
#textpage .maintext .image.size_420{ margin:0px 0px 10px 0px!important;}

/*--------------ANTIWORD DEBUG--------------------*/

.introtext ul, .maintext ul{
	list-style-position: outside;
	margin: 5px 0px 5px 0px;
	padding:0px 0px 0px 11px;
	list-style-type: disc; 
	display: block;
}

.introtext ul li, .maintext ul li{
	list-style-type: disc;
	display:list-item;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 26px; 
}
/* --------------------------------------------------- */
.introtext ol, .maintext ol{
	list-style-position: outside;
	margin: 5px 0px 5px 0px;
	padding:0px 0px 0px 11px;
	list-style-type: decimal; 
	display: block;
}

.introtext  ol li, .maintext ol li{
	list-style-type: decimal; 
	display:list-item;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 26px; 
}

/*--------------------UL IE BUGGERS---------------------*/

/* A CSS comment before the hack \*/
* html .introtext ul{
	list-style-position: outside;
	margin: 5px 0px 5px 0px;
	padding:0px 0px 0px 11px;
	list-style-type: disc; 
	display: list-item;
} 

/* A CSS comment before the hack \*/
* html .maintext ul{
	list-style-position: outside;
	margin: 5px 0px 5px 0px;
	padding:0px 0px 0px 11px;
	list-style-type: disc; 
	display: list-item;
} 

/* A CSS comment before the hack \/*/
* html .introtext ul li{
	display:list-item;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 4px;
	text-indent:13px;
}

/* A CSS comment before the hack \*/
* html .maintext ul li{
	display:list-item;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 4px;
	text-indent:13px;
}

/*--------------------OL IE BUGGERS---------------------*/

/* A CSS comment before the hack \*/
* html .introtext ol{
	list-style-position: outside;
	margin: 5px 0px 5px 0px;
	padding:0px 0px 0px 11px;
	list-style-type: decimal; 
	display: list-item;
} 

/* A CSS comment before the hack \*/
* html .maintext ol{
	list-style-position: outside;
	margin: 5px 0px 5px 0px;
	padding:0px 0px 0px 11px;
	list-style-type: decimal; 
	display: list-item;
}

/* A CSS comment before the hack \*/
* html .introtext ol li{
	display:list-item;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 4px; 
	text-indent:20px;/*dit was 12 en is bij OL 0*/
}

/* A CSS comment before the hack \*/
* html .maintext ol li{
	display:list-item;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 4px; 
	text-indent:20px;
}

/* DEZE BRENGT HET MENU IN DE WAR IN EXPLORER!!!!*/
/*ul, ol, dl {position: relative;}*/




/******************************** START WEST-FREESTYLERS ********************************/

#article_35 #textpage .introtext .image,
#article_43 #textpage .introtext .image,
#article_55 #textpage .introtext .image{border:none; margin:0px; padding:0px; background:transparent;}

#article_28 #innercontentcolumn,
#article_36 #innercontentcolumn,
#article_37 #innercontentcolumn,
#article_38 #innercontentcolumn,
#article_39 #innercontentcolumn,
#article_40 #innercontentcolumn,
#article_41 #innercontentcolumn,
#article_45 #innercontentcolumn,
#article_57 #innercontentcolumn{ margin:15px 0px 20px 0px;}

#article_28 .headertitle_1,
#article_36 .headertitle_1,
#article_37 .headertitle_1,
#article_38 .headertitle_1,
#article_39 .headertitle_1,
#article_40 .headertitle_1,
#article_41 .headertitle_1,
#article_45 .headertitle_1,
#article_57 .headertitle_1{	display:block;}
	
/******************************** END WEST-FREESTYLERS ********************************/


/* --- BOX PHOTO_GALLARY --- */

#band_box{display:none}

#article_35 #band_box,
#article_36 #band_box,
#article_37 #band_box,
#article_38 #band_box,
#article_39 #band_box,
#article_40 #band_box,
#article_41 #band_box,
#article_45 #band_box,
#article_57 #band_box{
        display:block;
		width:420px;
        margin:20px 0px 0px 0px;
}

#band_box .headertitle_1{
	display:block;
}

#band_box .photothumbs{overflow:hidden; width:420px;}

#band_box .thumb{
	background-color:#EEEEEE;
	float:left;
	display:inline;
	font-size:0px;
	line-height:0px;
	width:128px;
	height:128px;
	z-index:10;
	border:1px solid #999999;
	margin: 0px 0px 10px 10px;
}

#band_box .thumb .extrathumb{
	/*background: transparent url('../images/extrathumb.gif') no-repeat bottom right;*/
	width:128px;
	height:128px;
	float:left;
	display:inline;
	position:absolute;	
/*	border:1px solid blue;*/
}
#band_box .thumb .extrathumb:hover{background: transparent url('../../box/images/extrathumb.gif') no-repeat bottom right;}

#band_box .thumb img{ 
	margin: 0px;
	width:118px; 
	height:118px;
	margin:5px;
}

#band_box .boxtop{ display:none;}

#band_box .boxbottom{ 
/*	width:225px;
	margin:10px 0px 0px 0px;
	display:block;	*/
}

/* ----------------- END PREVIEW BOX ----------------- */
