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


/***********************
  body
 ***********************/
BODY { background: #CDCDCD url(../image/background-body.gif) repeat-x; margin: 0px; padding: 0px 0px 15px 0px; }


/***********************
  formular
 ***********************/
FORM { margin: 0px; padding: 0px; }
INPUT, SELECT, TEXTAREA { font-family: Arial,Sans-Serif; font-size: 0.8em; 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; }