html {
	overflow-y:scroll;
}
html, body {
    height:100%;
    width:100%;    
    margin:0;
    padding:0;    
    font-family: Arial, Sans serif;
    background: url("../images/bg_html.png") no-repeat top left;
} 
body {
     background: url("../images/bg_body.png") no-repeat top center;
}
a:link, a:active, a:visited, a:focus {
    font-family: Arial, Sans serif;
    text-decoration:none;
    outline: none;
}
a:hover {
    text-decoration:none;
    /*color:#006;*/   
}
input {
    outline: none;
}
a img {
    border:0;
}
form {
	margin:0;
}

img alt {
	color:#ccc;
    font-size:9px;
    font-weight:normal;
}


/* HIDDEN HELP TEXT
 *************************************************/
.meb_help_text {
	display:none;
}
#help_dialog {
	overflow:auto;
}

/* COMMON IDs
 *************************************************/
#meb_main {
    width:780px;
    margin:0 auto;
    position:relative;
}
#meb_logo_bar {
    height:55px;
}
#meb_main_logo {
    margin-left:20px;
    padding-top:7px; /* NEW SUB TEXT padding-top:22px;*/
    width:290px;
    height: 55px;
    background: url('../images/logo_header_title.png') no-repeat 0 15px;
}
.meb_main_logo1, .meb_main_logo2 {    
    color:#006;
    font-size:23px;
    font-weight:normal;
    letter-spacing:0.05em;    
    display:inline;
}
.meb_main_logo2 {
    color:#B00;
}
#meb_main_content {
    padding-top:20px;    
    position:relative;
}
/* NORMAL LAYOUT:	Basispagina (360x360)
 *************************************************/
#meb_main_panels {
    clear:both; 
    width:780px;
}
#meb_main_panel_left {
    width:360px;    
    margin: 25px 0 30px 20px;    
    position:relative;
    float:left;
}
.meb_main_panel_right {
    width: 360px;
    margin: 25px 0 30px 20px;
    height: auto;
    position: relative;
    float: left;
}
.meb_main_panel_right select {
	width: 153px;
	width: 100% !important;
}
.mod_form .form_rij .required {	
    WIDTH: 97% !important;
}
.meb_main_panel_right table{
	border:0;
}

.extra_sub_heading {
	color:#B00;
	font-size: 18px;
}

.gids_openinghours_item {
	color:#666;
	font-size: 10px;
}

.right_divider { 
	/*padding-bottom: 20px;*/  /* TEST FOR REMOVING PADDING ON RIGHT_DIVIDER MATTHIJS: 21-10-08 */
	font-size: 15px; 
	/*color:#336;*/
	font-weight: normal; 
}
.right_divider a img { 
	font-size: 18px;
	padding: 12px 5px;
}

#meb_main_panel_left_sub {
	position:relative;	
	min-height:265px;
}

/* SPECIAL LAY-OUT:	Basispagina (175x175x350)
 *************************************************/
#meb_left_intro_box {
	margin-bottom:25px;
	display:none;
}
#meb_sub_left1 {
	float:left;	
	width:175px;
	position:relative;
}
#meb_sub_left2 {
	float:right;	
	width:175px;
	position:relative;
}

/* SPECIAL LAYOUT:	Basispagina (175x500)
 *************************************************/
#meb_main_panel_left.left_small {
    width:172px;    
    margin: 25px 0 30px 20px;    
    position:relative;
    float:left;
}
/* MATTHIJS: margin-top added: 21-10-08
 *************************************************/
.right_xtra_wide {
    width:556px;
    margin: 25px 0 30px 20px;
    height:auto;
    position:relative;
    float:left;
}

/* TABS
 *************************************************/
