@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;	
}
body {
	width: 780px;
	text-align: center;
	margin: auto;
	background-attachment: fixed;
	background-image: url(images/wasser.jpg);
	background-repeat: repeat-y;
	background-color: #98C2E8;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #036;
}
.oneColFixCtr #container {
	width: 780px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	margin: 0 auto;
	text-align: left;
	border: 1px solid #6CF;
}

.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 22px;
	padding-bottom: 0;
	padding-left: 33px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
table {
	margin-top: 11px;
	margin-bottom: 11px;
}
h3 {
	font-size: 14px;
}
.center {
	text-align: center;
}
a:link {
	color: #006;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #006;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #900;
	text-decoration: none;
	background-color: #69C;
	font-weight: bold;
}
a:active {
	color: #006;
	text-decoration: none;
	font-weight: bold;
}
.rotfett {
	font-weight: bold;
	color: #900;
}
.klein {
	font-size: 90%;
}

