/***************************************************************
 *                                                             *
 * @author Juergen Schley <j.schley(at)21torr.com>             *
 * @copyright 2008 VPV Makler | VPV-Versicherung               *
 * @date 2008/08                                               *
 * @version 1.0                                                *
 * @lastmodified 2008/08/14                                    *
 * @section 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.left { float:left; }

div.right { float:right; }