#meb_tabs {
    position:absolute;
    left:611px;
    top:30px;
}
#meb_tabs ul {
    list-style:none;
    margin:0;
    padding:0;
}
#meb_tabs li {
    float:left;   
}
#meb_tabs a {
    font-family:Georgia;
    font-size:11px;
    display:block;
    color:#8480A5;
    text-align:center;
    padding-top:6px;    
}
#meb_tabs a:hover {
	font-weight:normal;
	color:#000066;
}
	/*--------------- COMMON TABS V2 ------------------*/
	#meb_tabs a {
		background-image: url("../images/tab_meb.png");
		background-repeat: no-repeat;
	}
	/*--------------- PORTAL TAB V2 -------------------*/
	#meb_tabs a.meb_tab_portal {
	    width:45px;
	    height:30px;
	    margin-right:2px; 
	    background-position: -90px 0px;   
	}
	#meb_tabs a:hover.meb_tab_portal {
	    background-position: -45px 0px;
	}
	.portal_active #meb_tabs a.meb_tab_portal,
	.portal_active #meb_tabs a:hover.meb_tab_portal {
	    background-position: no-repeat;
	    color:#000066;
	    background-position: 0px -0px;
	}

	/*--------------- LIBRARY TAB V2 -------------------*/
	#meb_tabs a.meb_tab_library {
	    width:72px;
	    height:30px;
	    margin-right:2px;
	    background-position: -144px -26px;
	}
	.portal_active #meb_tabs a:hover.meb_tab_library {	    
	    color:#000066;
	    background-position: 0 -26px;
	}
	.library_active #meb_tabs a.meb_tab_library,
	#meb_tabs a:hover.meb_tab_library {
	    background-position: -72px -26px;
	}
	/*--------------- PROFILE TAB V2 -------------------*/
	#meb_tabs a.meb_tab_profile {
	    width:48px;
	    height:30px;
	    background-position: -96px -52px;	    
	}
	#meb_tabs a:hover.meb_tab_profile,
	.profile_active #meb_tabs a.meb_tab_profile, 
	.profile_active #meb_tabs a:hover.meb_tab_profile {
	    background-position: -48px -52px;
	    color:#000066;
	}
	.portal_active #meb_tabs a:hover.meb_tab_profile {
	    background-position: 0 -52px;
	}	
	.profile_active #meb_breadcrumb_bar {
		display:none;
		letter-spacing: 0.02em; /* Jochum 6 */

	}
	.profile_active #meb_lastlogin_bar {
		display:block;
		letter-spacing: 0.02em; /* Jochum 6 */
	}

#meb_sub_logo {
    position:absolute;
    left:445px;
    top:29px;
    font-size: 10px;
    color: #669;
} 
#meb_lastlogin_bar {
	display:none;
}
	
/* BIBLIOTHEEK 
 *************************************************/
#meb_library_bar {
	background:#E6E6F0;
    height:75px;
    width:780px;
    position:relative;
}
.portal_active #meb_library_bar {
    background:#E6E6F0 url("../images/img_header_portal.png") no-repeat bottom right;
    height:75px;
}
.library_active #meb_library_bar {
    background:#E6E6F0 url("../images/img_header_lib1.jpg") no-repeat bottom left;
	height:118px;
}
.profile_active #meb_library_bar {
	height:131px;
	background:#E6E6F0 url("../images/img_header_profile.jpg") no-repeat bottom left;
}
.library_active #library_image {
	background:#E6E6F0 url("../images/img_header_lib2.jpg") no-repeat bottom left;
	position:absolute;
	right:0;
	bottom:0;
	width:330px;
	height:85px;
}

/* EXTRA NAV (HEADER)
 *************************************************/
#meb_extra_menu {
    position:absolute; 
    right:0px;
    top:-2px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color:#CECDDF ;
    height:22px;
}
.library_active #meb_extra_menu, .profile_active #meb_extra_menu {
   right:0px;
}
#meb_extra_menu ul {
    list-style:none;
    margin:0;
    padding:0;
}
#meb_extra_menu li {
    float:right;
}
#meb_extra_menu li a {
	font-family: georgia;
    color:#837FA4;
    font-size:9px;
    font-weight: bold;
    margin-right:10px;
}
#meb_extra_menu li a:hover {
	font-weight:bold;
	color:#006;
}

/* CURRENT LIBRARY
 *************************************************/
.portal_active #meb_current_library,
.profile_active #meb_current_library {
	display: none;
}
#meb_current_library {
	font-size:11px;	
	padding-left:10px;
	margin-left:10px;
	padding-top:2px;
	background: url('../images/arrow_black.png') no-repeat 0 6px;
	color:#000066;
}
#meb_current_library p {
	padding:0;
	margin:0;
}
#meb_current_library .active_lib {
	color:#BB0000;
}
#meb_current_library ul {
	margin:0;
	padding:0;
	list-style:none;
	width:411px;
}
#meb_current_library li {
	float:left;
	padding-right:3px;
}
#meb_current_library a {
	color:#606481;
	font-size:11px;	
}

/* LIBRARY SELECT BUTTONS
 *************************************************/
#meb_library_select, #meb_library_select_nojs {
    padding:5px 0px 0px 15px; /* Jochum 6 */
    position:absolute;   
}
#meb_library_select a, #meb_library_select_nojs a, #meb_library_select_menu a {
    color:#fff; /* Jochum 6 */
    letter-spacing: 0.03em;	
    word-spacing: 0px;
}

