.flaechenuhr
{
	background-image:url("images/hg.jpg");
	width:180px;
	height:89px;
	z-index:1;
}


#board
{
	background-image:url("images/uhr.png");
	width:180px;
	height:36px;
	position:relative;
	top:30px;
	z-index:2;
}

.abstand{
	margin-right:3px;
	
}

.ziffern
{
	z-index:3;
	position:relative;
	top:7px;
	left:9px;
	/* IE Hacks */
	_margin-left:9px;
	_margin-top:8px;
}

.ziffern ul {
	margin: 0;
	overflow:hidden;
	clear: both;
	padding: 0;
	z-index:1;
}

.ziffern ul li {
	display: block;
	float: left;
	margin-right:1px;
}

.ziffern ul li.first span { padding-left: 0 !important; }
.ziffern ul li.last span { padding-right: 0 !important; }





/* .ziffern {
	background: url(../images/number_bg2.png) no-repeat;
	width: 900px;
	height: 73px;
	margin: 48px 0 0 21px;
	padding: 30px 25px;
}
 */


/* * html .flaechenuhr .board .ziffern .komma {
	background: url('../images/punkt_gr.jpg') no-repeat bottom right;
}
 */

 .ziffern ul li span {
	display: block;
	background: url('images/0.png') no-repeat;
	width: 15px;
	height: 22px;
	padding: 0 0px;
	/* *padding:0;
	*margin:0 2px; */
	/* padding-right:1px; */
}

.ziffern ul li .n0 { background: url('images/0.png') no-repeat; }
.ziffern ul li .n1 { background: url('images/1.png') no-repeat; }
.ziffern ul li .n2 { background: url('images/2.png') no-repeat; }
.ziffern ul li .n3 { background: url('images/3.png') no-repeat; }
.ziffern ul li .n4 { background: url('images/4.png') no-repeat; }
.ziffern ul li .n5 { background: url('images/5.png') no-repeat; }
.ziffern ul li .n6 { background: url('images/6.png') no-repeat; }
.ziffern ul li .n7 { background: url('images/7.png') no-repeat; }
.ziffern ul li .n8 { background: url('images/8.png') no-repeat; }
.ziffern ul li .n9 { background: url('images/9.png') no-repeat; }