/* CBK-Zeeland */
/* 18.10.2005 > mini reparatie in formbutton_medactif */
/* algemeen */
* { margin:0; padding:0;} 

body { 
font-family:Verdana, Helvetica, sans-serif; 
font-size: 10px;
color: black; 
text-align:center;
}

img { 
border:0;
}

table {
border:0;
}

tr {
vertical-align:top;
}

a, a:visited, a:hover, a:active {
/*text-decoration:underline;*/
color:black;
}

a:hover {
color:#858585;
}

h2 {
display:block;
margin-left:13px;
margin-bottom:1px;
color:#00BCEA;
font-size: 14px;
font-family:verdana;
font-weight:regular;
}

.clear{
clear:both;
font-size:0.001px;
height:0px;
overflow:hidden
}

.contentdivider {
clear:both;
width:100%;
font-size:0.001px;
height:1px;
overflow:hidden;
margin-bottom:10px;
margin-top:5px;
background:#aaa;
}

.divider {
clear:both;
width:100%;
font-size:0.001px;
height:1px;
overflow:hidden;
margin-top:10px;
margin-bottom:10px;
background:#cbcbcb;
}

.marge_div{
height:3px;
font-size:0.001px;
overflow:hidden;
}

.formbutton_med {
background-color: #fff;
width:130px;
overflow:hidden;
border: #00bcea 1px solid;
color: black;
font-size: 10px;
cursor: hand;
}

.formbutton_medactif {
background-color: #fff;
width:130px;
width/* */:/**/128px;
width: /**/128px;
overflow:hidden;
border: #dd0000 2px solid;
color: black;
font-size: 10px;
cursor: hand;
}

/* -------- TEMPLATE opmaak hoofdtemplate */


/* gecentreerde kolom, bevat alle content*/
#pagecontainer {
margin: auto;
width: 762px;
text-align:left;
margin-top:35px;
}

/*linkerkolom met daarin o.a. het menu*/
#navigation {
width:176px;
margin-bottom:20px;
overflow:hidden;
height:auto;
float:left;
}

/*bovenste kolom, bevat header*/
#pageheader {
width:572px;
height:140px;
margin-left:12px;
float:left;
margin-bottom:10px;
clear:right;
}
 

/*kolom met daarin de feitelijke inhoud: artikelen, functionaliteiten e.d. */
#contentcontainer {
width:572px;
margin-left:12px;
margin-bottom:20px;
float:right;
}

#contentcontainerhome {
width:572px;
margin-left:12px;
margin-bottom:20px;
float:right;
}

/*linker inhouds kolom met daarin o.a. "zie ook" of "weblinks"*/
#sidecontent {
width:224px;
float:left;
}

#maincontent {
width:340px;
float:right;
}

/* bij functies op een pagina (de de volledige breedte in beslag nemen)
 mainmcontent->maincontent2, dit is zonder float right, anders komt in IE de CONTENT over elkaar te liggen,
 is een browser bug
*/
#maincontent2 {
margin-left:230px;
width:340px;
}

#maincontentmax {
text-align:left;
width:570px;
/*float:right;*/
}

.clear {
clear: both;
}

/* --- TdB 21.09.2005 uitklapmenu --- */
/* expandable list with alternate switch symbol */
ul.rightcol {
    width: 176px;
}

ul.rightcol ul {
    display: none;
	padding-left: 10px;
}

ul.rightcol li {
    list-style-type: none;
    position: relative;
    width: 100%;
	background-image: url(../icons_41/menu_arrow_black.gif);
	background-repeat: no-repeat;
	background-position: -8px 6px;
}

ul.rightcol ul li {
	background-image: url(../icons_41/menu_arrow_grey.gif);
}

ul.rightcol ul li {
	background-color: #f8f8f8;
}

ul.rightcol a {
    display: block;
    margin-left: 10px;
    padding: 3px 0;
	text-decoration: none;
    width: 100%;
	border-bottom: 1px solid #cccccc;
}

/*diverse kleurstijlen voor hoofdmenuitems*/
ul.rightcol a.clr0 {
	border-bottom: 1px solid #a22a8e;
}
ul.rightcol a.clr1 {
	border-bottom: 1px solid #00bcea;
}
ul.rightcol a.clr2 {
	border-bottom: 1px solid #02428e;
}
ul.rightcol a.clr3 {
	border-bottom: 1px solid #7dc242;
}


html>body ul.rightcol a { width: auto; } /* hidden from Win/IE */

