/**
 * caw-media.de - Content Management System
 *
 * This is the DEFAULT CSS DOCUMENT
 * of the caw-media.de - content managament system frontend
 *
 * @file    default.css
 * @author  dpi one <www.dpi-one.de>
 */


/***********************
  body
 ***********************/
BODY { background-color: #CCCCCC; background-repeat: no-repeat; margin: 0px; padding: 0px; }


/***********************
  body (portal hacks)
 ***********************/
BODY.portal { background-color: #A5B6C0; margin: 10% 20px 20px 20px; }


/***********************
  formular
 ***********************/
FORM { margin: 0px; padding: 0px; }
INPUT, SELECT, TEXTAREA { font-family: Tahoma,Arial,Sans-Serif; font-size: 8.5pt; margin: 0px; }


/***********************
  tables
 ***********************/
TABLE, TBODY, TR, TD, TH { margin: 0px; padding: 0px; }
TABLE TR TD P { margin: 0px; }


/***********************
  clearer
 ***********************/
DIV.clear { clear: both; font-size: 0.0pt; height: 0px; line-height: 0px; }