@import url(http://fonts.googleapis.com/css?family=Titillium+Web);

* {
	font-family: 'Titillium Web', Helvetica, sans-serif;
	font-weight: normal;
}

.blue  { color: #00f; }
.grey  { color: #888; }
.red   { color: #F30; }
.black { color: #000; }

.text { font-size: 15px; }

#frmDate {
	height: 64px;
	font-size: 45px;
	padding: 0;
	margin: 1;
	text-align: center;
	vertical-align: middle;
}

@media only screen and (min-width: 800px) {
	/* CSS für stationäre Geräte */
	
	body {
		text-align: center;
	}
	
	#home {
		max-width: 400px;
		border-left: 1px solid rgb(100,100,100);
		border-right: 1px solid rgb(100,100,100);
	}
}