html{
  font-size: 100.1%;
}

* {
  margin: 0;
  padding: 0;
}

body {
  background: #fff url(bg01.jpg) left top repeat-x;
}


img{
	border: 0;
}

td,th{
	font-size: 1.1em;
}

/* -------------- Globale Typografie -------------- */
body {
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 62.5%;
  color: #23353a;
}

a {
  color: #003871;
  font-weight: normal;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {

}

a:focus {
  outline: none;
}

a:visited {

}

sub {
  font-size: .7em;
}

h3{
	font-size: 1.3em;
	margin-bottom: 1em;
}

h4{
  font-size: 1.1em;
  margin-bottom: .5em;
}

/* Clearfix-Hack */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

hr{
	width:100%; 
	height:1px; 
	border:none; 
	background:#D0D6D8;
	color:#D0D6D8;
	margin:15px 0;
	font-size:0;
	line-height:0;
}

#container {
  width: 910px;
}

#headerBox{
  height: 135px;
  background: #e9eaec url(bggrey.gif) bottom left repeat-x;
}

#header{
	position: absolute;
	left: 210px;
	top: 15px;
}

#hardFacts, .ertragswerte{
	border-collapse: collapse;
}

#hardFacts th{
  text-align: left;
  font-weight: normal;
}

#hardFacts td{
	text-align: left;
	font-weight: bold;
	padding: 0 25px 10px 0;
}

#logoBox{
  height: 135px;
  background-color: #ffffff;
  width: 180px;
  position: absolute;
}

#logo{
  margin: 8px 0 0 9px;
  width: 160px;
  height: 120px;
}

#naviBox{
  height: 40px;
  background-color: #23343b;
  position: relative;
}

ul#navi{
	position: absolute;
	top: 11px;
	left: 50px;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul#navi li{  
  display: inline;
  float: left;
  font-size: 1.2em;
}

ul#navi li.naviSpacer{
	font-size: 2em;
	line-height: 15px;
	color: #415056;
	margin: 0 50px;
}

ul#navi li a{
	display: block;
}

ul#navi li a.naviItem{
  width: auto;
  color: #ffffff;
  font-weight: bold;
  padding-left: 25px;
  height: 17px;
  line-height: 17px;
}

ul#navi li a.itemDay{
  background: url(ic_day.gif) center left no-repeat;
} 

ul#navi li a.itemMonth{
  background: url(ic_month.gif) center left no-repeat;
}

ul#navi li a.itemYear{
  background: url(ic_year.gif) center left no-repeat;
}

ul#navi li a.itemEternal{
  background: url(ic_etern.gif) center left no-repeat;
}

#contentLeft{
	width: 590px;
	float: left;
	position: relative;
}

#contentRight{
  float: right;
  position: relative;
}

ul#chartBarNavi{
  position: absolute;
  top: 40px;
  left: 110px;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul#chartBarNavi li{  
  display: inline;
  float: left;
  font-size: 1.2em;
}

ul#chartBarNavi li.chartBarButtons{
  text-align: center;
}

ul#chartBarNavi li.currentScreen{
  font-weight: bold;
  width: 260px;
  text-align: center;
}

.greyBox{
  border-top: 1px solid #fff;
  width: 260px;
  right: 0;
  background: #e9eaec url(bggrey.gif) bottom left repeat-x;
  padding: 20px;
}

#performanceDataBox{  
  top: 0px;
  height: auto;
}

table.ertragswerte th{
  text-align: left;
  width: 180px;
  padding: 3px 0;
  font-weight: normal;
}

table.ertragswerte td{
  text-align: right;
  color: #003871;
  padding: 3px 0;
}

div#nowValueState{
   font-weight: normal;
   font-size: 1.1em;
}

#graphselectorBox{   
  padding-bottom: 40px;
  margin:0;
}
#graphselector ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#graphselector ul li{
  clear: left;
  margin: 4px 0;
}

#graphselector ul li input{
  margin-right: 5px;
}

.selector_label{
	display: block;
	width: 130px;
	float: left;
}

p.nodata{
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  padding-top: 170px;
}

input.d2, input.d3 {
   display:none;
}

input.a3 {
   display:none;   
}

#downloadLink {
	float: right;
	background: url(btn_exle.jpg) top left no-repeat;
	height: 20px;
	line-height: 20px;
}

#downloadLink span {
	background: url(btn_exre.jpg) top right repeat-x;
	display: block;
	height: 20px;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
	margin-left: 21px;
	padding-right: 20px;
}

#calendar {
	z-index: 9999;
}

#extendTable {
	display:none;
	clear: both;
	margin-top: 5px;
	border: 1px solid #D0D6D8;
}

#ui-datepicker-div {
	display: none;
}

#ui-datepicker-div .ui-state-active {
	background: #23343B;
	border: #23343B;
}
#ui-datepicker-div .ui-state-highlight {
	background: #E9EAEC;
	border: #23343B;
	color: #23343B;
}
#ui-datepicker-div .ui-state-highlight.ui-state-active {
	color: #23343B;
	border: 1px solid #23343B;
}

.ui-datepicker-trigger {
	cursor: pointer;
}