/*
Lyceo Print CSS
@author: R.Stoopman
@version: 20090119
*/

/* Default
**********************************/		
body{
	background:white;
	background-image:none;
	color:black;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
}

#nav, #left-column, #main-footer, #top-nav, #sub-nav, #right-column, #lightbox, #shoutbox, #shoutConfirm, #shoutForm, #ajaxFeedback, #breadcrumb, div#footer a,.hide,.hidden{
	display:none;
	}
	
	div#header h1{
		margin:0;
		padding:0;
		}
		h1 a img{
			border:none;}
	


/* sIFR
**********************************/		
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }