@charset "utf-8";
body {
	font-family: Comic Sans MS, cursive;
	color: #03C;
	background-color: #Ffc;
	margin: 0;
	padding: 0;
	font-size: 9pt;
	filter: BlendTrans(Duration=1);
	width: 100%;
	height: 100%;
}
a {
	font-family: Comic Sans MS, cursive;
	font-size: 12pt;
	color: #03C;
}
a:link {
	font-family: Comic Sans MS, cursive;
	font-size: 12pt;
	text-decoration: none;
	color: #03C;
}
a:visited {
	font-family: Comic Sans MS, cursive;
	font-size: 12pt;
	text-decoration: none;
	color: #03C;
}
a:hover {
	font-family: Comic Sans MS, cursive;
	font-size: 12pt;
	text-decoration: underline;
	color: #F90;
}
a:active {
	font-family: Comic Sans MS, cursive;
	font-size: 12pt;
	text-decoration: none;
	color: #C00;
}
h1 {
	font-size: 12pt;
	color: #03C;
	font-family: Comic Sans MS, cursive;
	text-align: center;
}
.textfeld {
	text-align: center;
	font-size: 11pt;
	font-family: "Comic Sans MS", cursive;
	color: #03C;
	text-decoration: none;
	vertical-align: top;
}
.pagebox {
	border: thin solid #666;
	text-align: center;
	width: 100%;
}
