/***************************************************************
 *                                                             *
 * @author Juergen Schley <j.schley(at)21torr.com>             *
 * @copyright 2009 -- www.detecon.com                          *
 * @date 2009/10                                               *
 * @version 1                                                  *
 * @lastmodified 2011/02/22                                    *
 * @section screen base                                        *
 *                                                             *
 **************************************************************/

@import url(screen_page.css);
@import url(screen_navi.css);
@import url(screen_content.css);
@import url(screen_marginal.css);

div.clear, br.clear { clear:both;height:1px;font-size:1px;line-height:1px; }

div.clearZero { clear:both;font-size:0; }
div.clearZero a { text-indent: -2000px; }

:focus {
  -moz-outline-style:none;
}

a:focus { 
  outline:0;
  -moz-outline:0;
}


