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


/***********************
  texts
 ***********************/
P.csc-subheader { color: #396606; font-size: 150%; font-weight: bold; line-height: 1; margin-top: -0.25em; }
/* 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: 2em; }


/***********************
  tables
 ***********************/
TABLE.contenttable { margin: 0px 0px 1em 0px; }
TABLE.contenttable P:last-child { margin-bottom: 0px; }

/***********************  clearer ***********************/DIV.clear { clear: both; font-size: 0.0pt !important; height: 0px !important; line-height: 0px !important; }/***********************  navigation ***********************/ DIV#klickpfad DIV.klicklinks DIV.contentwrap DIV.hlist  { padding-left: 35px; } DIV#klickpfad DIV.klicklinks DIV.contentwrap DIV.hlist UL LI { float: left; width: 120px; margin: 0px; padding: 0px;} DIV#klickpfad DIV.klicklinks DIV.contentwrap DIV.hlist UL { margin: 0px; padding: 0px;} DIV#klickpfad DIV.klicklinks DIV.contentwrap DIV.breadcrumb { float: left; width: 230px; }