/* 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 { /* Farbe1/groß */
	color: #006599;
	font-size: 15px;
}
.sweTitle2 { /* Farbe1/mittel */
	color: #006599;
	font-size: 13px;
}
.sweTitle3 { /* Farbe1/normal */
	color: #006599;
	font-size: 11px;
}
.sweTitle4 { /* Farbe2/groß */
	color: #DB0025;
	font-size: 15px;
}
.sweTitle5 { /* Farbe2/mittel */
	color: #DB0025;
	font-size: 13px;
}
.sweTitle6 { /* Farbe2/normal */
	color: #DB0025;
	font-size: 11px;
}
.sweTitle7 { /* Schwarz/groß */
	color: #000000;
	font-size: 15px;
}
.sweTitle8 { /* Schwarz/mittel */
	color: #000000;
	font-size: 13px;
}
.sweTitle9 { /* Copyright */
	font-size: 9px;
}

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

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

/* TABLE-ROW */
/* ---------------------------- */
.sweTableRow1 { /* Farbe1 Hintergrund */
	background-color: #006599;
	color: #FFFFFF;
}
.sweTableRow2 { /* Farbe1 hell Hintergrund */
	background-color: #a7d5ed;
}
.sweTableRow3 { /* Farbe2 Hintergrund */
	background-color: #DB0025;
	color: #FFFFFF;
}
.sweTableRow4 { /* Farbe2 hell Hintergrund */
	background-color: #F18A9B;
}
.sweTableRow5 { /* Grau Hintergrund */
	background-color: #AAAAAA;
	color: #FFFFFF;
}
.sweTableRow6 { /* Grau hell Hintergrund */
	background-color: #F5F5F5;
}

/* TABLE-CELL */
/* ---------------------------- */
.sweTableCell1 { /* Farbe1 Hintergrund */
	background-color: #006599;
	color: #FFFFFF;
}
.sweTableCell2 { /* Farbe1 hell Hintergrund */
	background-color: #a7d5ed;
}
.sweTableCell3 { /* Farbe2 Hintergrund */
	background-color: #DB0025;
	color: #FFFFFF;
}
.sweTableCell4 { /* Farbe2 hell Hintergrund */
	background-color: #F18A9B;
}
.sweTableCell5 { /* Grau Hintergrund */
	background-color: #AAAAAA;
	color: #FFFFFF;
}
.sweTableCell6 { /* Grau hell Hintergrund */
	background-color: #F5F5F5;
}

/* IMAGES */
/* ---------------------------- */
img.swartimg {
	border: none;
	padding: 3px ! important;
}

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