@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%;
	display:table;
	margin: 0;
	padding: 0;
}
.aussentd
{
	background-attachment: scroll;
	background-image: url(../Bilder/franzFlag.png);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
.innenTab
{
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	width: 600px;
	
}
.label   {
	color: #666;
	font-size: 36px;
}
.info {
	font-size: 16px;
	padding: 2px;
	color: #00F;
	background-color: #EEE;
}

.error {
	font-family: "Courier New", Courier, monospace;
	color: #F00;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	background-color: #EEE;
	font-size: 12px;
}
.word {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	text-align: center;
	padding: 4px;
	background-color: #FFC;
}
.answer {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	text-align: center;
	padding: 4px;
	color: #FFF;
	background-color: #0C3;
	font-weight: bold;
}
.total {
	color: #333;
}
.richtig {
	color: #FFF;
}
.falsch {
	color: #FFF;
}


.ask {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	text-align: center;
	padding: 4px;
	color: #333;
	background-color: #FFC;
	font-weight: bold;
}

.status {
	width: 100px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	background-color: #EEE;
	text-align: center;
}
.pfeil {
	font-family: "Courier New", Courier, monospace;
	font-size: 9px;
	color: #00F;
	text-align: center;
	padding: 4px;
	font-weight: bold;
}
.titel a:link {
	color:#333;
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	white-space: nowrap;
	font-weight: bold;
	padding: 8px;
}
.iframe {

}

.titel a:visited {
	color:#333
}
.titel a:active {
	color:#333
}
.titel a:hover {
	color:#063
}

a {
	text-decoration: none;
	font-size: 18px;
	white-space: nowrap;
}

a:link {
	color:#F90;
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
}
a:visited {
	color:#F90
}
a:active {
	color:#F90
}
a:hover {
	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
}
