@charset "utf-8";
body {
	background-color: #FFF;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}

.Alle {
	background-color: #FFF;
	color: #CCC;
	background-repeat: repeat;
	clear: left;
	height: 700px;
	width: 900px;
	float: none;
	background-position: center center;
	overflow: auto;
	position: relative;
	visibility: visible;
	vertical-align: middle;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.TextMenü {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
}
.TextMenü a:link {text-decoration : none;color: #333;}
.TextMenü a:visited { text-decoration:none; color: #333; }
.TextMenü a:hover { text-decoration:underline; color: #333;}
.TextMenü a:active { text-decoration:underline; color: #333;outline: none;}
.TextMenü a:focus {outline: none;}


.Fliesstext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	vertical-align: text-top;
	text-align: justify;
	line-height: 22px;
	}
.FliesstextÜberschrift {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	text-align: left;
	font-weight: bold;
}
.FliesstextÜberschriftklein {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #A1A1A1;
	text-align: left;
	vertical-align: text-top;
	text-decoration: underline;
	font-weight: bold;
}
.Fliesstextmittig {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 14px;
}

