/**
 * iworxs - Content Management System
 *
 * This is the DEFAULT CSS DOCUMENT
 * of the iworxs.de - content managament system frontend
 *
 * @file    default.css
 * @author  dpi one <www.dpi-one.de>
 */


/***********************
  body
 ***********************/
BODY { background: #FFFFFF; margin: 10px 0px 10px 0px; }


/***********************
  formular
 ***********************/
FORM { margin: 0px; padding: 0px; }


/***********************
  tables
 ***********************/
TABLE, TBODY, TR, TD, TH { margin: 0px; padding: 0px; }
TABLE TR TD P { margin: 0px; }


/***********************
  clearer
 ***********************/
DIV.clear { clear: both; }
