
/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/
.sf-navbar {
	background:		#BDD2FF;
/* OEG	height:			2.5em; */
	padding-bottom:	2.5em;
	position:		relative;
}
.sf-navbar li {
	background:		#AABDE6;
	position:		static;
}
.sf-navbar a {
	border-top:		none;
}
.sf-navbar li ul {
/* OEG	width:			44em; /*IE6 soils itself without this*/*/
	width:			800px; /*IE6 soils itself without this*/
}
.sf-navbar li li {
	background:		#BDD2FF;
	position:		relative;
}
.sf-navbar li li ul {
	width:			13em;
}
.sf-navbar li li li {
	width:			100%;
	
}
.sf-navbar ul li {
	width:			auto;
	float:			left;
}
.sf-navbar a, .sf-navbar a:visited {
	border:			none;
}
.sf-navbar li.current {
	background:		#BDD2FF;
	
}
.sf-navbar li:hover,
.sf-navbar li.sfHover,
.sf-navbar li li.current,
.sf-navbar a:focus, .sf-navbar a:hover, .sf-navbar a:active {
/*rot*/
	background:		#990000;
}
.sf-navbar li li.current,
.sf-navbar a:focus, .sf-navbar a:hover, .sf-navbar a:active {
/*rot*/
	background:		#990000;
}


.sf-navbar ul li:hover {	background:		#990000;}
.sf-navbar ul li.sfHover {	background:		#D1DFFF;}
ul.sf-navbar ul li:hover li {	background:		#9AAEDB;}
ul.sf-navbar ul li.sfHover li {	background:		#D1DFFF;}
.sf-navbar ul a:focus {	background:		#D1DFFF;}
/*rot*/
.sf-navbar ul a:hover {	background:		#990000;}
.sf-navbar ul a:active {	background:		#D1DFFF;}


ul.sf-navbar li li li:hover,
ul.sf-navbar li li li.sfHover,
.sf-navbar li li.current li.current,
.sf-navbar ul li li a:focus, .sf-navbar ul li li a:hover, .sf-navbar ul li li a:active {
/*rot*/
	background:		#990000;
}
ul.sf-navbar .current ul,
ul.sf-navbar ul li:hover ul,
ul.sf-navbar ul li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
}
ul.sf-navbar .current ul ul {
	top: 			-999em;
}

.sf-navbar li li.current > a {
	font-weight:	bold;
}

/*** point all arrows down ***/
/* point right for anchors in subs */
.sf-navbar ul .sf-sub-indicator { background-position: -10px -100px; }
.sf-navbar ul a > .sf-sub-indicator { background-position: 0 -100px; }
/* apply hovers to modern browsers */
.sf-navbar ul a:focus > .sf-sub-indicator,
.sf-navbar ul a:hover > .sf-sub-indicator,
.sf-navbar ul a:active > .sf-sub-indicator,
.sf-navbar ul li:hover > a > .sf-sub-indicator,
.sf-navbar ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/*** remove shadow on first submenu ***/
.sf-navbar > li > ul {
	background: transparent;
	padding: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}





/* OEG */
.nav
{
	height: 52px;
	width:			797px;
	float:left;
	position:relative;
	background:none repeat scroll 0 0 #eef3fb;
	z-index:2;
	font-size: 80%;
} 


.nav a
{

} 



.nav_left {

	width:			170px;
	float:left;
}


.nav_left li {

	width:			170px;
}

.nav_left a {
	border-left:	0px;
	padding-top:	0px;
}

.ul_div {
	margin-top:	20px;
	
}


.nav_right {
	height:			52px;
	width:			617px;
	float:left;
}

.nav_right li {
/* 		height:			37px; */
}
.nav_headline
{
/* OEG:  */
height:32px;

/* 			height:			32px; Da zerlegts den ie*/
/* OEG:  */
}

.nav_headline_left
{
/* 			height:			32px; Da zerlegts den ie*/
			height:			52px; 
}

.nav_headline_left h3
{
/* 			height:			32px; Da zerlegts den ie*/
			height:			52px; 
}

.nav_headline a
{
	border-top: 	0px;
	border-left:	1px solid #9b9b9b;
	padding: 10px 6px 2px 8px ;
}



.nav_sector_title_1
{
	height:52px;
	margin:	0px;
	padding: 0px;

}


.sepp
 {
background:		#990000; 
}

.sepp h3
 {
color:			#ffffff !important;
}



.nav_sector_title_1 h3:hover
{
color:			#ffffff;
}

.nav_sector_title_1 p
{
	height: 100%;
	padding-left: 20px;
	
	color:#2C5A93;
	font-size: 120%
}

.nav_sector_title_2
{
	height:20px;
	margin:	0px;
	padding: 0px;
	font-size:1em;
}

.nav_sector_title_2 p
{
padding-top:3px;
	padding-left: 8px;
	color:#2C5A93;
		font-weight:	bold;
}





