
/* FONT SIZING :: CONTENT
 *************************************************/

.meb_main_panels p, .meb_main_panels table, .meb_main_panels td {
	margin:0;
    color:#666;
    word-spacing: 0.00em;
    line-height:140%;
    font-size:12px;
}
.meb_main_panel_right .cont_publ_date {
    font-size:9px;
    color:#9999CC;
    display: block;
    height: 18px;
}
.meb_main_panels h1 {
	font-weight: normal;
    font-size:21px;
    color:#BB0000;
    margin:0;
    padding:0;
    line-height:120%;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
}
.meb_main_panels h1 .subtitle {
	color:#666699;
}
.meb_main_panels h2, .meb_main_panels h3, .meb_main_panels h4, .meb_main_panels h5,.meb_main_panels .footnote_title {
    letter-spacing: 0.01em; 	
    color:#336;
    margin:2px 0 0 0px;	
    padding: 0px;
    line-height:120%; 
    font-weight: normal;
}
.meb_main_panels h2 {
    font-weight: normal;
    font-size:15px;
    padding:1px 5px 0px 0px; 
    color:#336;
    margin:2px 0 0 0px;
    display: block;
    height: 30px;
    height: auto; /* Jochum 7 */
}
.meb_main_panels h2 a, .meb_main_panels h2 span {
    font-weight: normal;
    font-size:15px; 
    padding:1px 5px 0px 0px;
    color:#336;
    display: block;
    margin:2px 0 0 10px; 
}
.meb_main_panels h3, .meb_main_panels caption {
	font-weight: normal;
    font-size: 15px;
}
.meb_main_panels h4 {
	font-size: 13px;
}
.meb_main_panels h5 {
	font-size: 13px;
}

.meb_main_panel_right h6 {
    letter-spacing: 0.01em;
    color: #666666;
    font-size: 11px;
}

.meb_main_panel_right h6 {
	letter-spacing: 0.01em;
	color: #666666;
}
.right_divider .mod_text {
	clear:both;
}
.meb_main_panels .text_item a,
.meb_main_panels .mod_text a {
	color: #B00;
}
.meb_main_panels a { /* Jochum 8 */
    color: #343167; /* #003;*/
    text-decoration:none; 
}
.meb_main_panels .x-panel-body a, .meb_main_panels .x-panel-body {
	color: #666;
}
.meb_main_panels a:hover { /* Jochum 8 */ 
    text-decoration: underline ;
}
.meb_main_panels a.btn_main:hover, .meb_main_panels .block_select_button a:hover { /* Jochum 8 */ 
    text-decoration: none ;
}
.meb_main_panel_right p {
    margin-bottom:25px;
}
.meb_main_panel_right p.cont_intro {
    font-size:15px;
    letter-spacing: 0.01em;
}
#meb_main_panel_left .extra_sub_heading {
	color:#b00;
	font-size:15px;
	margin:8px 0;
	display:block;
	font-weight:normal;
	letter-spacing: 0.01em;
}
.meb_main_panels ul {
    font-size:12px; 
    padding-left: 15px;
    /*padding: 0 0 25px 15px;*/
    margin:0;   
}
.meb_main_panels li {
    color:#666;
    letter-spacing: 0.01em;
    line-height:140%;
}
.meb_main_panel_right li {
	line-height:150%;
}
.meb_main_panels .text_item li, .meb_main_panels .mod_text li {
    list-style-image: url("../images/dot_list.png");
}
.meb_main_panel_right li .blacktext {
    color:#666;
}
.meb_main_panel_right li a {
    /*color:#336;
    text-decoration:underline; DEZE MOET ER MISSCHIEN OOK NOG WEL WEER IN*/
}
.meb_main_panel_right sup {
	font-size:9px;
	color:#BB0000;
}
.meb_main_panel_right dl, .meb_main_panel_right dd, .meb_main_panel_right dt {
    padding: 0;
    margin:0;   
    letter-spacing: 0.02em;    
}
.meb_main_panel_right .footnote_title {
	font-size:11px;
	font-weight:normal;
}
.meb_main_panel_right dl {
    font-size:10px; 
    color:#336;
}
.meb_main_panel_right dt {
	clear:both;
	padding-right: 3px;
	color:#B00;
}
.meb_main_panel_right dd {
    width:97%;
}
.x-panel-body p { /* .x-panel-body, UITGEZET DOOR MATTHIJS */
	font-size:11px;
	padding: 5px 10px 10px 0px;

}
.x-panel-header-text {
	font-weight: normal;
	Font-family: arial;
	font-size: 14px;
	color: #003;
	display:block;
}
.meb_main_panels table {
	border-left:1px solid #666; 
	border-top:1px solid #666;
}
.meb_main_panels th, .meb_main_panels td {
	border-right:1px solid #666; 
	border-bottom:1px solid #666;
	/*border-color:#666;*/
}
.meb_main_panels form table, .meb_main_panels form th, .meb_main_panels form td {
	border:0;
} 


