/* EDITOR STYLE-DEFINITIONS - START */
/* ---------------------------- */
p {
	margin: 0px;
}
h1 {
	font-size: 32px;
	line-height: 35px;
	margin: 0px;
	font-weight: normal;
}
h2 {
	font-size: 28px;
	line-height: 31px;
	margin: 0px;
	font-weight: normal;
}
h3 {
	font-size: 24px;
	line-height: 27px;
	margin: 0px;
	font-weight: normal;
}
h4 {
	font-size: 20px;
	line-height: 25px;
	margin: 0px;
	font-weight: normal;
}
h5 {
	font-size: 16px;
	line-height: 24px;
	margin: 0px;
	font-weight: normal;
}
h6 {
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	font-weight: normal;
}

/* TEXT */
/* ---------------------------- */
.sweTitle1 { /* Farbe1/groß */
	color: #8f9700;
	font-size: 24px;
	line-height: 27px;
}
.sweTitle2 { /* Farbe1/mittel */
	color: #8f9700;
	font-size: 20px;
	line-height: 25px;
}
.sweTitle3 { /* Farbe1/normal */
	color: #8f9700;
	font-size: 16px;
	line-height: 24px;
}
.sweTitle4 { /* Farbe2/groß */
	color: #F89949;
	font-size: 24px;
	line-height: 27px;
}
.sweTitle5 { /* Farbe2/mittel */
	color: #F89949;
	font-size: 20px;
	line-height: 25px;
}
.sweTitle6 { /* Farbe2/normal */
	color: #F89949;
	font-size: 16px;
	line-height: 24px;
}
.sweTitle7 { /* Standard/groß */
	font-size: 24px;
	line-height: 27px;
	color: #2a3637;
}
.sweTitle8 { /* Standard/mittel */
	font-size: 20px;
	line-height: 25px;
	color: #2a3637;
}
.sweTitle9 { /* Copyright */
	font-size: 12px;
}

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

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

/* TABLE-ROW */
/* ---------------------------- */
.sweTableRow1, .sweTableRow1 td { /* Farbe1 Hintergrund */
	background-color: #c8d200;
}
.sweTableRow1 td { /* Farbe1 Hintergrund */
	color: #2a3637;
	padding: 4px;
}
.sweTableRow2,.sweTableRow2 td { /* Farbe1 hell Hintergrund */
	background-color: #F9FAE5;
}
.sweTableRow3, .sweTableRow3 td { /* Farbe2 Hintergrund */
	background-color: #F89949;
}
.sweTableRow3 td { /* Farbe2 Hintergrund */
	color: #2a3637;
	padding: 4px;
}
.sweTableRow4, .sweTableRow4 td  { /* Farbe2 hell Hintergrund */
	background-color: #FEF5EC;
}
.sweTableRow5, .sweTableRow5 td { /* Grau Hintergrund */
	background-color: #AAAAAA;
}
.sweTableRow5 td { /* Grau Hintergrund */
	color: #FFFFFF;
	padding: 4px;
}
.sweTableRow6, .sweTableRow6 td { /* Grau hell Hintergrund */
	background-color: #F5F5F5;
}

/* TABLE-CELL */
/* ---------------------------- */
.sweTableCell1 { /* Farbe1 Hintergrund */
	background-color: #c8d200 !important;
	color: #2a3637 !important;
}
.sweTableCell2 { /* Farbe1 hell Hintergrund */
	background-color: #F9FAE5 !important;
	color: #2a3637 !important;
}
.sweTableCell3 { /* Farbe2 Hintergrund */
	background-color: #F89949 !important;
	color: #2a3637 !important;
}
.sweTableCell4 { /* Farbe2 hell Hintergrund */
	background-color: #FEF5EC !important;
	color: #2a3637 !important;
}
.sweTableCell5 { /* Grau Hintergrund */
	background-color: #AAAAAA !important;
	color: #FFFFFF !important;
}
.sweTableCell6 { /* Grau hell Hintergrund */
	background-color: #F5F5F5 !important;
	color: #2a3637 !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;
}

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


/* CUSTOM */
.sweTableCell1 a { /* Farbe1 Hintergrund */
	color: #2a3637 !important;
	text-decoration: none;
}
.sweTableCell1 a:hover { /* Farbe1 Hintergrund */
	color: #2a3637 !important;
	text-decoration: underline !important;
}
.sweTableCell3 a { /* Farbe2 Hintergrund */
	color: #2a3637 !important;
	text-decoration: none;
}
.sweTableCell3 a:hover { /* Farbe2 Hintergrund */
	color: #2a3637 !important;
	text-decoration: underline !important;
}
.sweTableCell3 h1, .sweTableCell3 h2, .sweTableCell3 h3, .sweTableCell3 h4, .sweTableCell3 h5, .sweTableCell3 h6 { /* Farbe2 Hintergrund */
	color: #ffffff !important;
}


