/* CSS Document */

/*verschiedene Seitenhintergrundfarben im body*/
.bodyHome {
	background-color: #DF0007;
}
.bodyPhilosophie {
	background-color: #AC0073;
}
.bodyDiePerson {
	background-color: #DE000C;
}
.bodyLiteraturempfehlungen {
	background-color: #004CA9;
}
.bodyShop {
	background-color: #0090EA;
}
.bodyPartnerLinks {
	background-color: #00AFF0;
}
.bodyNewsletter {
	background-color: #74BF02;
}
.bodyPresse {
	background-color: #B9D800;
}
.bodyTeam {
	background-color: #7B489D;
}
.bodyJobboerse {
	background-color: #FFF83B;
}
.bodyLebenGesundheit {
	background-color: #FFDE00;
}
.bodyKunstKultur {
	background-color: #9E9FA3;
}
.bodyAktuelles {
	background-color: #FBBE99;
}
.bodyKontakt {
	background-color: #99CB00;
}
.bodyStilImage {
	background-color: #FB9600;
}

/*Hintergründe in der Navigationsbox*/
.bgHome {
	background-color: #E53322;
}
.bgPhilosophie {
	background-color: #9C0073;
}
.bgDiePerson {
	background-color: #CA0009;
}
.bgLiteraturempfehlungen {
	background-color: #00459B;
}
.bgShop {
	background-color: #0076D1;
}
.bgPartnerLinks {
	background-color: #00ADD0;
}
.bgNewsletter {
	background-color: #00931E;
}
.bgPresse {
	background-color: #74BF19;
}
.bgTeam {
	background-color: #9B70B5;
}
.bgJobboerse {
	background-color: #FEC800;
}
.bgLebenGesundheit {
	background-color: #FEC400;
}
.bgKunstKultur {
	background-color: #151518;
}
.bgAktuelles {
	background-color: #F97800;
}
.bgKontakt {
	background-color: #2B9E00;
}
.bgStilImage {
	background-color: #980074;
}

/*Linienfarbe untere Line in der secNavBox*/
.lineHome {
	border-bottom: 2px solid #DF0007;
}
.linePhilosophie {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #AC0073;
}
.lineDiePerson {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DE000C;
}
.lineLiteraturempfehlungen {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #004CA9;
}
.lineShop {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0090EA;
}
.linePartnerLinks {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00AFF0;
}
.lineNewsletter {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #74BF02;
}
.linePresse {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B9D800;
}
.lineTeam {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #7B489D;
}
.lineJobboerse {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF83B;
}
.lineLebenGesundheit {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFDE00;
}
.lineKunstKultur {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9E9FA3;
}
.lineAktuelles {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FBBE99;
}
.lineKontakt {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #99CB00;
}
.lineStilImage {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FB9600;
}

