@charset "utf-8";
html, body
{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../Bilder/logo2Trans48.png);
}
.aussentable
{ width:100%; height:100%; margin:0; padding:0; display:table; }
.aussentd
{
	margin:0;
	padding:0;
}
.label {
	text-align: center;
	padding: 4px;
}

.innen
{
	margin-left:auto;
	margin-right:auto;
}
a {
	text-decoration: none;
	white-space: nowrap;
}
.info {
	font-size: 10px;
	color: #00F;
	text-align: center;
	padding: 2px;
	font-family: Tahoma, Geneva, sans-serif;
}

a:link {
	color:#F00;
	font-family: "Comic Sans MS", cursive;
	font-size: 36px;
}
a:visited {
	color:#F00
}
a:active {
	color:#F00
}
a:hover {
	color:#00F
}
