

th {
font-family: Arial;
font-size: 1.1em;
font-weight: bold;
color: #8a8a8a;
background-color: #efefef;
}
tr {
font-family: Arial;
font-size: 0.9em;
font-weight: bold;
color: #8a8a8a;
}

td {
font-family: Arial;
font-size: 0.9em;
font-weight: bold;
color: #8a8a8a;
background-color: #fafafa;
}



tdk {
font-family: Arial;
font-size: 1.0em;
font-weight: bold;
color: #8a8a8a;
}

tds {
font-family: Arial;
font-size: 0.9em;
font-weight: normal;
color: #8a8a8a;
}




body {
background-image:url(../wolken.png); background-repeat:repeat;
padding:0px;
}



#instrumente
{
position: absolute;
top: 10px;
left: 8px;
/*	width: 768px */;
height: auto;
background-color:#ffffff;
border-radius: 5px;
box-shadow: 3px 3px 3px 3px #bbb; 
}

#temp_txt_info
{
position: absolute;
top: 223px;
left: 85px;
width: 40px;
height: 15px;
text-align: center;
/* border: 1px solid #666666; */
font-size: 0.8em;
color: #585858;
}

#hum_txt_info
{
position: absolute;
top: 223px;
left: 290px;
width: 40px;
height: 15px;
text-align: center;
/*border: 1px solid #666666; */
font-size: 0.8em;
color: #585858;
}


#hzg_vorlauf_txt_info
{
position: absolute;
top: 495px;
left: 85px;
width: 40px;
height: 15px;
text-align: center;
/* border: 1px solid #666666; */
font-size: 0.8em;
color: #585858;
}

#speicher_ladung_txt_info
{
position: absolute;
top: 495px;
left: 290px;
width: 40px;
height: 15px;
text-align: center;
/*border: 1px solid #666666; */
font-size: 0.8em;
color: #585858;
}



#langzeit_woche
{
position: absolute;
top: 630px;
left: 8px;
width: auto;
height: auto;
background-color:#f3f3f3;
border: 3px solid #6a6a6a;
border-radius: 5px;
box-shadow: 3px 3px 3px 3px #bbb; 
}

#langzeit_monat
{
position: absolute;
top: 1200px;
left: 8px;
width: auto;
height: auto;
background-color:#f3f3f3;
border: 3px solid #6a6a6a;
border-radius: 5px;
box-shadow: 3px 3px 3px 3px #bbb; 
}

#langzeit_jahr
{
position: absolute;
top: 1770px;
left: 8px;
width: auto;
height: auto;
background-color:#f3f3f3;
border: 3px solid #6a6a6a;
border-radius: 5px;
box-shadow: 3px 3px 3px 3px #bbb;  
}


#scroller
{
position: absolute;
top: 3300px;
left: 130px;
width: 50px;
height: 10px;
/*background-color:#bbecec; */
}



#warte {
	width: 340px;
	height: 110px;	
	position: absolute;
	background: rgba(100, 200, 100, 0.07);
	color: #1aac9c;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #aaaaaa;
}

#warte span {
  display: block;
  position: absolute;
  top: 5%;
  width: 100%;
  text-align: center;
}

/*Diagramme: */
#innen-temp-diagramm {
	width: 340px;
	height: 110px;
	background-color: rgba(252, 245, 206, 0.2);
	border: 2px solid #ffffff;
}
#innen-feuchte-diagramm {	
	width: 340px;
	height: 110px;
	background-color: rgba(252, 245, 206, 0.2);
	border: 2px solid #ffffff;	
}

#hzgvorl-temp-diagramm {	
	width: 340px;
	height: 110px;
	background-color: rgba(252, 245, 206, 0.2);
	border: 2px solid #ffffff;	
}
#speicherldg-diagramm {	
	width: 340px;
	height: 110px;
	background-color: rgba(252, 245, 206, 0.2);
	border: 2px solid #ffffff;	
}