#meb_library_select a:hover, #meb_library_select_nojs a:hover, #meb_library_select_menu a:hover {
	color:#006;
}
#meb_library_select a.selector1, #meb_library_select_nojs a.selector1, #meb_library_select_menu a {
    font-size:11px;
    font-family: Georgia, Palatino, Times New Roman !important; /* Jochum 6 */    
	background: url('../images/SelectBibliotheek.png') no-repeat 0 -14px; /* Jochum 6 */
	display: block; /* Jochum 6 */
	height: 15px; /* Jochum 6 */
	width: 140px; /* Jochum 6 */
	line-height: 14px; /* Jochum 6 */	
	
	padding-left:10px; /* MATTHIJS  */
	margin-left:0px; /* MATTHIJS  */
}
#meb_library_select a.selector_top {
	padding-left:6px; /* MATTHIJS  */
	margin-left:5px; /* MATTHIJS  */
}
/* LIBRARY SELECT WINDOW
 *************************************************/
#meb_library_select_dialog {
	width:780px;
	height:235px;	
	position:absolute;
	display:none;
	z-index:10000;
}
#meb_library_select_dialog a:hover.selector1_active {
	letter-spacing: 0.02em;
    color: #FFFFFF;
}
#meb_library_select_dialog a.selector1_active {
	display:block;
	width:180px;
	height:35px;
	line-height:30px;
	position:absolute;
	top:0;
	left:0;
	font-size:14px;	
	color:#FFFFFF;
	letter-spacing: 0.02em;
	padding-left:20px;
    background: #666699 url('../images/arrow_white.png') no-repeat 5px 12px;
}
#meb_library_select_dialog ul {
	margin:0;
	margin-top:16px;
	list-style:none;
	background:#666699;
	height:165px;
	padding:0;
	padding-bottom:30px;
}
#meb_library_select_dialog ul ul {
	padding: 20px 5px 10px 5px;
	margin:0;
}
#meb_library_select_dialog .first_lib ul {
	padding-left: 10px;
}
#meb_library_select_dialog li {
	width:97px;
	float:left;
}
/*#meb_library_select_dialog li {
	border:1px solid red;
}
#meb_library_select_dialog li li {
	border:0;
}*/
#meb_library_select_dialog li a {
	font-size:11px; 
	color:white;
	padding-left:10px;
	line-height:1.5em;
	letter-spacing:0.01em;
}
#meb_library_select_dialog li a:hover {
	color:#003;
	background: url('../images/arrow_white.png') no-repeat 0px 3px;
}
#meb_library_select_close {
	position:absolute;
	left:20px;
	top:23px;
	font-size:11px;
}
#meb_library_select_close a {
	color:#9999CC;
	font-style:italic;
	font-family:Georgia;
	font-size:10px;
}


/* MAIN MENU
 *************************************************/
#meb_main_menu_bar {
    width:780px;
	height:133px;
    position:relative;    
    background: #006 url('../images/dotted_line_menu_blue.png') repeat-x 0px 33px;
}
#meb_main_menu {
    width:590px;
    height:133px;
}
#meb_main_menu ul {
	list-style:none;    
    margin:0;
    padding:0;    
}
#meb_main_menu ul li {
	float:left;
    font-size:18px;
    font-weight:normal;
    color:white;    
}
#meb_main_menu ul li div {
	padding:3px;
    line-height:23px;
    margin-top:5px;
    padding-right:13px;
    padding-left:7px;   /* Jochum 6 */     
    height:23px;
    letter-spacing:0.04em;
    font-weight:normal;
}
#meb_main_menu ul li ul {
    padding-right:5px;  
    /*padding-right:13px; VERANDERD 6-2-09 MBr*/
}
#meb_main_menu ul li.current {
	background:#313284 url('../images/dotted_line_menu_blue.png') repeat-x 0px 33px; 
	/*letter-spacing:0.03em;*/
    font-weight:normal;    
}
#meb_main_menu ul li.first {
    /*letter-spacing:0.03em;*/
    font-weight:normal;     
}
#meb_main_menu ul li.first ul {
	padding-left:3px;
}
#meb_main_menu ul li.first div {
	padding-left:10px;  /* Jochum 6 */
}
#meb_main_menu ul li li {
	padding-right:0;
}
#meb_main_menu ul li.last { 
    font-weight:normal; 
}
#meb_main_menu ul li li {
	float:none;
	font-size:12px;
	line-height:17px;
}
#meb_main_menu ul ul {
	height:88px;
    padding:4px 0 7px 0;
}
#meb_main_menu ul li a {
    color:white;
    letter-spacing:0.04em; 
    font-weight:normal;
    width:100%;
    display:block;
    background: url('../images/arrow_white.png') no-repeat 7px 5px;    
    padding-left:17px;
    padding-right:3px;
}
#meb_main_menu ul li.last a {
	padding-right:10px;
}
#meb_main_menu ul li a.current {
	font-weight:bold;
} 
#meb_main_menu ul li a:hover {
	background-color: #313284;    
}
#meb_main_menu ul li.current a:hover {
	background-color: #006;
}