ul.rightcol a:hover {
	text-decoration:underline;
}

ul.rightcol a.active {
	font-weight:bold;
}

ul.rightcol a.switch {
    border: none;
    height: 9px;
    left: 0px;
    line-height: 0px; /* Win/IE needs this for some reason */
    margin: 0;
    padding: 0;
    text-indent: -500px;
    top: 0.7ex;
    position: absolute;
    width: 9px;
}

/*diverse kleurstijlen voor hoofdmenuitems*/
li.clr0 a.switch {
    background: #fff url(../icons_41/menu_switch_c0.gif) no-repeat top left;
}
li.clr1 a.switch {
    background: #fff url(../icons_41/menu_switch_c1.gif) no-repeat top left;
}
li.clr2 a.switch {
    background: #fff url(../icons_41/menu_switch_c2.gif) no-repeat top left;
}
li.clr3 a.switch {
    background: #fff url(../icons_41/menu_switch_c3.gif) no-repeat top left;
}

li.noclr a.switch {
    background: #fff url(../icons_41/menu_switch.gif) no-repeat top left;
}	

ul.rightcol a.switch:hover {
    border: none;
	text-decoration:none;
}

ul.rightcol a.on { background-position: bottom left; }
ul.rightcol a.off { background-position: top left; }

/* Box-model hacks for Win/IE 5.5 \*/
* html ul.rightcol { width: 164px; w\idth: 164px; }
* html ul.rightcol a { margin-left: 0px; ma\rgin-left: 10px; }
* html ul.rightcol a.switch { left: -17px; lef\t: 0px; }
/* end hacks */


/* --- einde uitklapmenu --- */

/* -------- HEADER incl_pageheader.cfm*/

#logo {
width:108px;
float:left;
}

#topnav {
float:right;
width:460px;
text-align:right;
margin-bottom:8px;
}


#topnav a{
text-decoration:none;
color:black;
}

#topnav a:hover {
text-decoration:underline;
color:#858585;
}

#logo_golven { 
float:left;
width:460px;
text-align:right;
}

#subtitel {
color:#02428e;
width:100%;
text-align:right;
}

h1#chapter {
display:block;
cursor: pointer;
width:460px;
height:60px;
float:right;
text-align:right;
margin-top:-9px;
color:#00bcea;
font-size:48px;
font-weight:normal;
background:transparent;
}

h1#chapter a {
color:#00bcea;
text-decoration:none;
}

h2#article {
display:block;
cursor: pointer;
width:460px;
float:right;
font-size:20px;
font-weight:normal;
text-align:right;
margin-top: 22px;
}

h2#article a {
color:#000;
text-decoration:none;
}


h3#subarticle {
display:block;
overflow:hidden;
width:460px;
float:right;
color:#989898;
font-size:20px;
font-weight:normal;
text-align:right;
margin-top:-5px;
}

h3#subarticle a {
color:#989898;
text-decoration:none;
}
/* einde incl_pageheader.cfm*/

/* -------- ARTICLE incl_showarticle.cfm*/
.bs, .bsrechts {
 color:#989898;
 font-style:italic;
 }

.listmenu ul {
 list-style-type: none;
 font-size:9px;
 }

.listmenu a ,.listmenu a:link, .listmenu a:visited, .listmenu a:hover, .listmenu a:active {
text-decoration:none;

}
 
.listmenu li {
 background-image: url(../icons_41/listarrow_black.gif);
 background-repeat: no-repeat;
 background-position: 0 4px;
 padding-left: 13px;
}

ul.externelink li {
background-image: url(../icons_41/pijl_extern_2.gif);
background-repeat: no-repeat;
background-position: 0 4px;
padding-left: 13px;
}
 
div.hb_paragraaf_tekst {
display:block;
text-align:justify;
margin-bottom:10px;
}
span.hb_paragraaf_tekst {
display:block;
text-align:justify;
margin-bottom:10px;
}

.hb_paragraaf_titel, .nieuws_paragraaf_titel, .hb_sub_titel{
font-family:Verdana, Helvetica, sans-serif; 
font-size: 10px;
font-weight:bold;
}

.hb_kunstenaars_titel{
color:#989898;
font-size:20px;
font-weight:normal;
width:370px;
text-align:right;
}

.hb_artikel_lead {
text-align:justify;
/*font-weight:bold; DL, 22-11-05 */
margin-bottom:10px;
}

/* einde incl_showarticle.cfm*/

