body{
	font-family: monospace;
	color: #000000;
	background-color: #cccccc;
	font-size: medium;
}


.zinstrument .zidot,.zinstrument .zeiger{background-color:#939393;width:1px;height:1px;position: absolute;}
.zinstrument .zeiger{
	background-color:#444444;	
-webkit-box-shadow: 0px 0px 2px rgba(255,255,255,0.5);
-moz-box-shadow: 0px 0px 2px rgba(255,255,255,0.5);
box-shadow: 0px 0px 2px rgba(255,255,255,0.5);
}
.zinstrument .ztitel , .zinstrument .zmesswert{
	text-align: center;
	color: #555555; 
	font-size: 12px; 
	font-family: sans-serif;
	text-shadow: 0px 1px 0px rgba(255,255,255, 0.5);
}
.zinstrument .zmesswert {
	color: black; 
}
.zinstrument .ztitel {
	font-weight:bold; 
}
.zinstrument .glanz{
	border-radius: 10px 10px 50% 50%; 
	-moz-border-radius:10px 10px 50% 50%;
    -webkit-border-radius:10px 10px 50% 50%; 
    -khtml-border-radius:10px 10px 50% 50%; 	
	background-image: linear-gradient(bottom, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.5) 100%);
	background-image: -o-linear-gradient(bottom, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.5) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.5) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.5) 100%);
	background-image: -ms-linear-gradient(bottom, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.5) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.0, rgba(255,255,255,0.07)),
		color-stop(0.5, rgba(255,255,255,0.15)),
		color-stop(1, rgba(255,255,255,0.5))
	);	
	
	width:100%;
	height:45%;
	position:absolute;
}
.zinstrument{
	border-radius: 10px 10px 10px 10px; 
	-moz-border-radius:10px 10px 10px 10px;
    -webkit-border-radius:10px 10px 10px 10px; 
    -khtml-border-radius:10px 10px 10px 10px; 
	width: 100px; 
	height: 100px; 
	background-color: White; 
	border: 1px solid #555555;
	display:inline-block;
	overflow:hidden;
	position: relative; 
	left: 0px; 
	top: 0px;
background-image: linear-gradient(bottom, rgb(180, 180, 180) 0%, rgb(192, 192, 192) 10%, rgb(200,200,200) 100%);
background-image: -o-linear-gradient(bottom, rgb(180, 180, 180) 0%, rgb(192, 192, 192) 10%, rgb(200,200,200) 100%);
background-image: -moz-linear-gradient(bottom, rgb(180, 180, 180) 0%, rgb(192, 192, 192) 10%, rgb(200,200,200) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(180, 180, 180) 0%, rgb(192, 192, 192) 10%, rgb(200,200,200) 100%);
background-image: -ms-linear-gradient(bottom, rgb(180, 180, 180) 0%, rgb(192, 192, 192) 10%, rgb(200,200,200) 100%);
background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.0, rgb(180, 180, 180)),
		color-stop(0.1, rgb(192, 192, 192)),
		color-stop(1, rgb(200,200,200))
	);
-webkit-box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
box-shadow: 0px 5px 15px rgba(0,0,0,0.1);  
}