/* Text Positionierung */
*.align-left {
	text-align: left;
}

*.align-center {
	text-align: center;
}

*.align-right {
	text-align: right;
}

*.align-justify {
	text-align: justify;
}

/* Frames für den Inhalt */
*.csc-frame {
	clear: both;
}

*.csc-frame-frame1 {
	border: 0.1em solid #B2B2B2;
	padding: 1em;
}

*.csc-frame-frame2 {
	border: 0.1em solid #B2B2B2;
	background-color: #E5E5E5;
	padding: 1em;
}

*.csc-frame-indent6633 {
	margin-left: 66%;
}

*.csc-frame-indent3366 {
	margin-left: 33%;
}

*.csc-frame-indent {
	margin-left: 3em;
}

*.csc-frame-rulerAfter, *.csc-frame-rulerBefore {
	background-color: #B2B2B2;
	height: 0.1em;
}

/* Formatierung der UL's */
ul.component-items {
	color: #186900;
	list-style-type: circle;
}

ul.action-items {
	color: #8A0020;
	list-style-image: url(img/red_arrow_bullet.gif);
}

/* Formatierung der OL's */
ol.component-items-ordered {
	color: #10007B;
	list-style-type: lower-roman;
}

ol.action-items-ordered {
	color: #8A0020;
	list-style-type: lower-greek;
}

/* Formatierung der Links*/
a.external-link {
}

a.external-link-new-window {
}

a.internal-link {
}

a.internal-link-new-window {
}

a.download {
}

a.mail {
}

/* Textformatierungen*/
span.important {
	color: #8A0020;
}

span.name-of-person {
	color: #10007B;
}

span.detail {
	color: #186900;
}

*.rot {
	color: #B90000;
	font-style: italic;
}

*.blau {
	color: #0070BC;
	text-decoration: blink;
}

*.gruen {
	color: #0C7567;
	text-decoration: underline;
}

*.fettrot {
	color: #B90000;
	font-weight: bold;
	text-decoration: line-through;
}

*.mark {
	background-color: #FFFFA0;
	display: inline-block;
}

/* Überschriften*/
*.ueberschrift1 {
	color: #C00000;
	font-weight: bold;
}

*.ueberschrift2 {
	color: #506D8D;
	font-weight: bold;
}

*.ueberschrift3 {
	background-color: #E8EEF1;
	color: #000000;
	font-weight: bold;
	display: inline-block;
}

*.ueberschrift4 {
	background-color: #FFA500;
	color: #000000;
	font-weight: bold;
	display: inline-block;
}

/* Text Einrückung
div.indent {
	margin-left: 2em;
}--> */