/* nieuws*/
.nieuws_paragraaf_tekst{
 text-align:justify;
 width:338px;
 float:left;
 margin-bottom:10px;
}

.nieuws_headline_img{
 overflow:hidden;
 width:224px;
 margin-right:8px;
 float:left;
}

.pt_imgcoll{
 float:left;
 clear:both;
 width:572px;
}


/* -------- FOOTER incl_pagefooter.cfm*/
#footer {
text-align:left;
clear:both;
margin: 10px 0px 10px 0px;
font-size: 9px;
color: #ababab;
text-decoration: none;
width:100%;
border-top: 1px solid #ababab;
}

#footer ul{
display:block;
margin-top:4px;
list-style-type: none;
font-size: 9px;
display: block;
width:620px;
}

#footer li{
display: inline;
color: #ababab;
font-size: 9px;
}

#footer a{
color: #ababab;
text-decoration: none;
}

#logofooter{
margin-top:2px;
float:right;
}

/* einde incl_pagefooter.cfm*/

/*BLOKKEN op de homepage*/

/*blok van 1 kolom breed*/
.blok_1col {
float: left;
width: 134px;
height:200px;
margin-top:8px;
margin-bottom:10px;
text-align: left;
overflow:hidden;
}

.blokheader{
height: 132px;
border: 1px #858585 solid;
}
/*blok van 2 kolommen breed*/
.blok_2col {
float: left;
width: 280px;
width/* */:/**/278px;
width: /**/278px;
height: 132px;
margin-top:8px;
margin-bottom:10px;
border: 1px #858585 solid;
text-align: left;
overflow:hidden;
}

/*ruimte tussen blokken*/
.tussenbalk {
width: 12px;
float: left;
}

/*koptekst van een blok*/
h2.blokkop {
display:block;
width:100%;
height:31px;
color: white;
text-align: center;
font-size: 20px;
font-weight:normal;
margin: 0px 0px 5px 0px;
}

/*verschillende kleuren voor koptekst van blokken*/
#actualiteit {background-color:#7DC242;}

#blok1, #blok6 {background-color:#00BCEA;}
#blok2 {background-color:#7DC242;}
#blok3, #blok5 {background-color:#A22A8E;}
#blok4 {background-color:#02428E;}

/*afbeelding in een blok*/
.blokimg {
margin:5px;
border: 1px #858585 solid;
width: 122px;
width/* */:/**/120px;
width: /**/120px;
}

.tekstvlak {
width:120px;
margin: 0 2px 7px 7px;
color:black;
}

/*laatste nieuws, lijst*/
ul.latestnews{
display:block;
margin-left:10px;
margin-top:10px;
font-weight:bold;
}

.blok_editmenu{
clear:left;
padding:4px;
height:25px;
width:132px;
border:1px #aaa solid;
background:#eee;
}

.blok_backend{
float:left;
}

/*BLOKKEN bij een artikel*/
.blok_artikel{
width: 224px;
width/* */:/**/222px;
width: /**/222px;
margin-top:12px;
border: 1px #858585 solid;
text-align: left;
}


.blokimg_artikel{
margin:5px 5px 0 5px;
width: 212px;
overflow:hidden;
}

.blokimg_artikel img{
border: 1px #858585 solid;
}

.bloktekst_artikel{
width: 212px;
margin:0 5px 5px 5px;
}

