/*
	Farbe 1 dunkel (kopf/schrift):#003300
	Farbe 2 mittel (subnavi):#4ab04a
	Farbe 3 hell (inhalt):#D3E7C9 #92C279
	Farbe 4 hintergrund/tabellen:#348134
*/

/********************************************
 * Schriftfarben
 ********************************************/
 
/* Schrift Farbe 1*/
body,
h2,
a,
a.external-link,
a.email,
a.download,
.breadcrumb,
.breadcrumb a,
.submenu a,
.rContent2 a,
.lContent1 .funx input.submit {
	color:#003300;
}

/* Schrift Farbe 2 */

caption,
legend,
.white,
.mainmenu a:hover,
.mainmenu a:focus,
.mainmenu a.active,
.rContent2 a:hover,
.rContent2 a:focus,
#footer input.submit:hover,
#footer input.submit:focus,
.lContent1 .funx input.submit:hover,
.lContent1 .funx input.submit:focus {
	color:#4ab04a;
}

/* Schrift Farbe 3 */
.submenu a:hover,
.submenu a:focus,
.submenu a.active {
	color:#D3E7C9;
}


/* Schrift Farbe 4 */
.breadcrumb span,
.breadcrumb a:hover,
.breadcrumb a:focus,
a:hover,
a:focus {
	color:#348134;
}


/********************************************
 * Hintergrundfarben
 ********************************************/

/* Hintergrundfarbe 1 */
#header,
#footer,
table.contenttable th,
#footer input.submit,
.mainmenu ul.secondLevel {
	background-color:#003300;
}

/* Hintergrundfarbe 2 */
.lContent1,
dl.image dd,
dd.csc-textpic-caption{
	background-color:#4ab04a;
}

/* Hintergrundfarbe 3 */
.rContent2,
.rContent2 input.submit,
table.contenttable th,
body.home ul.nostyle,
.lContent1 .funx,
.lContent1 .funx input.submit {
	background-color:#D3E7C9;
}

/* Hintergrundfarbe 4 */
body { 
	background-color:#348134; 
}


/********************************************
 * Hintergrundbilder
 ********************************************/
 
a.external-link {
	background:url(../img/green/link.gif) left top no-repeat;
}
a.email {
	background:url(../img/green/mail.gif) left top no-repeat;
}
a.download {
	background:url(../img/green/download.gif) top center no-repeat;
}


/********************************************
 * Rahmen
 ********************************************/

/* Farbe 1 */
.breadcrumb {
	border-bottom:1px solid #003300;
}
.submenu,
.box_f1,p.box_f1,div.box_f1 {
	border:1px solid #003300;
}
table.contenttable {
	border:1px solid #003300;
	border-bottom:none;
}
table.contenttable td,table.contenttable th {
	border-bottom:1px solid #003300;
}
.mainmenu ul.secondLevel {
	border-top:1px solid #003300;
}

/* Farbe 4 */
.lContent1 {
	border-right:10px solid #348134;
	border-bottom:10px solid #348134;
}
.rContent2 {
	border-left:10px solid #348134;
	border-top:10px solid #348134;
}
.lContent1 .funx {
	border-top:10px solid #348134;
}	
