/* EDITOR STYLE-DEFINITIONS - START */
/* ---------------------------- */
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;
}

/* TEXT */
/* ---------------------------- */
.sweTitle1 { /* Farbe/groß */
	color: #026f85;
	font-size: 16px;
}
.sweTitle2 { /* Farbe/mittel */
	color: #026f85;
	font-size: 14px;
}
.sweTitle3 { /* Farbe/normal */
	color: #026f85;
	font-size: 12px;
}
.sweTitle4 { /* Schwarz/groß */
	font-size: 16px;
}
.sweTitle5 { /* Schwarz/mittel */
	font-size: 14px;
}
.sweTitle6 { /* Copyright */
	font-size: 9px;
}
.sweTitle7 { /* Farbe2/groß */
	color: #a52757;
	font-size: 16px;
}
.sweTitle8 { /* Farbe2/mittel */
	color: #a52757;
	font-size: 14px;
}
.sweTitle9 { /* Farbe2/normal */
	color: #a52757;
	font-size: 12px;
}

/* TABLE */
/* ---------------------------- */
table.sweTable1 { /* Farbe Rahmen */
	border: 1px solid #026f85;
	border-collapse: collapse;
}
table.sweTable1 td { 
	border: 1px solid #026f85;
	padding: 3px;
}

table.sweTable2 { /* Grauer Rahmen */
	border: 1px solid #E5E5E5;
	border-collapse: collapse;
}
table.sweTable2 td {
	border: 1px solid #E5E5E5;
	padding: 3px;
}

/* TABLE-ROW */
/* ---------------------------- */
.sweTableRow1 { /* Farbe Hintergrund */
	background-color: #026f85;
	color: #FFFFFF;
}
.sweTableRow2 { /* Hellfarbe Hintergrund */
	background-color: #cde7ec;
}
.sweTableRow3 { /* Grauer Hintergrund */
	background-color: #AAAAAA;
	color: #FFFFFF;
}
.sweTableRow4 { /* Hellgrauer Hintergrund */
	background-color: #F5F5F5;
}

/* TABLE-CELL */
/* ---------------------------- */
.sweTableCell1 { /* Farbe Hintergrund */
	background-color: #026f85;
	color: #FFFFFF;
}
.sweTableCell2 { /* Hellfarbe Hintergrund */
	background-color: #cde7ec;
}
.sweTableCell3 { /* Grauer Hintergrund */
	background-color: #AAAAAA;
	color: #FFFFFF;
}
.sweTableCell4 { /* Hellgrauer Hintergrund */
	background-color: #F5F5F5;
}

/* IMAGES */
/* ---------------------------- */
img.swartimg {
	border: none;
	padding: 3px ! important;
}

/* ---------------------------- */
/* EDITOR STYLE-DEFINITIONS - END */