body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #FFFFFF;
	background-image:  url(Bilder/graustufe2.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

.trenn {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.nav:link {
	color: #FFFFFF;
	background-color: #003366;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	white-space: nowrap;
}
.nav:visited {
	color: #FFFFFF;
	background-color: #003366;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 90%;
	white-space: nowrap;
}
.nav:hover {
	color: #000000;
	background-color: #6699FF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 90%;
	white-space: nowrap;
}
.nav:active {
	color: #000000;
	background-color: #6699FF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 90%;
	white-space: nowrap;
}
h1 {
	font-size: 100%;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 5px;
}
h2 {
	font-size: 80%;
	color: #FFFFFF;
	margin: 0px;
	padding-bottom: 5px;
}
.headfoot {
	background-color: #003366;
	width: 700px;
	text-align: center;
	display: table;
	border: 0px;
}
.backtable {
	height: 100%;
	width: 100%;
}
.contenttable {
	background-color: #EEEEEE;
	height: 400px;
	width: 650px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-color: #003366;
}
.text1 {
	font-size: 80%;
	color: #000000;
	font-weight: bold;
}
h3 {
	font-size: 100%;
	color: #000000;
	text-decoration: underline;
}
.text2 {
	font-size: 100%;
	font-weight: bold;
	color: #000000;
}
.galerietable {
	background-color: #EEEEEE;
	border: 2px solid #003366;
}
.coltable {
	height: 100%;
	width: 100%;
}