@charset "utf-8";
html, body
{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	font-family: "Comic Sans MS", cursive;
}
.aussentable
{
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
	display: table;
}
.aussentd
{
	background-attachment: scroll;
	background-image: url(../Bilder/franzT124.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
.innenTab
{
	margin-left:auto;
	margin-right:auto;
	margin-top: 18px;
	text-align: center;
	
}
.innenTab tr .wort {
	padding-top: 6px;
	padding-right: 24px;
	padding-bottom: 6px;
	padding-left: 24px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #00F;
	font-size: 24px;
	background-color: #FFC;
}
.check {
	width: 33%;
	text-align: center;
}
.subTitel {
	color: #F60;
	font-weight: bold;
	background-color: #DDD;
}



a {
	text-decoration: none;
	font-size: 18px;
	white-space: nowrap;
}
.info {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	color: #00F;
}
.error {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #F00;
}

.innenTab tr .label {
	color: #093;
	font-size: 36px;
}
.antwort {
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
	text-align: center;
}


a:link {
	color:#00F;
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
}
a:visited {
	color:#00F
}
a:active {
	color:#00F
}
a:hover {
	color:#FF0
}
tr .solution {
	font-size: 16px;
	color: #00F;
}
.back a:link {
	color:#666;
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	white-space: nowrap;
}
.back a:visited {
	color:#666
}
.back a:active {
	color:#666
}
.back a:hover {
	color:#00F
}
