body {
	color: #000000;
	background-image:url(img/ziegelmauer.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat;
}

.tafel{
	position:absolute;
         z-index:2;
         top:50px;
         left:50px;
         width:770px;
         height:480px;
         overflow:hidden;
}

.infotafel{
	background-image:url(img/alu_wetterpanel.jpg);
	background-repeat:no-repeat;
	position:relative;
	z-index:1;
	left:3px;
	width:842px;
	height:552px;
	margin:0px;
	padding:35px;
         border:0px;
	overflow:hidden;
}
.tafelinhalt{
	overflow:hidden;
	background:#FFFFFF;
	margin:0px;
	padding:5px;
	width:760px;
	height:470px;
}
.staender{
	display:none;
	background-image:url(img/alu_wetterpanelstaender.png);
	background-repeat:repeat-y;
	position:relative;
	z-index:1;
	left:5px;
	width:842px;
	margin:0px;
	padding:35px;
	overflow:hidden;
}
.staenderinhalt{
	overflow:hidden;
	background:#FFFFFF;
	margin:0px;
	padding:5px;
	width:720px;
}
 img {
     border:0px;
     }

h1 {
 font-size: 2em;
 color: #804000;
}