/* SEARCH BOX
 *************************************************/
#meb_search {
    width:190px !important;
    height:133px;
    position:absolute;
    left:590px;
    top:0;
    background:#CC0001 url('../images/bg_search.png') no-repeat;
    letter-spacing: 0.01em;
}
.search_divider {
	background: url('../images/dotted_line_menu_red.png') repeat-x bottom left;
}
#meb_library_options {
    height:24px;
    text-align:center;
    width:180px;
    padding:5px 0 5px 10px;
}
#meb_library_search {
    height:42px;
    padding:5px 12px;
}
#meb_library_search span {
	color:white;
}
#meb_library_search .btn_search, #meb_site_search_active .btn_search {
	position:absolute;
	margin-top: 1px; /* Jochum 6 */ /* MATTHIJS: KLOPT DIT WEL 20-10-08 */
	color: white;
	font-size:11px; 
}
.searchstring {
	width:137px;
	border:1px solid #9A0303;
	padding:1px;
	height:14px;
	margin-left: -2px; 
	text-indent: 2px; /* Jochum 6 */
}
#meb_site_search {
    height:20px;
    padding:5px 12px; 
}
#meb_site_search span {
	color:white;
	font-size:0.9em;
	letter-spacing: 0.01em;
}
#meb_site_search a {
	vertical-align: -2px;
}
#meb_site_search_active {
	height:52px;
	width:160px;
	padding:1px;
    padding:5px 15px;
}
#meb_site_search_active span {
	color:white;
}
#meb_site_search_window {
	position:absolute;
	width:190px;
    height:115px;
    background: url('../images/bg_search_site.png') no-repeat center bottom;
    display:none;
    z-index:10000;
}
#meb_search_options {
	padding-left:15px;
	padding-top:1px;
}
#meb_search_options a {
	line-height:13px;
	font-family: Georgia !important;
}
#meb_search_options br {
	display:none;
}
#btn_meb_site_search span {
	display:block;
	float:left;
}
#btn_meb_site_search img {
	float:left;
	padding-top:3px;
	padding-left:4px;
	color: white;
	font-size:11px; 
}
/* SITEMAP BUTTON
 *************************************************/
#meb_sitemap {
	padding-left:15px;
	height:17px;	
}
#meb_sitemap a, #meb_search_options a {
	color:white;
	font-size:9px;
	letter-spacing: 0.05em;
	position:relative;
	line-height:14px;	 /* Jochum 6 */
	display:block;
}
#meb_sitemap a:hover {
	font-weight:normal;
}
#meb_sitemap a img, #meb_search_options a img {
	margin-top: 0px;
	margin-bottom: 0;
	display:inline;
	vertical-align:middle;
}

/* MEB BUTTONS
 *************************************************/
.btn_main {
	display:block;
	width:45px;
	height:14px;
    font-size:10px !important;
    color:black !important;
    text-align:center;
    font-family: Georgia, Palatino, Times New Roman !important;
    margin:5px 12px;    
    letter-spacing:0.03em;
    float:left;
    margin-left:0px;
    margin-right:10px;
    float:left;
    line-height:normal;
    text-decoration: none;
}
.btn_orange {
	background: url('../images/btn_orange1.png') no-repeat 0 0;
	color:white !important;
}
.btn_purple {
	background: url('../images/btn_purple1.png') no-repeat 0 0;
	color: white !important;
}
.btn_small { width:45px; background-position: 0 0; }
.btn_medium { width:75px; background-position: -45px 0; }
.btn_large { width:91px; background-position: -120px 0px; }
.btn_xlarge { width:103px; background-position: -211px 0;}
.btn_xxlarge { width:148px; background-position: -211px 0;}
.btn_transparent { width:45px; background-position: -314px 0; color:#666666 !important; }

.btn_small:hover, .btn_small_hover { background-position: 0 -28px; }
.btn_medium:hover, .btn_medium_hover { background-position: -45px -28px; }
.btn_large:hover, .btn_large_hover { background-position: -120px -28px; }
.btn_xlarge:hover, .btn_xlarge_hover { background-position: -211px -28px;}
.btn_xxlarge:hover, .btn_xlarge_hover { background-position: 0px -14px;}
.btn_transparent:hover, .btn_transparent_hover { background-position: -314px -28px; }

.btn_xxlarge {
	background: url('../images/btn_orange2.png') no-repeat 0 0;
}

.btn_reservation {
	display:none;
}
#meb_login_btn {
    position:absolute;
    top:53px;
    left:715px;    
	letter-spacing:0.01em;
}
.library_active #meb_login_btn {
    top:26px;
}
a:hover.btn_main {
	border:0 !important;
}

