/****************************************************************************************
# 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: dynamiccss.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; }

/* Two frame examples taken from the example CSS file of CSS Styled Content extension and applied to p and table block elements.*/
p.csc-frame-frame1, table.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
p.csc-frame-frame2, table.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }

/* Bullet styles for unordered lists.*/
ul.component-items { color: #186900; list-style-type: circle; }
ul.action-items { color: #8A0020; list-style-image: url(i/red_arrow_bullet.gif); }

/* 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 {}


INPUT, TD {
font-size : 100%;
font-family : Veranda, Arial, sans-serif;
}

th, td {
    padding: 5px;
}


A IMG {
border : none;
}

UL LI {
margin-left : 0;
color : #000000;
list-style-type : square;
margin-top : 5px;
line-height : 140%;
}


UL {
margin : 0;
padding : 0;
margin-bottom : 10px;
margin-left : 20px;
}

h1 {
	font-size : 125%;
	margin-top : 20px;
	margin-bottom : 8px;
	font-weight : bold;
	color : #c31421;
}

.ctr h1 a {
	color:black;
	text-decoration:none;
}

h2 {
	font-size : 115%;
	margin-top:12px;
	margin-bottom:6px;
}
h3 {
	font-size : 105%;
	margin-top:8px;
	margin-bottom:4px;
}
h4,h5,h6,h7 {
	font-size : 100%;
	margin-top:4px;
	margin-bottom:2px;
}
p {
	line-height : 150%;
	font-size : 95%;
	margin-top : 4px;
	margin-bottom : 6px;
}

div.rechteBox  h1,
div.rechteBox h2,
div.rechteBox h3,
div.rechteBox h4,
div.rechteBox h5 {
font-size:100%;
color : black;
margin-top:6px;
margin-bottom:2px;
}


.csc-firstHeader {
    margin-top:0px;
}

table.contenttable, table.bestellnummern, table.indikatoren {
    border-collapse:collapse;
    width:100%;
}

table.contenttable, table.bestellnummern {
    background-color:#ececec;
}

table.indikatoren {
    background-color:#fff;
}

table.contenttable td, table.contenttable th, table.bestellnummern td , table.bestellnummern th {
    border:2px solid #fff;
}

table.indikatoren td , table.indikatoren th {
    border:2px solid #ececec
}

table.contenttable thead th, table.bestellnummern thead th , table.indikatoren thead th  {
    text-align:left;
    font-weight:bold;
}

table.contenttable tr:hover, table.bestellnummern tr:hover, table.indikatoren tr:hover {
    background-color: #c1c1c1;
}

h1.firstHeader, div.rechteBox h1.firstHeader {
    margin-top : 0px;
}

div.rechteBox {
    float:right;
    border: 1px solid #999999;
    width:190px;
    padding:15px;
    margin:10px;
    margin-right:0px;
}

table.csc-uploads-2 {
    margin-left:auto;
    margin-right:auto;
    border-collapse:collapse;
}

table.csc-uploads-2 td {
    border-bottom: 1px solid #E0E0E0;
    padding:20px;
}

