@charset "utf-8";
/************************************************************************************/
/*                                                                                  */
/* Layout Styles                                                                    */
/*                                                                                  */
/* -------------------------------                                                  */
/* Blau: #2571b1                                                                    */
/* Orange: #ee7f01                                                                  */
/* -------------------------------                                                  */
/************************************************************************************/

#divLayout
{
	width: 960px;
	min-height: 100%;
	padding: 0px 5px 0px 5px;
	display: inline-block;
	background-color:#fff;
}

#divBlackscreen
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	opacity: 0.9;
	background-color: #666;
	display: none;
}



/************************************************************************************/
/* Header */
#divHeader
{
	float: left;
	width: 960px;
	height: 90px;
	position: relative;
	background-color: #ee7f01;
	border-top: 3px solid #fff;
}

#divHeader #imgLogo
{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 151px;
	height: 42px;
}

#divHeader #divHeaderBar
{
	position: absolute;
	top: 69px;
	left: 195px;
	width: 555px;
	height: 21px;
	text-align: right;
	padding: 0px 10px 0px 10px;
	background-color: #ccc;
}

#divClaim
{
	position:absolute;
	top:68px;
	right:5px;
	height:20px;
	font-size:0.9em;
	letter-spacing:-0.02em}

#divClaim a
{
	color:#fff;
	text-decoration:none;
}

#divClaim a:hover
{
	text-decoration:underline;
}


/************************************************************************************/
/* Content */
#divContent
{
	float: left;
	width: 575px;
	min-height: 400px;
	line-height: 18px;
	text-align: left;
	overflow-x: hidden;
	background-color: #fbfbfb;
	position: relative;
}



/************************************************************************************/
/* Slideshow */
#divContent #divSlideshow
{
  width: 575px;
  height: 142px;
}



/************************************************************************************/
/* Blaue Box */
#divContent .blaue-box
{
	width: 560px;
	height: 56px;	
	position: absolute;
	top: 78px;
	left: 0px;
	background-image:url(/images/hintergruende/blau_transparent.png);
	color: #fff;
	padding: 8px 5px 0 10px;
	font-size:1.5em; 
	line-height:22px;
}

#divContent .blaue-box h1
{
	text-transform: uppercase;	
}



/************************************************************************************/
/* Linke Spalte */
#divLinkeSpalte
{
	float: left;
	width: 190px;
	height: 100%;
	margin: 3px 5px 0px 0px;
	text-align: left;
}



/************************************************************************************/
/* Rechte Spalte */
#divRechteSpalte
{
	float: right;
	width: 185px;
	text-align: left;
}

#divRechteSpalte h4
{
	float: left;
	width: 165px;
	margin: 5px 0px 0px 0px;
	background-color: #B7B7B7;
	color: #fff;
	text-transform: uppercase;
}

#divRechteSpalte h4.aktion
{
	margin-top: 3px;
	color: #fff;
	background-color: #2e87ba;
}

#divRechteSpalte h4.aktion a
{
	color: #fff;
	text-decoration:none;
}

#divRechteSpalte h4.aktion a:hover
{
	color: #EE7F01;
	text-decoration:none;
}

#divRechteSpalte .box
{
	width: 165px;
}


/*---------------------------------------------*/
/* Suche */
#divRechteSpalte #frmSuchen
{
	float: right;
	height: 20px;
	margin: 6px 0px 5px 0px;
	display: none;
}

#divRechteSpalte #frmSuchen input
{
	margin: 0px;
	border: 1px solid #ee7f01;
}

#divRechteSpalte #frmSuchen #tbxSuchen
{
	width: 155px; 
	color: #666;
}

#divRechteSpalte #frmSuchen #btnSubmitSuchen
{
	float: right;
	width: 20px; 
}


/*---------------------------------------------*/
/* Quicklinks */
#divRechteSpalte #lstQuicklinks
{
	padding: 0px;
	margin: 0px;
}

#divRechteSpalte #lstQuicklinks li
{
	list-style-position: outside;
	list-style-type: none;
	text-indent: 0px;
	padding: 0px 0px 2px 0px;
	margin: 0px;
}

#divRechteSpalte #lstQuicklinks li a
{
	color: #2E87BA;
	font-weight: bold;
	border-bottom-color: #2E87BA;
}



/************************************************************************************/
/* Footer */
#divFooter
{
	float: left;
	width: 100%;
	color: #666;
}

