/*
# BMWi CSS
#CSS - http://www.bmwi.de/BMWi/Navigation/energie.html
#
#    * Collapse All
#    * Expand All
#
#http://www.bmwi.de/BMWi/Navigation/energie.html
#http://www.bmwi.de/styles/bmwi/de/styles.css
*/

html {
	padding:0px;
	margin:0px;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100.01%;
	color: #000000;
	padding:0px;
	margin:0px;
	background: #fff url('images/header_bg.gif') repeat-x;
}

.invisible{
	visibility:hidden;
	display: none;
}

ul{
	margin-top:0px;
}

/* ------------------------------------------------------------------- */
/* wrapper */
/* ------------------------------------------------------------------- */

#bodywrapper {
	position: relative;
	width: 730px;
	height: 100%;
	padding: 0;
	margin: 0 0;
	background-color: #fff;
}

#header {
	height: 145px;
	width: 940px;
	margin-bottom: 0px;
}

#content {
	width: 940px;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color:#fff;
}

	#menue{
		float:left;
		font-size: .98em ;
		width: 142px;
		margin: 3px 15px 0px 47px;
		overflow:hidden;
	}
	
	#contentbox{
		float:left;
		width:505px;
		padding-top:0px;
	}

#footer{
	margin-top:30px;
	border-top:2px solid #f1a501;
	height:30px;
}

.floatkiller {
	display: block;
	margin: 0;
	clear: both;
	line-height: 0;
	font-size: 0%;
	height: 0;
}

.floatkillerl {
	display: block;
	margin: 0;
	clear: left;
	line-height: 0;
	font-size: 0%;
	height: 0;
}

.floatkillerr {
	display: block;
	margin: 0;
	clear: right;
	line-height: 0;
	font-size: 0%;
	height: 0;
}

/* ------------------------------------------------------------------- */
/* titlebar */
/* ------------------------------------------------------------------- */

.titlebar{
	background-color:#ccc;
	font-size:.85em;
	padding:6px 8px 5px 8px;
	display:block;
	color:#111;
	margin: 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

/* ------------------------------------------------------------------- */
/* header */
/* ------------------------------------------------------------------- */

#header img{
	border:0;
}

#logo{
	float:left;
	margin-left:5px;
}

#headertitel{
	width:670px;
	text-align:right;
	font-family:TimesNewRoman, Times, serif;
	float:left;
}

#headertitel h1{
	font-size:3em;
	margin:30px 0 0 0;
}

#headertitel h2{
	font-size:1.7em;
	margin:-5px 0 0 0;
	font-weight:normal;
}

#headeradress{
	width:250px;
	margin:40px 0 0 680px;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height:1.6em;
}


/* ------------------------------------------------------------------- */
/* menue */
/* ------------------------------------------------------------------- */

#menue ul{
	border-top: 1px solid #eee;
}

#menue ul, #menue li {
	list-style: none;
	background: none;
	margin-left: 0!important;
	padding: 0!important;
}

#menue li a  {
	display: block;
	padding:6px 8px 4px 8px;
	display:block;
	color:#fff;
	background-color:#f1a501;
	margin: 0!important;
	text-decoration: none;
	text-align:right;
	font-weight:bold;
}

#menue .current, #menue .open{
	background-color:#f1a501;
	color:#ffd87a;
}

#menue .level0 li{
	margin: 0 0 25px 0;
	line-height: 0.9em;
}

#menue .level0 a{
	font-size:0.9em;
	padding-left:28px;
}

#menue .level0 a:hover{
	background-color:#f1a501;
	color:#000;
}

#menue .level0 .hassubs{
	background: #f1a501 url("images/A4A8AB_navi_0_open.gif") no-repeat 10px 6px;
}

#menue .level0 .hassubs .current{
	background: #f1a501 url("images/5F7891_navi_1_current.gif") no-repeat 10px 6px;

}

#menue .level0 .open{
	background: #f1a501 url("images/5F7891_navi_1_open.gif") no-repeat 10px 6px;

}

#menue .level1 li{
	margin: 0 0 0px 0;
	line-height: 0.2em;
}

#menue .level1 a{
	font-size:0.8em;
	padding-left:35px;
}

#menue .level1 a{
	padding-top:10px;
	color:#000;
	background-color:#fff;
	font-weight:bold;
	font-style:italic;
}

#menue .level1 .hassubs{
	color:#000;
	background: #fff url() no-repeat 16px 6px;
}

#menue .level1 a:hover{
	background-color:#EFEEE0;
	color:#f1a501;
}

#menue .level0 .hassubs .level1 .current{
	background: #fff url() no-repeat 10px 10px;
	color:#f1a501;
}

#menue .level2 li a{
	background: #fff url() no-repeat 10px 6px;
	color:#df4401;
	font-size:0.7em;
}

#menue .level2 li a:hover{
	background: #fff url() no-repeat 10px 6px;
	color:#f1a501;
	font-size:0.7em;
}



#menue .level0 .kontakt .hassubs , #menue .download a{
	background-color:#df4401;
}

#menue .level0 .kontakt .hassubs a:hover, #menue .download a:hover{
	background-color:#df4401;
	color:#000;
}

#submenue ul{
}

#submenue li a{
	color:#df4401;
	text-decoration:underline;
	font-weight:normal;
}

/* ------------------------------------------------------------------- */
/* footer */
/* ------------------------------------------------------------------- */

#footer p{
	width:705px;
	padding-top:5px;
	padding-left:218px;
	text-align:left;
	font-size:10px;
	font-weight:bold;
	color:#bbb;
}