/**
 * dpi-one.de - Content Management System
 *
 * This is the FONT CSS DOCUMENT
 * of the dpi-one.de - content managament system frontend
 *
 * @file    font.css
 * @author  dpi one <www.dpi-one.de>
 */


/***********************
  body
 ***********************/
HTML, BODY { font-size: 12px; }
DIV, LEGEND, LI, P, PRE, TABLE, TD { color: #626262; font-family: Tahoma,sans-serif; font-size: 1.0em; }


/***********************
  headlines
 ***********************/
H1, H2, H3, H4, H5, H6 { color: #282723; font-family: Tahoma,sans-serif; margin: 0px; padding: 3px 0px 8px 0px; }
H1 { font-size: 1.5em; }
H2 { font-size: 1.166em; }
H3 { font-size: 1em; }
H4 { font-size: 0.917em; }
H5 { font-size: 0.834em; }
H6 { font-size: 0.75em; }


/***********************
  texts
 ***********************/
P { margin: 0px; padding: 3px 0px 8px 0px; }
/* Left, center, right and justify alignment of text in block elements*/
.align-center { text-align: center; }
.align-right { text-align: right; }
.align-justify { text-align: justify; }
/* Default selector for indentation.*/
.indent { margin-left: 20px; }


/***********************
  tables
 ***********************/
TABLE.contenttable { margin: 0px; padding: 3px 0px 8px 0px; }
TABLE.contenttable P:first-child { padding-top: 0px; }
TABLE.contenttable P:last-child { padding-bottom: 0px; }
TABLE.contenttable UL:first-child, TABLE.contenttable OL:first-child { margin-top: 0px; }
TABLE.contenttable UL:last-child, TABLE.contenttable OL:last-child { margin-bottom: 0px; }


/***********************
  links
 ***********************/
A { color: #E9653E; text-decoration: none; }
A:hover { text-decoration: underline; }
A.csc-mailform-submit {
	font: normal 11px/13px Arial,sans-serif;
	background: url(../image/csc-mailform-submit.gif) no-repeat;
	color: #E7461B;
	display: inline-block;
	font-weight: bold;
	padding: 1px 0px 2px 12px;
	vertical-align: text-top;
}


/***********************
  lists
 ***********************/
UL { margin: 3px 0px 8px 20px; padding: 0px; }
UL UL { margin: 3px 0px 3px 20px; }
UL LI { list-style-image: url(../image/list-ul-bullet1.gif); margin: 0px 0px 3px 3px; padding: 0px; }
UL UL LI { list-style-image: url(../image/list-ul-bullet2.gif); }
UL UL UL LI { list-style-image: url(../image/list-ul-bullet1.gif); }
UL UL UL UL LI { list-style-image: url(../image/list-ul-bullet2.gif); }
OL { margin: 3px 0px 8px 20px; padding: 0px; }
OL OL { margin: 3px 0px 3px 20px; }
OL LI { margin: 0px 0px 3px 0px; padding: 0px; }