/* Default css file for content edited with htmlArea RTE */

/* Table style only applied in the BE for identifying tables */
body.htmlarea-content-body TABLE {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #8C8C8C;
}

body.htmlarea-content-body TABLE TD {
	padding: 5px;
	border: solid 1px #8C8C8C;
}

body.htmlarea-content-body TABLE TH {
	padding: 5px;
	border: solid 1px #8C8C8C;
	background-color: #F3F3F3;
	color: inherit;
}

/* Align buttons */
.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.align-justify {
	text-align: justify;
}

/* Paragraph styles */
p sup, p sub {
	font-size: 0.7em;
}

p.indent {
	margin-left: 1.5em;
}
h2.links,
h2.rechts {
	background: rgba(236, 128, 2, 0.9);
	color: #fff;
	text-transform: uppercase;
	padding: 5px 10px;
	margin: 0 !important;
}
h2.links {
	float: left;
}
h2.rechts {
	float: right;
}
h2.clear {
	clear: both;
}
p.code {
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
	padding: 1em;
	background: #f0f0f4;
	border: 1px #ccd solid;
}

p.alert-warning {
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #c09853;
}

p.alert-error {
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border: 1px solid #eed3d7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	color: #b94a48;
	background-color: #f2dede;
}

p.alert-success {
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border: 1px solid #d6e9c6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	color: #468847;
	background-color: #dff0d8;
}

p.alert-info {
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border: 1px solid #bce8f1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #3a87ad;
	background-color: #d9edf7;
}
p.referenzbeispiel {
	font-family: 'Ubuntu Condensed', Arial, Helvetica, sans-serif;
	color: #8f8f8f;
	font-size: 14px;
	margin: 0;
	text-align: right;
	text-transform: uppercase;
}
p.teaserline {
	color: #ef8305;
	font-family: 'Ubuntu Condensed';
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	margin: 0;
	border-top: 1px solid #ddd;
	margin-top: 5px;
}
p.zitat {
	font-family: 'Ubuntu',Arial,Helvetica,sans-serif;
	color: #2D7F6E;
	font-size: 30px;
	margin: 0;
	line-height: 1.2em;
	font-weight: 300;
}
p.zitat.zitat-right {
	text-align: right;
}
p.zitat.zitat-italic {
	font-weight: 300;
	font-style: italic;
	color: #888;
	font-size: 24px;
}p.zitat.zitat-unterschrift {
	margin: 5px 0;
	color: #888;
	font-size: 18px;
}
p.trenner {
	min-height: 1px;
	background: transparent;
	margin: 0 0 0.75em 0;
	padding: 0 0 0.75em 0;
	border-bottom: 1px #eee solid;
	display: block;
	width: 100%;
}
/* Bullet styles */
ul.component-items {
	color: #186900;
	list-style-type: circle;
}

ul.action-items {
	color: #8A0020;
}

ol.component-items-ordered {
	color: #10007B;
	list-style-type: lower-roman;
}

ol.action-items-ordered {
	color: #8A0020;
	list-style-type: lower-greek;
}

/* Span styles */
span.important {
	color: #8A0020;
}

span.detail {
	color: #186900;
}

span.code {
	font-family: "Courier New", Courier, monospace;
	padding: 0 0.3em 0 0.3em;
	background: #f0f0f4;
	border: 1px #ccd solid;
}

/* Color span in blue only in RTE */
body.htmlarea-content-body span.read-more {
	color: blue;
}

/* Blocks should be hidden by default in FE */
.container p.read-more-content,
.container ul.read-more-content,
.container span.read-more-content {
	display: none;
}

/* Backend style: put some color to highlight the difference with regular text */
.htmlarea-content-body p.read-more-content,
.htmlarea-content-body ul.read-more-content,
.htmlarea-content-body span.read-more-content {
	background-color: #F2F5A9;
	font-style: italic;
}

/* Anchor styles */
a.external-link {
}

a.external-link-new-window {
}

a.internal-link {
}

a.internal-link-new-window {
}

a.download {
}

a.mail {
}

/* Image styles */
img.image-left {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

img.image-right {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

/* Table styles */
table.tables-lines {
	width: 100%;
	border-bottom: 1px solid #808080;
}

table.tables-lines thead th {
	text-align: left;
	background-color: #FFFFFF;
}

table.tables-lines th {
	border-top: 1px solid #808080;
	padding: 5px;
}

table.tables-lines td {
	border-top: 1px solid #808080;
	padding: 5px;
}

table.tables-lines th p {
	margin: 0px;
}

table.tables-lines td p {
	margin: 0px;
}
section.inner,
.article.inner {
	padding: 10px;
	clear: both;
}