/* CSS Document */
#frmClock {
	position:absolute;
	left: 620px;
	top: 10px;
	width: 138px;
	height:30px;
	text-align: center;
	background-repeat: no-repeat;
}

#frmClockUhrzeit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #eeeeee;
	position: absolute;
	height: 20px;
	width: 138px;
	top: 0px;
	left: 0px;
}

#frmClockDatum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #dddddd;
	text-align: center;
	height: 20px;
	width: 138px;
	position: absolute;
	top: 16px;
	left: 0px;
}

#clockAlarm {
	position:absolute;
	left:113px;
	top: 5px;
	width:15px;
	height:14px;
	background-image: url(../../../graphics/clock_alarm.gif);
	background-repeat: no-repeat;
	}
	
#clockConfig {
	position:absolute;
	left:113px;
	top: 19px;
	width:15px;
	height:14px;
	background-image: url(../../../graphics/clock_config.gif);
	background-repeat: no-repeat;
	}

