@CHARSET "UTF-8";

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #eeeeee;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#mitte {
	margin-left: auto;
	margin-right: auto;
	width: 185px;
	height: 185px;
	display: block;
	background-image: url(../images/nikolaus-1_07.gif);
}

#mitte:hover {
	background-image: url(../images/nikolaus-1_anim.gif);
}

#oben {
	height: 20%;
}

#unten {
	height: 10%;
}

#footer {
	font-size: 8pt;
	color: #b0b0b0;
	text-align: center;
}

#footer a {
	text-decoration: none;
	color: #b0b0b0	;
}

#footer a:hover {
	color: #909090;
}

#footer .pipe {
	color: #FFCB8A;
	font-weight: bold;
	padding-left: 0.5em;
	padding-right: 0.5em;
}