@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/englischFlag.png);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
.innenTab
{
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	
}
.titel {
	color: #000;
	font-size: 36px;
	text-align: center;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.subtitel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: center;
	white-space: nowrap;
	background-image: url(../Bilder/gold.png);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	background-position: center center;
}

a {
	text-decoration: none;
	font-size: 18px;
	white-space: nowrap;
}
.monat {
	font-size: 14px;
	padding: 2px;
	background-image: url(../Bilder/silver.png);
	background-repeat: repeat-x;
	background-position: center center;
}

.datum {
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #EEE;
	color: #03C;
	padding: 4px;
}
.right {
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #EEE;
	color: #03C;
	padding: 4px;
}
.dauer {
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #EEE;
	color: #03C;
	padding: 4px;
}
.name {
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #EEE;
	color: #03C;
	padding: 4px;
}
.error {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #F00;
	text-align: center;
	background-image: url(../Bilder/silver.png);
	background-repeat: repeat-x;
	background-position: center center;
	padding: 2px;
}
.info {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #00C;
	text-align: center;
	white-space: nowrap;
	padding: 2px;
	background-color: #CCC;
}
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:#333;
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	white-space: nowrap;
}
.back a:visited {
	color:#333
}
.back a:active {
	color:#333
}
.back a:hover {
	color:#00F
}
