body {
	background-color: #2C2C2C;
	color: #ffffff;
	font-family: "Trebuchet MS",Geneva,Arial,Helvetica,SunSans-Regular,sans-serif;
	font-size: 14px;
}


#noch {
	text-align: center;
	font-size: 30px;
	position: absolute;
	top: 90px;
	width: 99%;
	color: #818080;
}

#myCountdown {
	text-align: center;
	font-size: 40px;
	position: absolute;
	top: 150px;
	width: 99%;
}

#bis {
	text-align: center;
	font-size: 30px;
	position: absolute;
	top: 220px;
	width: 99%;
	color: #818080;
}

#title {
	text-align: center;
	position: absolute;
	top: 300px;
	width: 99%;
	color: #ffffff;
}

#text {
	text-align: left;
	position: absolute;
	top: 340px;
	left: 50%;
	width: 700px;
	background-color: #5C5B5B;
	background: #5C5B5B;
	margin-left: -362px;
	padding: 15px;
}

#text a {
	color: #ffffff;
	font-size: 12px;
}

#text .sb-inner { 
	background: #5C5B5B;
	padding: 5px;
}
#text .sb-shadow { 
	background: #000000; 
}


