@charset "utf-8";
/* CSS Document */

/**
 * @note			Stylesheet für den Sunbeam-Speicherrechner
 * @version         0.0.1
 * @lastmodified    16-07-2013 - wg
 * 
 */


/* default browserstyles resetten */
body { 
	font-family: Helvetica, Arial, sans-serif;
	margin: 2em; 
	font-size: 90.01%;
} 

h4 {
	font-size: 120%;
	margin-top: 0;
}

p.footnote {
	font-size: 80%;
	font-style: italic;
	color: #666;
}

p.res-txt {	
	font-weight: bold;
	clear: both;
	display: inline;
	flot: left;
}

#no-ecoresult { display: none; }

/* tooltip */
img.tooltip {
	float: right;
	cursor: pointer;
}

div.sp-tooltip {
	text-align: left;
	width: 600px;
	height: auto;
	overflow: auto;
	display: none;
	position: relative;
	background: #eee;
	border: 1px solid #999999;
	padding: 1em;
	z-index: 101;
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	margin: 0 auto;
}

#lightboxbg {
  position: fixed;
  top: 0px;
  left: 0;
	width: 100%;
  height: 100%;
	background-color: black;
	background-color: rgba(0,0,0,0.7);
	display: none;
	z-index: 100;
}

#ttframe {
	position: absolute;
	left: 0;
	top: 0;	
	width: 100%;
	height: auto;
}


/* Slider */
div.slider-div {
	width: 740px;
	float: left;
	clear: left;
}
div.slider-left {
	float: left;
	width: 350px;
	clear: left;
	margin-bottom: 2em;
}
div.slider-right {
	float: right;
	width: 350px;
	margin-bottom: 2em;
}
div.sel-right {
	float: right;
	width: 350px;
	margin-bottom: 2em;
}
div.sel-right span {
	width: 80px;
	text-align: center;
	display: inline-block;
}
div.sel-right select { margin-left: 80px; }
div.ap-slider {
	font-size: 60%;
	width: 335px;
	margin: 5px 25px 5px 0;
}

ul.slidernum {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #666;
}

ul.slidernum li {
	display: inline-block;
	width: 35px;
	text-align: left;
	margin: 0 50px 0 0;
}

ul.slidernum li.last { margin-right: 0px; }

div.ap-slider-range {
	width: 310px;
	background-color: #999999;
	display: inline-block;
	position: absolute;
	right: 0;
	height: 7px;
}

/* Balken  */
.chartwrapper {
	width: auto;
	height: 260px;
	display: block;
	overflow: hidden;
	clear: left;
	margin-top: 40px;
	position: fixed;
	top: 0;
	right: 0;
}

div.prognose-col {
	width: 200px;
	float: left;
	height: 100%;
	position: relative;
}

div.pro-ani {
	display: inline-block;
	width: 140px;
	height: 90px;
	margin: 0;
	padding: 5px;
	text-align: center;
	background-color: #94793f;
	color: white;
}

#col-autarkie {
	background-color: #dfdfdf;
  color: black;
  padding: 5px;
}

div.col-legend {
	margin-left: 10px;
	display: block;
	height: 40px;
}

div.col-legend span {
	padding: 0 20px;
	margin: 0 0 4px 0;
	display: block;
	width: 40px;
	line-height: 1em;
	text-align: right;
	background-color: #94793f;
	background-repeat: no-repeat;
	background-position: -85px 0;
	background-clip: 30px 30px;
}

xdiv.col-legend span::before {
    content: " ";
    padding: 0;
    margin: 0;
    display: block;
    background-color: #94793f;
    width: 30px;
    height: 30px;
}

#val-autarkie {	background-color: #dfdfdf; }

/* Ausgabe */
a { color: #94793f; }
a.btn-navi {
	display: inline-block;
	background: #94793f;
	padding: .6em 1em .5em;
	text-decoration: none;
	color: white;
}

p.btn-info {
	float: right;
	margin: 0;
}

p.btn-info  a, p.btn-info  a:link, p.btn-info  a:visited {
	color: #333333;
	text-decoration: none;
	font-style: italic;
	font-size: 90%;
	display: inline-block;
	padding: 0.4em 0.5em;
	border: 1px solid #666666;
	background-color: #DFDFDF;
	
}

p.btn-info  a, p.btn-info  a:hover { background-color: #FFF; }

div.res-box {
	padding: 1.5em 1em;
	background-color: #eee;
	margin: 1em 0;
	display: table;
	width: 100%;
}
#ecoresult.res-box {
	/*position: fixed;*/
	top: 0;
	right: 0;
	margin: 1em;
	width: 230px;
	padding: 0;
	font-size: .9em;
}

table.spresult {
	border-collapse: collapse;
	width: 100%;
	background: #94793F;
	color: #fff;
}

table.spresult td {	padding: 0 .4em; }

td.right-col { text-align: right; }

tr.rtop td {
	padding: 1em 0.4em 0.2em 0.4em;	
	font-weight: bold;
}

table.step1result th, table.step1result td {
	text-align: left;
	padding: 0 .5em 0 0;
}

#ecoresult ul { padding-left: 1.5em; }
#ecoresult li { margin-bottom: 1em; }

#btn-konservativ.active, #btn-realistisch.active {
	font-weight: bold;
	text-decoration: none;
}


/* Navigation */
div.navi { clear: both; }

a.btn-navi:hover { color: #000; }
