@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
{
	vertical-align: top;
	margin: 0;
	padding: 0;
	background-attachment: scroll;
	background-image: url(../Bilder/franzFlag.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.innenTab
{
	margin-left:auto;
	margin-right:auto;
	margin-top: 18px;
	text-align: center;
	
}
.innenTab tr .level {
	padding-top: 6px;
	padding-right: 24px;
	padding-bottom: 6px;
	padding-left: 24px;
	color: #333;
}
.label   {
	color: #396;
	font-size: 36px;
	text-align: center;
}

a {
	text-decoration: none;
	font-size: 18px;
	white-space: nowrap;
}
.go {
	padding: 4px;
	width: 1px;
}
.goin {
	color: #360;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.txtin {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	background-color: #FFC;
	text-align: center;
	color: #000;
}
.txtinSearch {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	background-color: #0C0;
	text-align: center;
	color: #FFF;
}

.abcd {
	vertical-align: middle;
	height: 54px;
}



a:link {
	color:#00F;
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
}
a:visited {
	color:#00F
}
a:active {
	color:#00F
}
a:hover {
	color:#F00
}
.back a:link {
	color:#666;
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	white-space: nowrap;
	font-weight: bold;
}
.back a:visited {
	color:#666
}
.back a:active {
	color:#666
}
.back a:hover {
	color:#00F
}
.titel a:link {
	color:#666;
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	white-space: nowrap;
	font-weight: bold;
	padding: 8px;
}
.titel a:visited {
	color:#666
}
.titel a:active {
	color:#666
}
.titel a:hover {
	color:#00F
}

.info {
	font-size: 16px;
	padding: 2px;
	color: #00F;
}
.error {
	font-family: "Courier New", Courier, monospace;
	color: #F00;
	font-weight: bold;
	text-align: center;
	padding: 2px;
}
