html, body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
body {
	background: #000 url(img/bg.png) center center no-repeat;
	font: normal 12px Arial;
	color: #fff;
	overflow: hidden;
}
div#schriftzug {
	position: absolute;
	top: 50%;
	margin-top: -45px;
	width: 100%;
	text-align: center;
	background-image: url(img/bg_25.png);
	border-top: solid 2px #000;
	border-bottom: solid 2px #000;
	cursor: pointer;
}
div#preview {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: 70px;
	display: none;
	text-align: center;
}
div#preview ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#preview ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
div#preview ul li img {
	border: solid 2px #000;
	cursor: pointer;
}
div#lightbox {
	position: absolute;
	background-image: url(img/bg_80.png);
	padding: 10px;
	left: 50%;
	top: 50%;
	border: solid 2px #000;
	display: none;
}
div#lightbox div#desc {
	color: #fff;
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding: 10px;
	background-image: url(img/bg_80.png);
	border-top: solid 1px #000;
	display: none;
}
div#lightbox div#desc b {
	color: #0096ff;
}
div#loading {
	width: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	text-align: center;
	margin-top: -65px;
	display: none;
}
div#loading img {
	vertical-align: middle;
	margin-right: 4px;
}
div#overlay {
	background-color: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}
div#tooltip {
	position: absolute;
	background-color: #000;
	display: none;
	padding: 5px;
	width: 130px;
}
div#footer {
	position: absolute;
	right: 5px;
	bottom: 5px;
	color: #fff;
}
div#footer a {
	color: #fff;
	text-decoration: none;
}
div#footer a:hover {
	color: #0096ff;
}

div#birthday {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -190px;
  display: none;
  text-align: center;
  padding: 5px;
}
div#birthday ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div#birthday ul li {
  display: inline;
  margin: 0;
  padding: 0;
  margin-right: 20px;
}
div#birthday ul li img {
  cursor: pointer;
  height: 120px;
}