/**[../../../system/themes/V4/stylesheets/tiny_mce.css]**/
body.editor_text {
	padding: 10px;
}

body.editor_text * {
	margin: 0;
	padding: 0;
}

/* Allgemeine Einstellungen */
.content-version, #tinymce {
	font-family: Raleway;
	color: #004A7F;
	font-size: 15px;
}


/* Aufzählungen bis Ebene 3 */
.content-version ul, #tinymce ul, .editor_text ul,
.content-version ol, #tinymce ol, .editor_text ol {
    margin: 6px 6px 6px 18px;
    padding: 0px;
}

.content-version li, #tinymce li, .editor_text li {
    margin: 2px 2px 2px 0px;
    padding: 0px;
}



/* Horizonale Linie */
.content-version hr, #tinymce hr, .editor_text hr {
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: 1px solid #ddd;
	margin: 20px 0;
}

/* Tabelle */
.content-version table, #tinymce table, .editor_text table {
	font-family: Raleway;
	color: #004A7F;
	font-size: 15px;
}


.editor_text h1, #tinymce h1, .mce_h1 span.mceText, .fck_h1,
.content-version h1,
.editor_text h2, #tinymce h2, .mce_h2 span.mceText, .fck_h2,
.content-version h2,
.editor_text h3, #tinymce h3, .mce_h3 span.mceText, .fck_h3,
.content-version h3,
.editor_text h4, #tinymce h4, .mce_h4 span.mceText, .fck_h4,
.content-version h4,
.editor_text h5, #tinymce h5, .mce_h5 span.mceText, .fck_h5,
.content-version h5,
.editor_text h6, #tinymce h6, .mce_h6 span.mceText, .fck_h6,
.content-version h6 {
    margin: 6px 6px 6px 0px;
	font-family: Raleway;
	color: #636363 ;
	color: #004A7F;
	font-weight:bold;
    padding: 0px;
}

.editor_text h1, #tinymce h1, .mce_h1 span.mceText, .fck_h1,
.content-version h1 { font-size: 28px;}
.editor_text h2, #tinymce h2, .mce_h2 span.mceText, .fck_h2,
.content-version h2 { font-size: 18px;}
.editor_text h3, #tinymce h3, .mce_h3 span.mceText, .fck_h3,
.content-version h3 { font-size: 16px;}
.editor_text h4, #tinymce h4, .mce_h4 span.mceText, .fck_h4,
.content-version h4 { font-size: 14px;}
.editor_text h5, #tinymce h5, .mce_h5 span.mceText, .fck_h5,
.content-version h5 { font-size: 12px;}
.editor_text h6, #tinymce h6, .mce_h6 span.mceText, .fck_h6,
.content-version h6 { font-size: 11px;}

.content-version p {
	font-size: 15px;
}

.content-version td {
	vertical-align:top;
	font-size: 15px;
	font-family: Raleway;
	color: #004A7F;
}

.pagebreak {
	page-break-after:always;
}



/* Wikitext */
.wikitext h1 {
	border-bottom: #b7b7b4 1px solid;
}

.wikitext_image {
	margin: 6px 6px 6px 0;
	font-style: italic;
	border: 1px solid #b7b7b4;
}

.wikitext_image img {
	padding: 4px;
	border: none;
}

.wikitext_image .wikitext_image_caption {
	padding: 4px;
	border-top: 1px solid #b7b7b4;
}

.wikitext_image_thumb {
	float: right;
	clear: right;
	margin: 0 0 6px 6px !important;
}

div.geshicode  {
	display: block;
	border: 1px dashed #b7b7b4;
	padding: 0px;
	margin: 5px 0px;
	background-color: #fff;
}

.wikitext .geshicode div {
	padding: 0px 10px !important;
}

.geshicode span {
	line-height: 16px;
}

.wikitext_brokenlink {
	display: inline-block;
	color: #ff0000;
	background-color: #ffb5b5;
	padding: 0 4px;
}

.wikitext_link {
	display: inline;
	text-decoration: underline;
}

.wikitext ol, .wikitext ul {
	padding-left: 18px;
}

.wikitext ul {
	list-style-type: disc;
}

/* Darstellung für Subshow */

.sub_zaehler, .subtitel, .subdocid {
	font-size: 18px;
}

#druck-content-container .subzwischenlinie {
	border-color: #aaa;
}

#druck-content-container .subartikelebene_2 {margin-left: 40px;}
#druck-content-container .subartikelebene_3 {margin-left: 80px;}
#druck-content-container .subartikelebene_4 {margin-left: 120px;}
#druck-content-container .subartikelebene_5 {margin-left: 160px;}
#druck-content-container .subartikelebene_6 {margin-left: 200px;}
#druck-content-container .subartikelebene_7 {margin-left: 240px;}