/* EDITOR STYLE-DEFINITIONS - START */
/* Namen für die Klassenbezeichnungen werden für den CKEDITOR direkt aus dem File mittels dem Kommentar neben der Klassenbezeichnung geparst
    Die Regel lautet
    sweTitle1 \{ \/\* (.*) \*\/
    wobei der vordere Teil je nach Klassenname variieren kann
*/
/* ---------------------------- */

p {
	margin: 0px;
}
h1 {
	font-size: 14px;
	margin: 0px;
	font-weight: normal;
}
h2 {
	font-size: 13px;
	margin: 0px;
	font-weight: normal;
}
h3 {
	font-size: 12px;
	margin: 0px;
	font-weight: normal;
}
h4 {
	font-size: 11px;
	margin: 0px;
	font-weight: normal;
}
h5 {
	font-size: 10px;
	margin: 0px;
	font-weight: normal;
}
h6 {
	font-size: 9px;
	margin: 0px;
	font-weight: normal;
}


blockquote {
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0px 2px 0px;
	border: none;
}


/* TEXT */
/* ---------------------------- */
span.sweTitle1, .sweTitle1 { /* .sweTitle1: Farbe1/groß */
	color: #606060;
	font-size: 15px;
}
span.sweTitle2, .sweTitle2 { /* .sweTitle2: Farbe1/mittel */
	color: #606060;
	font-size: 13px;
}
span.sweTitle3, .sweTitle3 { /* .sweTitle3: Farbe1/normal */
	color: #606060;
	font-size: 11px;
}
span.sweTitle4, .sweTitle4 { /* .sweTitle4: Farbe2/groß */
	color: #e4b00b;
	font-size: 15px;
}
span.sweTitle5, .sweTitle5 { /* .sweTitle5: Farbe2/mittel */
	color: #e4b00b;
	font-size: 13px;
}
span.sweTitle6, .sweTitle6 { /* .sweTitle6: Farbe2/normal */
	color: #e4b00b;
	font-size: 11px;
}
span.sweTitle7, .sweTitle7 { /* .sweTitle7: Standard/groß */
	font-size: 15px;
}
span.sweTitle8, .sweTitle8 { /* .sweTitle8: Standard/mittel */
	font-size: 13px;
}
span.sweTitle9, .sweTitle9 { /* .sweTitle9: Copyright */
	font-size: 9px;
}

/* TABLE */
/* ---------------------------- */
table.sweTable1 { /* .sweTable1: Tabelle: Farbe1 Rahmen */
	border: 1px solid #606060;
	border-collapse: collapse;
}
.sweTable1 td {
	border: 1px solid #606060;
	padding: 3px;
}
table.sweTable2 { /* .sweTable2: Tabelle: Farbe2 Rahmen */
	border: 1px solid #e4b00b;
	border-collapse: collapse;
}
.sweTable2 td {
	border: 1px solid #e4b00b;
	padding: 3px;
}

table.sweTable3 { /* .sweTable3: Tabelle: Grau Rahmen */
	border: 1px solid #AAAAAA;
	border-collapse: collapse;
}
.sweTable3 td {
	border: 1px solid #AAAAAA;
	padding: 3px;
}

/* TABLE-ROW */
/* ---------------------------- */
tr.sweTableRow1 { /* .sweTableRow1: Zeile: Farbe1 Hintergrund */
	background-color: #606060;
}
.sweTableRow1 td {
	background-color: #606060;
	color: #FFFFFF;
	padding: 4px;
}
tr.sweTableRow2, .sweTableRow2 td { /* .sweTableRow2: Zeile: Farbe1 hell Hintergrund */
	background-color: #A2A2A2;
}
tr.sweTableRow3 { /* .sweTableRow3: Zeile: Farbe2 Hintergrund */
	background-color: #e4b00b;
}
.sweTableRow3 td {
	background-color: #e4b00b;
	color: #FFFFFF;
	padding: 4px;
}
tr.sweTableRow4, .sweTableRow4 td  { /* .sweTableRow4: Zeile: Farbe2 hell Hintergrund */
	background-color: #f9d668;
}
tr.sweTableRow5 { /* .sweTableRow5: Zeile: Grau Hintergrund */
	background-color: #AAAAAA;
}
.sweTableRow5 td {
	background-color: #AAAAAA;
	color: #FFFFFF;
	padding: 4px;
}
tr.sweTableRow6, .sweTableRow6 td { /* .sweTableRow6: Zeile: Grau hell Hintergrund */
	background-color: #F5F5F5;
}

/* TABLE-CELL */
/* ---------------------------- */
td.sweTableCell1 { /* .sweTableCell1: Zelle: Farbe1 Hintergrund */
	background-color: #606060 !important;
	color: #FFFFFF !important;
}
td.sweTableCell2 { /* .sweTableCell2: Zelle: Farbe1 hell Hintergrund */
	background-color: #A2A2A2 !important;
	color: #FFFFFF !important;
}
td.sweTableCell3 { /* .sweTableCell3: Zelle: Farbe2 Hintergrund */
	background-color: #e4b00b !important;
	color: #FFFFFF !important;
}
td.sweTableCell4 { /* .sweTableCell4: Zelle: Farbe2 hell Hintergrund */
	background-color: #f9d668 !important;
	color: #000000 !important;
}
td.sweTableCell5 { /* .sweTableCell5: Zelle: Grau Hintergrund */
	background-color: #AAAAAA !important;
	color: #FFFFFF !important;
}
td.sweTableCell6 { /* .sweTableCell6: Zelle: Grau hell Hintergrund */
	background-color: #F5F5F5 !important;
	color: #000000 !important;
}

/* IMAGES */
/* ---------------------------- */
.swartimg {
	border: none;
	padding: 10px !important;
}
.sweImgRight .swartimg, img.sweImgRight { /* .sweImgRight: Bild rechts */
	padding: 10px 0px 10px 10px !important;
}
.sweImgLeft .swartimg, img.sweImgLeft { /* .sweImgLeft: Bild links */
	padding: 10px 10px 10px 0px !important;
}

/* ---------------------------- */
/* EDITOR STYLE-DEFINITIONS - END */


.cke_editable {
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
}
.cke_editable table.sweAccordion { /* .sweAccordion: Markup: Akkordeon */
	border: 2px dashed #00b018 !important;
	width: 100%;
}
.cke_editable table.sweTabs { /* .sweTabs: Markup: Tabs */
	border: 2px dashed #FF00FF !important;
	width: 100%;
}
.cke_editable img {
	max-width: 100%;
	height: auto;
}
.cke_editable * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*
[contenteditable] {
	border: 1px solid #DB0820;
	display: inline-block;
	padding: 14px 5px 5px 5px;
	background-color: #f5f5f5;
	position: relative;
	font-family: monospace;
}
[contenteditable]::before {
    content: 'swslang';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #DB0820;
    color: #ffffff;
    padding: 0px 2px;
    font-weight: 700;
    font-size: 10px;
}
*/