/* REGIS/barnim.de - Farbdefinitionen Bereich Energie */

/* Rahmen um den gesamten Content */
#barcontainer, #barcontentframe {
	background-color: #3a4d84;
}

/* Überschriften */
#barcontent h1, #barcontent h2, #barcontent h3 {
	color: #002a68;
}

/* Menü links */
#barleftnavcontainer ul#barleftnav a {
	color: #fff;
	background-color: #002a68;
	border-bottom: 1px solid #3a4d84;
}

/* Menü links Subebene1 */
/* 
	Hintergrund hat hier gleiche Farbe wie Containerhintergrund 
	-> daher Rahmen um Element 
*/
#barleftnavcontainer ul#barleftnav a.subnav1 {
	color: #fff;
	background-color: #3a4d84;
	border: 1px solid #002a68;
	border-top: 0;
	width: 160px;
	padding: 2px 0 2px 15px;
	/* IE Boxmodel hack */
	voice-family: "\"\}\"";
	voice-family:inherit;
	width: 143px;
}

html>body #barleftnavcontainer ul#barleftnav a.subnav1 {
	width: 143px;
}

#barleftnavcontainer ul#barleftnav a.subnav2 {
	color: #fff;
	background-color: #6d77a5;
}

#barleftnavcontainer ul#barleftnav a.subnav3 {
	color: #000;
	background-color: #a9aecc;
}

#barleftnavcontainer ul#barleftnav a.subnav4 {
	color: #000;
	background-color: #d5dce9;
}

#barleftnavcontainer ul#barleftnav a.subnav5 {
	color: #000;
	background-color: #fff3df;
}

#barleftnavcontainer ul#barleftnav a.subnav6 {
	color: #000;
	background-color: #fff;
}

#barleftnavcontainer ul#barleftnav a:hover {
	color: #000;
	background: #fff;
}

/*** Spalte rechts ***/
#barright {
	background: #002a68;
}

/*** Newsseite ***/
span.barnewstitle {
	color: #002a68;
}


