﻿/**
 * dpi-one.de - Content Management System
 *
 * This is the DEFAULT CSS DOCUMENT
 * of the dpi-one.de - content managament system frontend
 *
 * @file    default.css
 * @author  dpi one <www.dpi-one.de>
 */


/***********************
  html & body
 ***********************/
HTML { height: 100%; }
BODY { background: #FFFFFF url(../image/background-body.gif) repeat-y; height: 100%; margin: 0px; padding: 0px; }


/***********************
  formular
 ***********************/
FORM, FIELDSET { margin: 0px; padding: 0px; }
FIELDSET { border: none; }
INPUT, SELECT, TEXTAREA { font-family: Tahoma,sans-serif; font-size: 0.917em; }


/***********************
  tables
 ***********************/
TABLE, TBODY, TR, TD, TH { margin: 0px; padding: 0px; }
TABLE TR TD P { margin: 0px; }


/***********************
  clearer
 ***********************/
DIV.clear { clear: both; font-size: 0pt; height: 0px; line-height: 0px; }