/* CSS Document */
/* Globale Layouteinstellungen */
html, body {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	background-color: #161616;
}
    a:link {
	color: #266CA6;
	text-decoration: none;
}
    a:visited {
	color: #266CA6;
	text-decoration: none;
}
    a:hover {
	color: #FF3737;
	text-decoration: underline;
}
    a:active {
	color: #266CA6;
	text-decoration: none;
}
#main-container {
	width:800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(/background.png);
	height: 800px;
}
#uhr-container {
	float: left;
	height: 60px;
	width: 400px;
	padding-top: 350px;
	padding-left: 200px;
	padding-right: 200px;
	text-align: center;
	display: block;
	}