.btn_special {
	font-family: Georgia !important;
	font-style: italic;
	font-size: 11px;
	padding: 3px 0 3px 5px;		
	clear:both;
	bottom:0;
	line-height:0px;
	height:16px;
	vertical-align:absmiddle;
}
.btn_special .btn_remove_acquis,
.btn_special .btn_save_acquis {
	background: url('../images/btn_small_logo_blue.png') no-repeat 0 3px;
	width:11px;
	height:17px;
	float:left;
	border:0;
	text-decoration:none;
	color:#336;
}
.btn_special .btn_remove_acquis {
	background-position: -22px 3px; 
}
.btn_special:hover .btn_save_acquis {
	background-position: -11px 3px;
}	
.btn_special:hover .btn_remove_acquis {
	background-position: -33px 3px; 

}
.btn_special .btn_save_startpage { 
	background: url('../images/btn_small_logo2.png') no-repeat 0px 0px; 
	width:15px;
	height:12px;
	float:left;
	border:0;
	text-decoration:none;
	color:#336;
	margin-top: 4px;  	
	margin-right: -3px; 
}
.btn_startpage {
	height:18px;
	padding-bottom:2px;
	clear:both;
}
.btn_special:hover .btn_save_startpage {
	background-position: 0 -14px;
}

.block_select_button {
	padding-top:10px !important;
}
.btn_select_item { /* Jochum 6 */
	margin-left:7px !important;
	margin-top:5px !important;
	padding-top:7px !important;
	padding-left:10px;
	background: url('../images/select.png') no-repeat 0 1px;
	display:block;
	width:68px;
	height:5px;
	letter-spacing: 0.03em; 
	line-height: 3px;
}
.btn_select_item:hover {
	background-position: 0px -14px;
}




/* BREADCRUMB
 *************************************************/
#meb_breadcrumb_bar, #meb_lastlogin_bar {
    margin:3px 8px;
    position:absolute;
    top:0;
    height:20px;
    font-size:9px;
    color:#686698;
    padding-left:10px;
    background: url('../images/arrow_blue.png') no-repeat 0 2px;
}
#meb_breadcrumb_bar a, #meb_textsize_box a, #meb_textsize_box  {
    font-size:9px;
    color:#686698;    
}
#meb_breadcrumb_bar a:hover {
    font-size:9px;
    color:#000066;
    font-weight:normal;
}
#meb_breadcrumb_bar a.bread_start {
	 font-weight:normal;
}
#meb_lastlogin_bar {
	/*display:none;*/
}
/* TEXT RESIZE + PRINT + help
 *************************************************/
#meb_textsize_box {
    position:absolute;
    right:23px;  
    top:3px;
    height:12px;
}
#meb_textsize_box img {
    display:inline;
}
#meb_textsize_box {
	text-transform:uppercase;
}
#meb_textsize_box .small_a {
	font-size:10px;
}
#meb_textsize_box .large_a {
	font-size:14px;	
}
#btn_font_resize {
	margin-right:7px;
}

#btn_print_page {
	display:block;
	width:12px;
	height:11px;
	background: url('../images/btn_bg.png') no-repeat -68px -9px;	
	position:absolute;
    left:25px;  
    top:3px;
}


