/******************************************************************************
 *                                                                    2009-01 *
 * Project | Ramsar 2009                                                      *
 * Author  | Susanna Schneider <s.schneider@21torr.com>                       *
 *                                                                            *
 * Package | Base                                                             *
 ******************************************************************************/
 
@import url(screen_page.css);
@import url(screen_nav.css);
@import url(screen_content.css);
@import url(screen_marginal.css);

div.clear {
  clear: both !important;
  height: 1px !important;
  padding: 0 !important;
  font-size: 1px !important;
  line-height: 1px !important;
  float: none !important;
  border: none !important;
  background: none !important;
}

* html div#head img { behavior: url(/ramsar/css/iepngfix.htc); } /* IMPORTANT FOR IE 6, DON'T DELETE */
* html div#footer img { behavior: url(/ramsar/css/iepngfix.htc); } /* IMPORTANT FOR IE 6, DON'T DELETE */
* html div#home-visuals img { behavior: url(/ramsar/css/iepngfix.htc); } /* IMPORTANT FOR IE 6, DON'T DELETE */

/* IMPORTANT FOR ALL IMAGE BIGGER THAN NEW SITE WIDTH */
div#content img{
	max-width: 540px;
}
div#content img#visuals{
	max-width:758px;
	margin:0 0 0 10px;
}

 #logoprint{ 
  display:none;
}

#logoprintimage{ 
  display:none;
}