/* MEB_FORM
 *************************************************/
.meb_form {
	font-size:12px;
}
.meb_form .meb_form_label {	
	text-align:right;
	padding-right:5px;
	vertical-align:top;
	width:120px;
}
.meb_form .text_field, .meb_form .longtext_field {
	border:1px solid #999999;
	font-size:9pt;
	padding:1px;	
	font-family: Arial, Sans serif;
}
.meb_form .text_field {
	height:16px;
	width:218px;
	background: url('../images/bg_text_field.png') no-repeat;	
}
.meb_form .longtext_field, .meb_form textarea.longtext_field {
	height:59px;
	width:355px;
	background: url('../images/bg_longtext_field.png') no-repeat;
}
.meb_hidden_submit {
	position:absolute;
	left:-1000px;
	width:0px;
	height:0px;	
}
#meb_frm_reg {
	width:500px;
	margin-left:65px;		
}
#meb_frm_reg .meb_form_label {
	width:250px;
}
.register_form_heading .text_item h1 {
	padding-top:15px;
	padding-left:190px;
}

/* LEFT :: 
 *************************************************/
.supplement_short {
	margin:0px 0 30px 0;
	letter-spacing: 0.01em;
	color:#666;
}
.supplement_short a {
	color: #343167;
}
.supplement_short strong a {
	color: #343167;
	font-size: 13px;
}

.supplement_short strong {
	font-weight:normal;
	color:black;
}


.gids_item {
	padding: 3px 0 10px 0px;
	margin-bottom: 10px;
	background: url('../images/dotted_line_menu_blue.png') repeat-x top left;	
	font-size:11px;
	letter-spacing: 0.01em;
	line-height:120%;	
}
.gids_item p, .meb_main_panel_right .gids_item p, .gids_openinghours_item table {
	margin-bottom:-7px;
	letter-spacing: 0.01em;
	font-size:11px;	
}
.gids_item p strong a {
	color:#333366;
}
.gids_item h2 {	
    background:transparent url(../images/arrow_black.png) no-repeat scroll 0 6px;
	color:#333366;
	height:auto;
	letter-spacing:0.02em;
	line-height:120%;
	margin: 2px 0 0 -10px;
	padding:0;
	text-indent:0;
    
}
.meb_main_panel_right .gids_item p {
	font-size:12px;
}
.date_agenda {
	color:#666;
}
.gids_images img {
    margin-bottom:10px;
} 	










/* LEFT & RIGHT :: GIDS MORE LINKS
 *************************************************/
.gids_news_more {
	background: url('../images/dotted_line_menu_blue.png') repeat-x bottom left;
	width:95px;
	position:absolute;
	right:0;
	padding:0 0 3px 0;
}
.gids_news_more a {
    font-family:Georgia;
    font-style:italic;
    font-size:11px;
    text-decoration:none;    
	background: url('../images/arrow_blue.png') no-repeat 5px 3px;
	line-height:150%;
	padding:0 5px 0 15px;
	border:0;
    color:#666;
}
.gids_news_more a:hover {
	text-decoration:none;
}
.gids_content_agenda {
	margin-top:25px;
}
.meb_main_panel_right .gids_news_more a, .meb_main_panel_right .content_to_top a {
    border:0;
    color:#666;
}
.content_to_top {
	margin-top:25px;
}
.content_to_top a {
	font-family:Georgia;
    font-style:italic;
    font-size:11px;
    text-decoration:none;
    color:#666;	
}
/* LEFT :: GIDS ADDRESS & OPENINGHOURS
 *************************************************/
.gids_address_item em, .gids_openinghours_item em {
	font-size:10px;
}
.gids_address_item p {
	margin-bottom:10px;	
}
.gids_openinghours_item table {	
	padding:0;
	border-collapse:collapse;
	margin:0;	
}
.gids_openinghours_item table td {
	vertical-align:top;
	text-indent: 7px;
	/*font-size:12px;*/
}
.gids_openinghours_item .current td, .gids_openinghours_item .current_vervolg td  {
	font-weight:bold;
}
.gids_openinghours_item .current {
	background:transparent url(../images/arrow_blue.png) no-repeat scroll 0px 5px;
}

/* LEFT :: INTRO BOX
 *************************************************/
#meb_left_intro_box p {
	font-size: 15px;
	padding:0;
	margin:0;
	line-height: 150%;
	color: #656798;
}




