/* ---- theme: green ----  */

/* common.css  */
body {
	background-image: url(../../images/site/theme_red_bkg_pages.gif);
	background-color: #76171f;
}
#navBox {
	background-image: url(../../images/site/theme_red_mainnav_bkg.gif)
}
a, a:active {
	color: #a31a24;
}
.modTitle, .modSubTitle, .modTitle a {
	color: #a31a24;
}

/* layout_1.css  */
#addressBox span {
	color: #a31a24;
}
#addressBox div {
	background-image: url(../../images/site/theme_red_address_star.gif);
}

/* mod_feedback.css  */
.feedback .header {
	color: #a31a24;
}

/* nav_tree_sub.css  */
.treeSub .selected a, .treeSub .selected a:hover, .treeSub .selected a:active, .treeSub .breadcrumb a {
	background-image: url(../../images/site/theme_red_bullet_subnav_over.gif);
}
.treeSub a:hover {
	background-image: url(../../images/site/theme_red_bullet_subnav_over.gif);
}

/* nav_bar_main.css  */
.barMain .selected a, .barMain .selected a:hover, .barMain .selected a:active, .barMain .breadcrumb a {
	color: #a31a24;
}
.barMain a:hover {
	color: #a31a24;
}

/* nav_tree_perm.css  */
.treePerm .selected a, .treePerm .selected a:hover, .treePerm .selected a:active, .treePerm .breadcrumb a {
	color: #a31a24;
	background-image: url(../../images/site/theme_red_bullet_permnav_over.gif);
}
.treePerm a:hover {
	color: #a31a24;
	background-image: url(../../images/site/theme_red_bullet_permnav_over.gif);
}

/* editor.css  */
.sweTitle1 { /* Farbe1/groß */
	color: #a31a24;
}
.sweTitle2 { /* Farbe1/mittel */
	color: #a31a24;
}
.sweTitle3 { /* Farbe1/normal */
	color: #a31a24;
}
table.sweTable1 { /* Farbe1 Rahmen */
	border: 1px solid #a31a24;
}
table.sweTable1 td { 
	border: 1px solid #a31a24;
}
.sweTableRow1 { /* Farbe1 Hintergrund */
	background-color: #a31a24;
}
.sweTableCell1 { /* Farbe1 Hintergrund */
	background-color: #a31a24;
	color: #FFFFFF;
}
.sweTableRow2 { /* Farbe1 hell Hintergrund */
	background-color: #d19297;
}
.sweTableCell2 { /* Farbe1 hell Hintergrund */
	background-color: #d19297;
}
