/* EDITOR STYLE-DEFINITIONS - START */
/* ---------------------------- */
p {
	margin: 0px;
}
.swslang h1, .swslang h2, .swslang h3, .swslang h4, .swslang h5, .swslang h6 {
	font-family: 'Open Sans', sans-serif;
	color: #7777a0;
}
.swslang h1 {
	font-size: 30px;
	line-height: 30px;
	margin: 0px;
	font-weight: normal;
	text-transform: uppercase;
}
.swslang h2 {
	font-size: 21px;
	line-height: 24px;
	margin: 0px;
	font-weight: normal;
}
.swslang h3 {
	font-size: 16px;
	line-height: 18px;
	margin: 0px 0px 5px 0px;
	font-weight: normal;
}
.swslang h4 {
	font-size: 14px;
	line-height: 16px;
	margin: 0px;
	font-weight: normal;
}
.swslang h5 {
	font-size: 12px;
	line-height: 13px;
	margin: 0px;
	font-weight: normal;
}
.swslang h6 {
	font-size: 10px;
	line-height: 11px;
	margin: 0px;
	font-weight: normal;
}

/* TEXT */
/* ---------------------------- */
.sweTitle1 { /* Farbe1 */
	color: #7777a0;
	font-size: 16px;
	line-height: 21px;
	font-family: 'Open Sans', sans-serif;
}
.sweTitle2 { /* Farbe2 */
	color: #c50047;
}
.sweTitle3 { /* Lead */
	color: #7777a0;
	font-size: 16px;
	line-height: 22px;
	font-style: italic;
}
.sweTitle4 { /* Copyright/Bildunterschrift */
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-style: italic;
}

/* TABLE */
/* ---------------------------- */
table.sweTable1 { /* Farbe1 Rahmen */
	border: 1px solid #7777a0;
	border-collapse: collapse;
}
table.sweTable1 td { 
	border: 1px solid #7777a0;
	padding: 4px;
}
table.sweTable2 { /* Farbe2 Rahmen */
	border: 1px solid #c50047;
	border-collapse: collapse;
}
table.sweTable2 td { 
	border: 1px solid #c50047;
	padding: 4px;
}

table.sweTable3 { /* Grau Rahmen */
	border: 1px solid #898b8d;
	border-collapse: collapse;
}
table.sweTable3 td {
	border: 1px solid #898b8d;
	padding: 4px;
}

/* TABLE-ROW */
/* ---------------------------- */
.sweTableRow1, .sweTableRow1 td { /* Farbe1 Hintergrund */
	background-color: #7777a0;
}
.sweTableRow1 td { /* Farbe1 Hintergrund */
	color: #FFFFFF;
	padding: 4px;
}
.sweTableRow2,.sweTableRow2 td { /* Farbe1 hell Hintergrund */
	background-color: #EAEDF6;
}
.sweTableRow3, .sweTableRow3 td { /* Farbe2 Hintergrund */
	background-color: #c50047;
}
.sweTableRow3 td { /* Farbe2 Hintergrund */
	color: #FFFFFF;
	padding: 4px;
}
.sweTableRow4, .sweTableRow4 td  { /* Farbe2 hell Hintergrund */
	background-color: #f8f5f8;
}
.sweTableRow5, .sweTableRow5 td { /* Grau Hintergrund */
	background-color: #898b8d;
}
.sweTableRow5 td { /* Grau Hintergrund */
	color: #FFFFFF;
	padding: 4px;
}
.sweTableRow6, .sweTableRow6 td { /* Grau hell Hintergrund */
	background-color: #e9e9e9;
}

/* TABLE-CELL */
/* ---------------------------- */
.sweTableCell1 { /* Farbe1 Hintergrund */
	background-color: #7777a0 !important;
	color: #FFFFFF !important;
}
.sweTableCell2 { /* Farbe1 hell Hintergrund */
	background-color: #EAEDF6 !important;
	color: #000000 !important;
}
.sweTableCell3 { /* Farbe2 Hintergrund */
	background-color: #c50047 !important;
	color: #FFFFFF !important;
}
.sweTableCell4 { /* Farbe2 hell Hintergrund */
	background-color: #f8f5f8 !important;
	color: #000000 !important;
}
.sweTableCell5 { /* Grau Hintergrund */
	background-color: #898b8d !important;
	color: #FFFFFF !important;
}
.sweTableCell6 { /* Grau hell Hintergrund */
	background-color: #e9e9e9 !important;
	color: #000000 !important;
}

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

/* CUSTOM */
/* ---------------------------- */
.sweLink {
	display: inline-block;
	padding: 0px 0px 0px 20px;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	color: #7777a0;
	text-decoration: none;
	background-image: url(../../images/mobile/arrow_blue_right.png);
	background-position: left center;
	background-repeat: no-repeat;
}

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