#dlg_btn {
	position:absolute;
    right:190px;  
    top:3px;
    display:none;
	width:125px;
}
#dlg_btn a {	
	font-family:Georgia;
	font-size:10px;
	color: #8480A5;
	display:block;
	line-height:150%;
}
#dlg_btn div.help_button_icon {
	background: url('../images/btn_bg.png') no-repeat -93px -5px; /* Jochum 6 */
	width:15px;
	height:15px;
	position:absolute;
	left:105px;
	top:0px;
}
#dlg_btn a:hover div.help_button_icon { /* Jochum 6 */
	background: url('../images/btn_bg.png') no-repeat -113px -5px;
	color: #8480A5;
}
#dlg_btn a:hover {
	color:#000066;
}
/* SUB MENU
 *************************************************/
#meb_sub_menu {
	background: url('../images/arrow_big_purple.png') no-repeat 0px 2px;
	position:relative;
	left:-20px;
	margin-bottom: 20px;
	margin-right: -20px;
	width:175px;
}
#meb_sub_menu ul {
	padding:0;
	margin:0;
	list-style:none;
	padding-left:10px;
	width:155px;
}
#meb_sub_menu ul li {
	background: url('../images/arrow_blue.png') no-repeat 0px 8px;
}
#meb_sub_menu ul li a {
	color:#666699;
	font-size:12px;
	letter-spacing: 0.01em;
	background: url('../images/dotted_line_menu_lightblue.png') repeat-x top left;
	margin-left:10px;
	display:block;
	width:154px;
	padding:4px 0;
}
/* MATTHIJS: 15-10-08
	- padding-bottom removed
 	*************************************/
#meb_sub_menu .lastsub_menu { 
	/*padding-bottom: 20px;*/
}

#meb_sub_menu ul ul li a { 
	width:144px;
}

#meb_sub_menu ul li a {
	color:#666699;
	font-weight:normal;
}
#meb_sub_menu ul li a.activesub_menu, #meb_sub_menu ul li a.activesub_menu:hover {
	font-weight:bold;
}
#meb_sub_menu ul li a:hover {
	color:#003;
	font-weight:bold;
	border:0;
	text-decoration:none;
}
#meb_sub_menu .meb_sub_menu_title {
	font-weight: normal;
    font-size:18px;
    letter-spacing: 0.02em;
	color:#666699;
	padding-left:20px;
	padding-bottom:10px;
}

/* FOOTER BAR
 *************************************************/
#meb_footer_bar {
    background: url("../images/bg_footer.png") no-repeat;
    width:760px;
    height:80px;
    padding:10px;
    clear:both;
    position:relative;
    margin-top:20px;
}
#meb_footer_rss {
    height:60px;
    width:137px;
    float:left;
    position:absolute;
}
#meb_footer_menu {
    height:60px;
    width:229px;
    float:left;
    position:absolute;
    left:147px;
}
#meb_footer_menu ul {
    list-style:none;
    margin:0;
    padding:0;
}
#meb_footer_menu li {
    float:left;
    width:120px;    
	height:14px;
}
#meb_footer_menu li.footer_item_small {
    width:98px;
}
#meb_footer_menu li a {
    color:#669;
    font-size:10px;
	line-height:150%;
	padding:3px 0 3px 10px;
	background: url("../images/arrow_blue.png") no-repeat 0px 6px;
	display:block;
}
#meb_footer_menu li a:hover {
    color:#000066;
    font-size:10px;
}
#meb_footer_banner {
    float:left;
    width:192px;
    height:60px;
    border-left:1px solid white;
    position:absolute;
    left:378px;
}
#meb_footer_banner img, #meb_footer_banner a  {
	float:left;
}
#meb_footer_banner img {
	border-right:1px solid white;
}
/* DISCLAIMER
 *************************************************/
#meb_disclaimer_bar {
    width:760px;
    position:relative;
    top:-22px;
    left:10px;
    height:50px;
}
#meb_disclaimer_bar img {
	vertical-align:middle;
}
#meb_disclaimer_bar ul {
    margin:0;
    padding:0;
    list-style:none;
}
#meb_disclaimer_bar ul li {
    float:left;    
}
#meb_disclaimer_bar li a {
    font-size:9px;
    color:#8B87A8;
    margin-left:8px; /* Jochum */
    letter-spacing: 0.01em;
}
#meb_disclaimer_bar li a:hover {
    color:#000066;
} 
.copyright {
    font-size:9px;
    color:#B2B2B2;
    margin-left:15px;
}
.copyright img {
    display:inline;
}
#disclaimer_bieb_logo {
    float:right;
    margin-right:-15px;
}

/* VERTICAL BANNER
 *************************************************/
#vertical_banner {
	display:none;
	background: url('../images/banner.png') no-repeat;
	width:180px;
	height:550px;
	position:absolute;
	left:810px;
	top:250px;
	
}
	





