div#container {
	padding: 0px;
	margin: 0;
	height:100vh;
	color: #FFFFFF;
	font-size: 11pt;
	font-weight: bold;
	font-family: verdana,tahoma,arial,helvetica,sans-serif;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.8);	
	background: url(bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-size:100% 100%;
	background-color: orange;
}
div#Zeitanzeige {
	display: inline-block;
	padding: 10px;
	margin-top: 100px;
	text-align: center;
}
#Uhr{
	font-size: 90px;
	height: 80px;
	line-height: 70px;
	text-align: center;
}
#Datum{
}
div#Auswahl{
	display: inline-block;
	float: right;
	padding: 10px;
}
div#box_wrapper {
	display: inline-block;
	width: 100%;
	text-align: center;
	vertical-align: top;
}
.box{
	display: inline-table;
	top: 0;
	width: 336px;
	height: 336px;
	margin: 20px;
	padding: 0px 15px 0px 10px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 3px;
	background-color: rgba(255, 255, 255, 0.36);
	box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.2);
	text-align: center;
	overflow: hidden;
}
.boxheader {
	display: inline-block;
	width: 90%;
	padding: 10px 20px 0px 20px;
	border: none;
	border-bottom: solid 1px white;
	font-size: 30px;
}
.boxheader span {
	position: relative;
	top: -10px;
	font-size: 9pt;
}
.boxcontent {
	display: inline-block;
	width: 90%;
	padding: 10px 20px 5px 20px;
	border: none;
	font-size: 20px;
}
div#Fussnoten {
	display: inline-block;
	position: relative;
	top: 500px;
	padding: 40px 20px 10px 20px;
	color: rgba(0,0,0,0.5);
}
a {
	color: #FFF;
}
.small {
	font-size: 9pt;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);	
}