/****************************************************************************************
# Default css file for content edited with htmlArea RTE
#
# Defines a few class selectors that can be simply taken as examples by anyone who needs to configure the RTE.
# This css file is referenced by property RTE.default.contentCSS in the default configuration of htmlArea RTE.
#
# TYPO3 SVN ID: $Id: default.css 2663 2007-11-05 09:22:23Z ingmars $
# ***************************************************************************************/

/* Left, center, right and justify alignment of text in block elements*/
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, div.align-left, address.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, div.align-center, address.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, div.align-right, address.align-right { text-align: right; }
p.align-justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify, div.align-justify, address.align-justify { text-align: justify; }

/* Bullet styles for unordered lists.*/
ul.component-items { color: #186900; list-style-type: circle; }
ul.action-items { color: #8A0020; list-style-image: url(https://www.ptb.de/cms/seite-nicht-gefunden.html); }

/* Numbering styles for ordered lists.*/
ol.component-items-ordered { color: #10007B; list-style-type: lower-roman; }
ol.action-items-ordered { color: #8A0020; list-style-type: lower-greek; }

/* Three inline text colors taken from the color scheme of CSS Styled Content extension.*/
span.important { color: #8A0020; }
span.name-of-person { color: #10007B; }
span.detail { color: #186900; }

/* Selectors for the default configuration of the link accessibity feature.*/
a.external-link {}
a.external-link-new-window {}
a.internal-link {}
a.internal-link-new-window {}
a.download {}
a.mail {}

/* Default selector for indentation.*/
div.indent { margin-left: 2em; }
.htmlarea-showtableborders, .htmlarea-showtableborders td, .htmlarea-showtableborders th {
	padding: 3px; 
	border: 1px solid #D8D8D8  ! important;
}
/* Two frame examples taken from the example CSS file of CSS Styled Content extension and applied to p and table block elements.*/
table.csc-frame-frame1 { background-color: #ebebeb; padding-top: 3px; border: 1px solid #cfdce5; }
p.csc-frame-frame1 
{      background-color: #ebebeb;
       border: 1px solid #cfdce5;
       padding-top: 3px;
       padding-left: 3px;
}
p.csc-frame-frame2, table.csc-frame-frame2 { background-color: #ebebeb; padding: 2px 4px 2px 4px; border: 1px solid #cfdce5; }


/* Selectors for the Abbreviation plugin */
body.htmlarea-content-body abbr, body.htmlarea-content-body acronym {
	border-bottom:1px dashed #000;
	cursor:help;
}

table.ptbtabelle {  border: medium none ; border-collapse: collapse; border: 1px solid #C0C0C0;   }
table.ptbtabelle th{
	background-color: rgb(205,205,205);
	border: 1px solid rgb(180,180,180);
	text-align: left;
}

table.ptbtabelle td {  border: 1px solid #C0C0C0; padding: 2px 2px 2px 4px; }
table.ptbtabelle th { border: 1px solid #C0C0C0;  padding: 2px 2px 2px 4px; }
}

.tr-weiss {
/*formatierung für alle ungeraden Zeilen*/
	background-color: white;
}
.tr-grau {
	background-color: #EEEEEE;
}

table.tabellengitternetz {
	border-style: outset outset solid; border-color: -moz-use-text-color; border-width: 1.5pt 1.5pt 1pt; width: 99%;
	border-spacing:0px;
}

table.tabellengitternetz td { border-bottom:1px solid #c0c0c0; border-right:1px solid #c0c0c0; border-top:1px solid black; border-left:1px solid black; }
table.tabellengitternetz th {  border-bottom:1px solid #c0c0c0; border-right:1px solid #c0c0c0; border-top:1px solid black; border-left:1px solid black;
	background-color: rgb(205,205,205);
	text-align: left;
}

table.zebratable {
	border: medium none ; border-collapse: collapse; border: 1px solid #C0C0C0;width: 99%;
}

table.zebratable td {  border: 1px solid #C0C0C0; padding: 2px 2px 2px 4px; }
table.zebratable th {   border: 1px solid #C0C0C0;  padding: 2px 2px 2px 4px;
	text-align: left;
         background-color: rgb(205,205,205);
}

table.zebratable tr.tr-grau {background:#EEEEEE ! important;vertical-align:top;}
table.zebratable tr.tr-weiss {vertical-align:top;}

td.valign-top {
	vertical-align:top;
}
 
td.valign-middle {
	vertical-align:middle;
}
 
td.valign-bottom {
	vertical-align:bottom;
}

/* TABELLEN */

/* ----------------------------------------- */
/* LAYOUT DEFAULT */

table.contenttable{
	background-color: #CDDEEC;
	border-collapse: collapse;
	border: 2px solid #CDDEEC;
}

.contenttable tr td,
.contenttable thead tr th{
	border: 2px solid #CDDEEC;
}

.contenttable caption {
	font-size: 1.2em;
	font-weight: bold;
}


.contenttable thead tr th,
.contenttable thead tr td,
.contenttable tr.tr-0 td {
	background-color: #FFFFFF;
	padding: 5px;
	text-align:center !important;
}

.contenttable thead tr td p {
	text-align:center !important;
}

.contenttable td {
	background-color: #EBF2F8;
	padding: 5px;
}


table.plaintable {
	border: 0;
}

table.plaintable td { background-color: white;}
table.plaintable th {  border: 0;
	background-color: white;
	text-align: left;
}