/* RIGHT :: GIDS DETAIL
 *************************************************/
.gids_detail_item {
	margin:0px 0 25px 0;
	
}
.gids_detail_item a, .gids_detail_address a { /* JOCHUM 8 */
	margin:0px 0 25px 0;
	color: #B00;
	font-size: 12px;
}

.gids_detail_item h2 {
	margin:10px 0 0px 0;
	/* color: #336;
	font-size: 11px; */
}


/* RIGHT :: GIDS OVERVIEW
 *************************************************/
.gids_overview {
	margin:0 0px 25px 0px;
}

#meb_sub_left1 .gids_overview {
	margin:0;
}




/* RIGHT :: SEARCH MODULE
 *************************************************/
#meb_search_large {
	width:330px;
	height:69px;
	background:#CC0000;
	padding:15px 20px 0 20px;
}
#meb_search_large h1 {
	color:white;
	margin:0;
	padding:0;
	line-height:130%;
	letter-spacing: 0.04em;
}
#meb_search_large input.searchstring {
	width:184px;
}
#meb_search_large .btn_search_site {
	position:absolute;
	
}
#meb_search_large img {
	vertical-align:middle;
}
.meb_search_site_tips {
	padding-top:4px;
}
#meb_search_large a {
	color:white;
	font-size:9px;
	top:-3px;
	line-height:17px;
	border:0;
	padding-right:10px;
	background: url('../images/arrow_white.png') no-repeat right center;
}
#meb_search_large a:hover {
	border:0;
	color:white;
}
.meb_main_panel_right .search_result_info {
	margin:10px 0 20px 10px;
	padding-bottom:10px;
	font-size:12px;
	line-height:120%;
	background: url('../images/dotted_line_menu_blue.png') repeat-x bottom left;	
	width:360px;
}	
.search_result_info .result_title {
	font-size:17px;
	color:#CC0000;	
}
.search_result_info strong {
	color:#CC0000;
}
.meb_main_panel_right .search_result {
	margin-bottom:10px;
	padding-left:10px;
	background: url('../images/arrow_blue.png') no-repeat 0 4px;
	color:#666;
	font-size:12px;
}
.meb_main_panel_right .search_result a {
	border:0;
	color:#c00;
}
.meb_main_panel_right .search_result_nosummary {
	font-style: italic; 
}














/*#meb_sub_left1 .apppager {
	display:none;
}*/
.apppager {
	padding:5px 0;
	/*padding-left:20px;*/
}
.apppager, .apppager a {
	/*color:#000;*/
	font-size:10px;
}
.apppager a:hover {
	color:#006;	
}
.apppager a.pageselected, .apppager a.pageselected:hover {
    font-weight:bold;
    text-decoration: underline;
    color:#003;
}
#news_block_bottom {
	margin: 5px 10px 10px 10px;
}

/* RIGHT :: SITEMAP
 *************************************************/
#sitemap_content {
	 margin-bottom:25px;
}
#sitemap_content ul {
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}
#sitemap_content a {
	border:0 !important; 
	text-decoration:none !important;
	font-style:normal;
	line-height:140%;
}
#sitemap_content ul ul {
	padding-left:30px;
	padding-top:0px; /* Jochum 6 */
	padding-bottom:0px; /* Jochum 6 */
}
#sitemap_content ul ul ul  {
	padding-top:5px; /* Jochum 6 */
	padding-left:15px;
	
}	
#sitemap_content li a {
	font-size:15px;
	color:#000;	
}
#sitemap_content li li a {
	font-size:12px;
	color:#000;
}
#sitemap_content li li li a {
	color:#666;
}
#sitemap_content li li li li a {
	color:#669;
}
#sitemap_content li {
	list-style:none;
	margin-top:15px; /* Jochum 6 */
}
#sitemap_content li li {
	list-style-type: disc;
	margin-top:0px;
	margin-bottom:5px; /* Jochum 6 */
}
#sitemap_content li li li {
	list-style-image:url('../images/arrow_blue.png');
}
#sitemap_content li li li li {
	list-style:none;
}
meb_sub_left2 {	
	clear:both;
}
#meb_textsize_box img {
	margin:0;
}


.gids_openinghours_item table, .gids_openinghours_item td, .gids_openinghours_item th,  
.gids_openinghours_select table, .gids_openinghours_select td, .gids_openinghours_select th,
#news_block table, #news_block td, #news_block th,
#availableCategories table, #availableCategories td, #availableCategories th,
.meb_gids_item table, .meb_gids_item th, .meb_gids_item td {
	border:0;
	font-size:11px;
}
