html {
	overflow: hidden;
}

body {
	background-color: #FEF4D5;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #666666;
}
#kerze {
	position: absolute;
	height: 145px;
	width: 160px;
	right: 80px;
	bottom: 0px;
	z-index: 500;
}

#content {
	position: absolute;
	height: 620px;
	width: 840px;
	margin-top: -350px;
	margin-left: -420px;
	left: 50%;
	top: 50%;
	z-index: 2;
}

#txtonlycontent {
	padding: 20px;
	display: none;
	z-index: 4;
}
h1 {
	font-size: 1.5em;
	color: #FF6600;
}
h2 {
	font-size: 1.2em;
	color: #FF6600;
}
