@charset "utf-8";
html, body
{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../../Bilder/kifu.jpg);
}
.aussentable
{ width:100%; height:100%; margin:0; padding:0; display:table; }
.aussentd
{
	margin:0;
	padding:0;
}
.innen
{
	margin-left:auto;
	margin-right:auto;
	width: 560px;
}
.head {
	font-size: 18px;
	color: #00F;
	font-family: "Comic Sans MS", cursive;
	font-style: normal;
	background-color: #FFC;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
.info {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #F00;
	text-align: center;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	font-weight: bold;
	background-color: #EEE;
}
.titel {
	font-family: "Comic Sans MS", cursive;
	color: #FFF;
	text-align: center;
	font-size: 24px;
	background-image: url(../../Bilder/FC/farbverlauf.png);
}
.ablauf {
	font-family: "Comic Sans MS", cursive;
	background-color: #FC9;
	color: #333;
	text-align: center;
	font-size: 18px;
}
.ort {
	color: #00F;
}
.titel .stand {
	font-size: 10px;
	font-weight: bold;
}


.links {
	text-align: center;
	white-space: nowrap;
	padding-top: 8px;
	padding-bottom: 8px;
}
.links a:link {
	text-decoration: none;
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
	color: #00F;
	padding: 10px;
}
.links a:visited {
	background-color: #CCC;
	color: #00F;
}
.links a:hover {
	color: #FFF;
	background-color: #00F;
}
.links a:active {}
.ablauf a:link {
	text-decoration: none;
	font-style: oblique;
	font-weight: bold;
	color: #F00;
	font-size: 24px;
}
.ablauf a:visited {
	color: #F00;
}
.ablauf a:hover {
	color: #FFF;
}
.ablauf a:active {
}
