@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;
	
}
.titel {
	font-family: "Courier New", Courier, monospace;
	font-size: 36px;
	color: #363;
	text-align: center;
	font-weight: bold;
}
.titSub {
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	font-weight: normal;
}
.show {
	text-align: center;
	padding: 4px;
}
.error {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #F00;
	text-align: center;
}
.info {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #00C;
	text-align: center;
	white-space: nowrap;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}


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

.back a:link
{
	color:#333;
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	white-space: nowrap;
}
.back a:visited
{
	color:#333
}
.back a:active
{
	color:#333
}
.back a:hover
{
	color:#C60
}
