#header
{
	position: absolute;
	z-index: 1;
	text-align: center; 
	border: #333 solid 10px;
	background-color: #fff;
	left: 200px;
	right: 200px;
	bottom: 20px;
}

#head
{
	position: absolute;
	z-index: 100;
	background-color:#000;
	bottom: 80%;
	right: 0%;
	left: 0%;
	top: 0%
	/*height: 100%;*/
}

#uhr 
{
	color:#000;
	position: fixed;
}

#uhr:hover 
{
	text-decoration: underline;
	font-weight: bolder;
}

#main
{
	position: absolute;
	top:30%;
}

body
{
	background-image: url("../Bilder/background.jpg");
}

.button
{
	cursor: pointer;
	border: 0px;
	text-decoration: underline;
	height: 38px;
	width: 82px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../Bilder/button.png");
	font-weight: bolder;
	background-color: #fff;
	text-align: center;
}

#buttons 
{
	position:absolute;
	top: 20%;
	width: 100%;
	text-align: center;
}

.link
{
	width: 500px;
	color: #2c00ff;
	text-decoration:underline;
	cursor: pointer;
}
