/***************************************************************
 *                                                             *
 * @author Juergen Schley <j.schley(at)21torr.com>             *
 * @copyright 2010 -- www.fuerstenberg.de                      *
 * @date 2010/06                                               *
 * @version 1.0                                                *
 * @lastmodified 2010/06/23                                    *
 * @section screen base                                        *
 *                                                             *
 **************************************************************/

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

* {
	margin:0;
	padding:0;
}

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

div.clearZero { 
  clear:both;
  font-size:0;
}

br.clear {
  clear:left;
}

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

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

div.right {
  float:right;
}

img {
  border:0 none;
}