.zwart{color:#000;}
.donkergrijs{color:#999;}
.basisblauw{color:#00BCEA;}
.basisgroen{color:#7DC242;}
.basispaars{color:#A22A8E;}
.donkerblauw{color:#02428E;}

div.zwart{
 background: transparent url(../icons_41/pijl_large_zwart.gif) no-repeat 100%;
 width:18px;
 height:38px;
 display:inline-block;
}

div.donkergrijs{
 background: transparent url(../icons_41/pijl_large_donkergrijs.gif) no-repeat 100%;
 width:18px;
 height:38px;
 display:inline-block;
}

div.basisblauw{
 background: transparent url(../icons_41/pijl_large_basisblauw.gif) no-repeat 100%;
 width:18px;
 height:38px;
 display:inline-block;
 }

div.basisgroen{
 background: transparent url(../icons_41/pijl_large_basisgroen.gif) no-repeat 100%;
 width:18px;
 height:38px;
 display:inline-block;
 }

div.basispaars{
 background: transparent url(../icons_41/pijl_large_basispaars.gif) no-repeat 100%;
 width:18px;
 height:38px;
 display:inline-block;
}

div.donkerblauw{
 background: transparent url(../icons_41/pijl_large_donkerblauw.gif) no-repeat 100%;
 width:17px;
 height:16px;
 display:inline-block;
}

/* functie_44.cfm - laatste wijzigingen op website*/

div#showlatest1, div#showlatest2, div#showlatest3 {
 margin-right:5px;
 margin-top:5px;
}

/* functie_46.cfm - sitemap*/

ul.sitemaplvl_1{
 list-style-type: none;
 }

ul.sitemaplvl_1 li{
 margin-top:2px;
 font-weight:bold;
 }
 
ul.sitemaplvl_2{
 margin-left:22px;
 list-style-type: none;
 }

ul.sitemaplvl_2 li{
 margin-top:0px;
 font-weight:bold;
 }
 
ul.sitemaplvl_2 a{
 background-image: url(../icons_41/arrow_small_black.gif);
 background-repeat: no-repeat;
 background-position: 0 4px;
 padding-left: 15px;
 font-weight:normal;
 }

ul.sitemaplvl_2 a:hover{
 background-image: url(../icons_28/arrow_small_grey.gif);
 }

ul.sitemaplvl_3{
 margin-top:0px;
 margin-left:32px;
 list-style-type: none;
}

/* functie_36 vraag en aanbod */
.faq_q_l {
 font-weight:bold;
 font-size:12px;
 color:#00BCEA;
}
.faq_a_l{
 font-weight:bold;
 font-size:12px;
 color:#7DC242;
}

/* stijl voor agenda */
h2.kop_gemeente {
font-weight : bold;
margin:0;
margin-top: 10px;
font-size: 15px;
color: #333;
}
.agendaplaatsnaam {
font-weight : bold;
padding: 0px 0px 0px 0px;
font-size: 14px;
color: #666666;
text-decoration:underline;
}
.agendadatum {
 padding-top: 10px;
 font-style:italic;
 font-weight:bold;
}


 
div.agendatype1 {/* betaalde advertentie #1 */
 background-color: #EBF3AF;
 padding: 8px;
 }

a.agendatype1,a.agendatype1:visited,a.agendatype1:link,a.agendatype1:active,a.agendatype1:hover {
 color: #000000;
 }
	
agenda_instnaam_1 {/* betaalde advertentie #1 */
 font-weight : bold;
 text-transform: upppercase;
 font-size:13px;
 color: #000;
 }

span.agenda_instnaam_, span.agenda_instnaam_0 {
 font-weight: bold;
 font-size:12px;
 text-transform:uppercase;
 color: #000;
 }

span.hb_agenda_item_titel {/* titel van agenda-item */
 font-weight:bold;
 color: #b00;
 display:block;
 }
 
span.hb_agenda_item_type{
 color: #666;
}

span.hb_agenda_item_discipl{
 color: #666;

}

span.hb_agenda_item_lead{
 margin-top:5px;
 display:block;
 color: #000;
}

span.hb_agenda_item_body{
 display:block;
 color: #300;
}


/* Functies 56 57 58, kunstenveld ----- */

.instelling_nav{
	text-align:right;
	margin-bottom:10px;
}
.intelling_titel {
	font-weight:bold;
	font-size:12px;
}
.instelling_naam{
	color: #00bcea;
}

.instelling_afdeling {
	font-style:italic;
}
.instelling_adres{
	margin-top:5px;
}

/* uw profiel (functie 43)*/
label.profiellogin, label.profiel{
width:100px;
float:left;
padding:3px;
clear:left;
}

#pw, #inlognaam{
width:150px;
float:left;
}

#voornaam, #tussenvoegsel, #achternaam, #emailadres_1, #geslacht{
width:150px;
float:left;
clear:right;
}
#postcode{
width:60px;
margin-right:20px;
float:left;
}

#huisnummer{
width:50px;
float:left;
clear:right;
}

.profiel .bs{
display:block;
float:left;
}

/* kunstuitleen (functie 101) */
 .hb_kunstuitleen_tekst form {margin:0;padding:0;}

.hb_kunstuitleen_tekst{float:left;width:100%;overflow:hidden;margin-bottom:8px;}
h3.hb_kunstuitleen_titel, #selectSearchMethod .label,  #selectTechniek .label, #selectColor .label, #selectSubject .label, #selectPrice .label, #selectAvailability .label{width:0;heigth:0;margin:0;overflow:hidden;}

#selectSearchMethod a{font-size:14px;font-weight:bold;}
#selectSearchMethod a.selected{font-size:20px;font-weight:bold;}
.searchCat{margin:0;float:left; margin-bottom:10px;}

.nrArtists{color:#00BCEA;}

#bladeren{text-align:right;}
#bladerenlijst{text-align:right;}

.searchCat .selected {font-size:12px;font-size:14px;font-weight:bold;}
.searchCat .formSelected {background-color:#00BCEA;color:#fff;}

.label{font-weight:bold;display:block;width:75px;float:left;margin:0;margin-top:10px;} 
.options{display:block;width:480px;float:right;margin:0;text-align:right;}

h3.kunstuitleen_kunstenaar{lear:both;margin-top:10px;margin-bottom:3px;border-top: 2px solid #000;}	
 h3.kunstuitleen_kunstenaar a{text-decoration:none; }

.item_werk{width:184px;margin-right:5px;overflow:hidden;float:left;}
.titel_werk{display:block;font-weight:bold;}
.collectienr{font-style:italic;}
.kunstuitleen_div{width:100%;clear:both;}


/* kunstuitleen popup */
#popup_container{background-color:#ff0;}
#popup_image {float:left;width:60%;text-align:right;}
#popup_tekstblok {float:right;width:40%;margin-top:30px;padding-left:40px;}
.popup_kunstuitleen_kunstenaar{}
.popup_item_werk{}
.popup_titel{}
.popup_techniek{}
.popup_prijs{}
.popup_formaat{}
.popup_collectienr{}
.popup_formaat{}
.popup_close {padding-top:50px;}


/* -------------- Kunstenaars module ------------------ */
.kunstenaarsoverzicht_header {width:735px;}

/* -------------- Aanmelden nieuwsbrief ------------------ */
#function_169 fieldset { border:1px #ccc solid; width:320px; padding:10px;  overflow:hidden; clear:both;}
#function_169 .data { width:100%; overflow:hidden; clear:both; margin-bottom:5px; }
#function_169 .data label.description{ float:left; width:100px; }
#function_169 .data div.input{ float:left; width:200px; }
#function_169 .paragraaf{ margin-bottom:10px; }
#function_169 ul{ margin-left:20px; }
#function_169 input.send { margin-top:5px; float:right; }
#function_169 .veld_medlong {width:170px;}
#function_169 .veld_short {width:50px;}

/* tabel (iDOC algemeen) */

table.idoc_data td{
 padding:4px;border-bottom:1px solid #eee;
 line-height:13px;
}

table.kunstenaarsGegevens {
 width:100%;
 overflow:hidden;
}
/* -------------- (iDOC) Paginator -------------- */
div.paginator { margin-top:15px; }
a.paginator_page:link, a.paginator_page:visited, a.paginator_page:hover, a.paginator_page:active {}
span.paginator_current  { font-weight:bold; } 																						/*actieve*/
a.paginator_firstlast:link, a.paginator_firstlast:visited, a.paginator_firstlast:hover, a.paginator_firstlast:active, 				/*eerste*/
a.paginator_previousnext:link, a.paginator_previousnext:visited, a.paginator_previousnext:hover, a.paginator_previousnext:active, 	/* vorige*/
a.paginator_previousnext:link, a.paginator_previousnext:visited, a.paginator_previousnext:hover, a.paginator_previousnext:active, 	/*volgende*/
a.paginator_firstlast:link, a.paginator_firstlast:visited, a.paginator_firstlast:hover, a.paginator_firstlast:active, 				/*laatste*/
a.paginator_all:link, a.paginator_all:visited, a.paginator_all:hover, a.paginator_all:active { 										/*alles*/
	color:#777; font-weight:bold; font-size:11px; 
}
/* --------------  einde(iDOC) Paginator -------------- */


/* function_101 ZOEKPAGINA KUNSTUITLEEN */
/*main styles*/
#function_101 .paragraph ul {margin-left: 20px;}
#function_101 .paragraph p {margin: 0 0 8px 0;}
#function_101 .paragraph h2 {margin: 0; color: #000; font-size: 10px; margin: 0 0 4px 0;}
#function_101 .strong {	font-weight: bold;}
#function_101 .clearfloat {clear: both}
 /*shadowbox*/
#function_101 .hidden {display:none;}
#shadowbox {font-size: 14px;}
/*<!--- TABS --->*/
#function_101 .tabs {margin-bottom: 20px; }
#function_101 .tabs ul { padding: 0; margin-left: 0; border-bottom: 1px solid #C7C7C7; line-height: 1.8em;}
#function_101 .tabs ul li {	list-style: none; margin: 0; display: inline;}
#function_101 .tabs ul li a { padding: 3px 0.5em; border-bottom: none; text-decoration: none;}
#function_101 .tabs ul li.active a { border: 1px solid #C7C7C7; border-bottom: 1px solid #ffffff; background: #fff; font-weight: bold; color: #00BCEA; }
/*<!--- SEARCH FORM --->*/
#function_101 .search_form .search_button { cursor: pointer; float: right; background-color: #00BCEA; color: white; font-family: Arial; padding: 3px; font-weight: bold; text-transform: uppercase; text-indent: -9999px; width: 68px; height: 21px; background: transparent url(../icons_41/b_verstuur.gif) left top no-repeat;}
#function_101 .search_form {border: 1px solid #C7C7C7; padding: 18px; padding-top: 18px; background-color: #F5F5F5;}
#function_101 .search_form label { float: left; width: 100px; display: block;}
#function_101 .search_form input, #function_101 .search_form select { float: left; display: block; }
#function_101 .search_form .form_item{ /*overflow: auto; width: 100%; /* width triggers a clear float*/ 	clear: both; }
#function_101 .search_form .form_item .search_button { float: right; padding-bottom: 20px; border: none; }
#function_101 .search_form .title{ font-weight: bold;}
#function_101 .search-byname .form_item { margin-bottom:10px; }
#function_101 .search-byname .title { margin-bottom:0px; }
/*<!--- SEARCH FORM ALFABET --->*/
#function_101 .search_form .alfabet ul li { display: inline;	padding-right: 3px;	padding-left: 1px;}
#function_101 .search_form .alfabet ul li a { text-decoration: none; color: #00BCEA; }
#function_101 .search_form .alfabet ul li.empty a { color: #999;}
#function_101 .search_form .alfabet ul li.active  a { font-weight: bold; color:#808080; }
/*<!---  SEARCH RESULTS --->*/
#function_101 .search_results_container { padding-top: 10px;}
#function_101 .search_results_content {	clear: both; margin-top: 20px; }
#function_101 .item_container {	clear:left;} /* voor groepen */
#function_101 .item_container .item_artist{ padding-bottom: 10px;}
/*<!--- SEARCH RESULTS INFO --->*/
#function_101 .search_results_info { font-size: 12px;}
#function_101 .search_results_info .search_results_count { float: left;}
#function_101 .search_results_info .search_results_perpage { float: right;}
#function_101 .search_results_info .search_results_perpage ul li { display: inline; 	padding-right: 3px; padding-left: 1px; color: #808080; border-right: 1px solid #808080;}
#function_101 .search_results_info .search_results_perpage ul li.last {	border-right: 0px solid #808080;}
#function_101 .search_results_info .search_results_perpage ul li.active { font-weight: bold;}
#function_101 .search_results_info .search_results_perpage ul li a { color: #00BCEA; font-weight: bold; text-decoration: none; }
/*<!---  SEARCH RESULTS ITEM --->*/
#function_101 .search_results_item{ float: left; margin: 0 6px 12px 5px;}
#function_101 .search_results_item .item_image{ width: 112px; height: 112px; border: 1px solid #C7C7C7;	padding: 3px; overflow: hidden; /* voor de zekerheid nu nog */ text-align:center;	/* horizontale midden uitlijning */ /* vertikaal afbeelding in het middle uitlijnen: */ /* line-height: 112px; vertical-align: middle; */ /* einde vertikaal */}
#function_101 .search_results_item .item_image img { vertical-align: middle;}
#function_101 .search_results_item .item_alt{ padding-top:3px; width: 112px; height: 50px; font-size:0.8em; overflow: hidden;  text-align:center; line-height:1.2em;}
/*<!--- SEARCH RESULTS PAGER --->*/
#function_101 .search_results_container .search_results_pager { font-size:0.9em; text-align:center;}
#function_101 .search_results_container .search_results_pager ul li { display: inline; padding-right: 5px; padding-left: 5px; color: #808080; border-right: 1px solid #808080; }
#function_101 .search_results_container .search_results_pager ul li.last { border-right: 0px solid #808080;}
#function_101 .search_results_container .search_results_pager ul li.active { font-weight: bold;}
#function_101 .search_results_container .search_results_pager ul li a { color: #00BCEA; font-weight: bold; text-decoration: none;}

/* TIPS */
.atip {/*anchor*/ margin-left: 5px;}
.btip {/*bubble*/ width: 200px; text-align: left;}
