/* --- CSS Definitionen f�r Energie AG --- */
/* --- SUBMEN� Inhalte Anfang --- */
#submenu {
	position: fixed;
	top: 190px;
	left: 50%;
	margin-left: -555px;
	width: 249px;
	height: auto;
	z-index: 3000;
	/*display: block;*/
	display: none;
	/*background: url(../images/menu_top.png) no-repeat;*/
	background: url(../images/sprite.png) -807px -258px no-repeat;
	font-family: Arial, Verdana, sans-serif;
}

#submenu ul {
	list-style: none;
	padding: 10px;
	display: block;
}

#submenu ul li {
	/*width: 235px;*/
	width: 230px;
	text-transform: uppercase;
	font-size: 16px;
	/*line-height: 24px;*/
	line-height: 19px;
	margin: 2px 0px;
	font-weight: bold;
	letter-spacing: .5pt;
	background: url(../images/menu_arrow_right.gif) 0 5px no-repeat;
}

#submenu ul li.first {
	background: url(../images/menu_top.png) -10px -10px no-repeat;
}

#submenu ul li a {
	text-decoration: none;
	color: #86b0be;
	border: none;
}

#submenu ul li.first a {
	/*background: url(../images/menu_arrow_down.gif) 215px center no-repeat;*/
}

#submenu ul li a:hover,
#submenu ul li a.active {
	color: #f5b300 !important;
}

#submenu ul ul {
	list-style: none;
}

#submenu ul ul li {
	padding: 0;
	background: none;
}

#submenu li a.current,
#submenu ul li a.current,
#submenu ul ul li a.current,
#submenu ul ul ul li a.current {
	color: #f5b300 !important;
}

#submenu ul.current {
	display: block;
}

#submenu ul li.first li a {
	background: none;
}

#submenu ul li li a.sf-with-ul {
	background: url(../images/menu_arrow_right.gif) left center no-repeat;
}

#submenu ul li li li a.sf-with-ul {
	background: url(../images/menu_arrow_right_small.gif) 4px center no-repeat;
}

#submenu ul ul ul {
	position: absolute;
	left: 235px;
	/*background: url(../images/submenu_top.png) no-repeat;*/
	background: url(../images/sprite.png) -2006px -397px no-repeat;
	width: 173px;
}

#submenu ul ul ul li {
	width: 180px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .5pt;
	line-height: 16px;
}

#submenu ul ul ul li.first {
	padding-top: 10px;
	background: none;
}

#submenu ul ul ul li.first a {
	/*background: none;*/
}

#submenu ul ul ul li.last {
	margin-bottom: -21px;
	padding-bottom: 21px;
	background: url(../images/submenu_bottom_small.png) bottom left no-repeat;
}

#submenu ul ul ul li a {
	font-weight: normal;
}

#submenu ul ul ul ul {
	left: 169px;
}

#submenu_bottom {
	position: absolute;
	bottom: -21px;
	width: 249px;
	height: 21px;
	background: url(../images/menu_bottom_small.png) no-repeat;
	/*background: url(../images/sprite.png) -2006px -60px no-repeat; ---> Nop*/
}
/* --- SUBMEN� Inhalte Ende --- */

/* --- SUBMEN� Superfish Anfang --- */
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu {
	line-height: 1em;
	margin-bottom: 1em;
}

.sf-menu ul {
	width: 10em; /* left offset of submenus need to match (see below) */
	display: none;
}

.sf-menu ul li {
	width: 100%;
}

.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
	float: left;
	position: relative;
	width: 269px;
}

.sf-menu li li {
	top: -24px;
}

.sf-menu li li li {
	top: 0;
}

.sf-menu a {
	display: block;
	position: relative;
	text-decoration:none;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 1em;
	padding-left: 1em;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}

.sf-menu a,
.sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #000000;
}

.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
	outline: 0;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	padding: 0 !important;
	left: 0;
	top: 2.5em; /* match top ul list item height */
	z-index: 99;
}

.sf-menu li:hover li ul,
.sf-menu li.sfHover li ul {
	top: -999em;
}

.sf-menu li li:hover ul,
.sf-menu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

.sf-menu li li:hover li ul,
.sf-menu li li.sfHover li ul {
	top: -999em;
}

.sf-menu li li.sfHover a {
	color: #ffffff !important;
}

.sf-menu li li li:hover ul,
.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

.sf-vertical,
.sf-vertical li {
	width: 10em;
}

/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
/* --- SUBMEN� Superfish Ende --- */

/* --- BREADCRUMB Inhalte Anfang --- */
#breadcrumb {
	position: absolute;
	width: 950px;
	top: 153px;
	left: 220px;
}

#breadcrumb ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

#breadcrumb ul li {
	float: left;
	padding: 0 .8em 0 .4em;
	text-transform: normal;
	/*font-size: .8em;*/
	font-size: 10px;
	letter-spacing: .3pt;
	background: url(../images/arrow.png) right center no-repeat;
}

#breadcrumb ul li a {
	text-decoration: none;
	color: #ffffff;
	border: none;
}

#breadcrumb ul li a:hover {
	color: #f5b300;
}

#breadcrumb ul li.current {
	background: none;
}

#breadcrumb ul li.current a {
	font-weight: bold;
}
/* --- BREADCRUMB Inhalte Ende --- */

/* --- BILDMENU Anfang --- */
#bildmenu {
	position: absolute;
	width: auto;
	bottom: 28px;
	right: -1px;
}

#bildmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#bildmenu li {
	position: relative;
	float: left;
	color: #ffffff;
	font-weight: bold;
	/*font-size: 1.0em;*/
	font-size: 12px;
	width: 200px;
	height: 28px;
	line-height: 28px;
	padding: 0 25px 0 6px;
	background: url(../images/bildmenu.png) 0 -122px no-repeat;
	text-transform: uppercase;
	cursor: pointer;
}

.bildmenutext {
	display: none;
	position: absolute;
	right: 1px;
	bottom: 1px;
	padding: 6px;
	width: 218px;
	/*background: url(../images/40percentmenu.png) repeat;*/
	background: url(../images/sprite.png) 0 0 repeat;
}

.bildmenubild {
	display: none;
	position: absolute;
	right: 1px;
	bottom: 1px;
	width: 230px;
}

.bildmenubild a,
.bildmenubild a img,
.bildmenutext p,
.bildmenutext p a {
	color: #000000;
	padding: 0;
	margin: 0;
	border: none !important;
	text-decoration: none;
	font-weight: normal;
	/*font-size: 1.0em;*/
	font-size: 12px;
	text-transform: none;
	line-height: 1.2em;
}

.bildmenutext h3 {
	padding: 0;
	margin: 0;
}

.bildmenutext h3 a {
	color: #000000;
	border: none !important;
	text-decoration: none;
	line-height: 1.2em;
}

/* --- BILDMENU Ende --- */