#lstFooterLogos
{
	margin-top:15px;
}

#lstFooterLogos ul
{
	width: 575px;
	margin: 0 0 0 195px;
	padding:0;
	border-top: 1px solid #f5f5f5;
}

#lstFooterLogos li
{
	display: inline;
	margin:0;
	padding:0;
}



/************************************************************************************/
/* Aktion Box */
.aktion-box
{
	float: left;
	width: 165px;
	margin: 2px 0px 32px 0px;
	padding: 5px 8px 8px 8px;
	background-image: url(/images/aktionen/aktion-box_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ffd800;
	border: #fedb05 solid 2px;
	position: relative;
}

.aktion-box:hover
{
	cursor: pointer;
	background-image: url(/images/aktionen/aktion-box_bg_hover.png);
	background-color: #fee505;
}

.aktion-box a
{
	float: left;
	width: 100%;
	text-decoration: none;
}

.aktion-box .titel
{
	float: left;
	width: 100%;
	margin: 0em 0em 0.8em 0em;
	font-size: 1.0em;
	font-weight: bold;
	color: #df001d;
}

.aktion-box .text
{
	float: left;
	width: 100%;
	line-height: 1.3em;
	margin: 0em 0em 0.3em 0em;
}

.aktion-box .preis-aktion, .aktion-box .rabatt
{
	font-size: 1.3em;
	font-weight: bold;
}

.aktion-box .preis-normal
{
	font-size: 0.9em;
	color: #df001d;
}

.aktion-box .energie-label
{
	position: absolute;
	bottom: -11px;
	left: -2px;
}

.aktion-box .energystar
{
	position: absolute;
	top: -1px;
	right: -1px;
	border: 1px solid #fff;
}


/*---------------------------------------------*/
/* Energie-Etikette Leiste */
.aktion-box .energie-etiketten-leiste
{
	position: absolute;
	bottom: -24px;
	right: -2px;
	width: 185px;
	height: 27px;
	margin: 0px;
	background-repeat: no-repeat;
}

.aktion-box .energie-etiketten-leiste img
{
	float: left;
	margin: 0px;
}



/************************************************************************************/
/* Box */
.graue-box
{
	float: right;
	width: 165px;
	min-height: 50px;
	text-align: left;
	padding: 8px 10px 10px 10px;
	background-color: #eee;
}

.graue-box ul
{
	margin-bottom: 8px;
	padding: 10px;
	background-color: #eee;
}

.graue-box li
{
	margin-left: 12px;
	padding-left: 5px;
	list-style: outside disc;
}



/************************************************************************************/
/* News */
#divNews
{
	float: left;
	width: 100%;
}



/************************************************************************************/
/* Text Box */
.text-box
{
	float: left;
	width: 555px;
	min-height: 700px;
	padding: 10px;
}

.text-box img
{
	padding-right:0;
	padding-bottom:20px;
}

.text-box h1, .npobject h2
{
	font-weight: normal;
	color: #ee7f01 !important;
	padding-bottom: 18px;
}

.nplead
{
	font-weight: normal;
	color: #2e87ba;
	padding-bottom: 1em;
}

.text-box h3 
{
	font-weight: bold;
	color: #ee7f01;
	padding:9px 0 12px 0;
}

.text-box table
{
	width: 100%;
}



/************************************************************************************/
/* Submit Bereich */
#divSubmit
{
	float: left;
	width: 100%;
	height: auto;
	min-height: 16px;
	margin-bottom: 1em;
	display: none;
}



/************************************************************************************/
/* Div für Diagramm */
#divDiagramm
{
	float: left;
	width: 100%;
	height: 240px;
	margin: 0em 0em 1em 0em;
}

#divDiagramm .highcharts-credits
{
	display: none !important;
}



/************************************************************************************/
/* Detail Dialog */
.detail-dialog
{
	position: fixed;
	left: 0px;
	top: 5px;
	padding: 10px;
	margin: 0px;
	z-index: 90;
	display: none;
	background-color: #fff;
	border: 4px solid #2571b1;
	text-align: left;
}

.detail-dialog h2
{
	padding-top: 0.2em;
}

.detail-dialog form
{
	margin: 0px;
	padding: 0px;
}

.detail-dialog #imgDialogClose
{
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}



/************************************************************************************/
/* Slideshow */
#divSlideshow
{
	cursor: pointer;
}