/* CSS für www.braunklaus.de */

/* Wichtige Farben
blau = #333366
orange = #FF8C00
beratung = #FF8C00
weiterbildung =#FF6633
produkte = #FF4500
wir = #DC143C
*/

body {
	background-color: #FFFFFF;
	scrollbar-face-color:#FFECCA;
	scrollbar-shadow-color: #FF6633;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FF8C00;
	scrollbar-darkshadow-color: #999999;
	scrollbar-track-color: #FFECCA;
	scrollbar-arrow-color: #FF8C00;
}
div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333366;
}
.text {
	line-height: 14px;
}

/* kleinerer Wortabstand z.B. bei "Referenzen" */
.wortAbstandKleiner {
	word-spacing: -1px;
}
.h1
{
	font-weight: bold;
}
.unterstrichBeratung{
	color: #FF8C00;
}
.unterstrichWeiterbildung{
	color: #FF6633;
}
.unterstrichProdukte{
	color: #FF4500;
}
.unterstrichWir{
	color: #DC143C;
}
.naviLinksAusgewaehlt {
	color: #FF8C00;
}
.beratungAusgewaehlt {
	font-weight: bold;
	color: #FF8C00
}
.weiterbildungAusgewaehlt {
	font-weight: bold;
	color: #FF6633
}
.weiterbildungUnterAusgewaehlt {
	font-weight: normal;
	color: #FF6633
}
.produkteUnterAusgewaehlt {
	font-weight: normal;
	color: #FF4500
}
.wirUnterAusgewaehlt {
	font-weight: normal;
	color: #DC143C
}
.produkteAusgewaehlt {
	font-weight: bold;
	color: #FF4500
}
.wirAusgewaehlt {
	font-weight: bold;
	color: #DC143C
}
.aktuellesAusgewaehlt {
	font-weight: bold;
	color: #9D0014
}
.weisserUnterstrich {
	color: #FFFFFF
}

/* normale Links */
a:link, a:visited {
	font-weight: normal;
	color: #333366;text-decoration:none
}
a:active, a:hover {
	font-weight: normal;
	color: #FF8C00;text-decoration:none
}

/* Hauptlinks oben - normaler Zustand in blau*/
a.beratung:link, a.beratung:visited, a.weiterbildung:link, a.weiterbildung:visited, a.produkte:link, a.produkte:visited, a.wir:link, a.wir:visited {
	font-weight: bold;
	color: #333366
}

/* Hauptlinks oben - bei Mouseover in anderer Farbe*/
a.beratung:active, a.beratung:hover {
	font-weight: bold;
	color: #FF8C00
}
a.weiterbildung:active, a.weiterbildung:hover {
	font-weight: bold;
	color: #FF6633
}
a.produkte:active, a.produkte:hover {
	font-weight: bold;
	color: #FF4500
}
a.wir:active, a.wir:hover {
	font-weight: bold;
	color: #DC143C
}
a.aktuelles:active, a.aktuelles:hover {
	font-weight: bold;
	color: #9D0014
}

/* ausgewählter Link (Hauptnavi) in orange bzw. rot */
a.beratungHaupt:link, a.beratungHaupt:visited, a.beratungHaupt:active, a.beratungHaupt:hover {
	font-weight: bold;
	color: #FF8C00
}
a.weiterbildungHaupt:link, a.weiterbildungHaupt:visited, a.weiterbildungHaupt:active, a.weiterbildungHaupt:hover {
	font-weight: bold;
	color: #FF6633
}
a.produkteHaupt:link, a.produkteHaupt:visited, a.produkteHaupt:active, a.produkteHaupt:hover {
	font-weight: bold;
	color: #FF4500
}
a.wirHaupt:link, a.wirHaupt:visited, a.wirHaupt:active, a.wirHaupt:hover {
	font-weight: bold;
	color: #DC143C
}

/* Untermenü Weiterbilding/Produkte/Wir bei MouseOver */
a.weiterbildungUnter:active, a.weiterbildungUnter:hover {
	font-weight: normal;
	color: #FF6633
}
a.produkteUnter:active, a.produkteUnter:hover {
	font-weight: normal;
	color: #FF4500
}
a.wirUnter:active, a.wirUnter:hover {
	font-weight: normal;
	color: #DC143C
}

/* Mailto von braunklaus wird immer orange dargestellt */
a.emailBraun:link, a.emailBraun:visited, a.emailBraun:active, a.emailBraun:hover {
	font-weight: normal;
	color: #FF8C00
}