@charset "ISO-8859-1";
/* Allgemeine Definitionen */
body {
	background-image: url(../bilder/logowzneu.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial,Verdana,Helvetica,'sans serif';
	font-size: 12px;
}
td {
	text-align: center;
	vertical-align: top;
}
img {
	border: 0px;
}
table {
	table-layout: fixed;
	width: 100%;
	border: 0px;
	margin: 0px;
}
/* Link-Aufmachungen, entsprechen den Farben im Logo */
a:link {
	color: #008EA5;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #E70063;
	text-decoration: underline;
}
a:hover {
	color: #E70063;
	text-decoration: none;
}
/* Dinge die dierekt in der äußersten Tabelle vorkommen */
table.außen {
	table-layout: fixed;
	width: 90%;
	height: 100%;
	padding: 0px;
}
td.inhalt {
	width: 75%;
}
td.navigation {
	width: 25%;
}
/* Das ganze Navigations-Gedöns */
td.navigation table {
	padding: 5px;
}
td.navigation table tbody tr td a img {
	width: 100px;
	height: 32px;
}
/* Alles was sich auf den Inhalt bezieht */
td.inhalt table {
	padding: 10px;
	text-align: center;
}
td.inhalt table thead tr th {
	font-size: 25px;
	background-color: #E70063;
	color: #FFFFFF;
}
td.inhalt table tbody tr td {
	padding: 10px;
}
/* Der Hinweis für den Haftungsausschluss bei Links */
td.inhalt table tfoot tr td {
	font-size: 10px;
	text-align: left;
}
/* Für Einträge bei den Links */
td.inhalt table tbody tr.links td {
	width: 25%;
}
.PartnerEintrag {
	width: 50%;
}
.Fotoalbum {
	width: 100%;
	height: 150px;
}
.FotoalbumNavigation {
	width: 50px;
}
.AdobeHinweis {
	text-align: left;
}
.DokumentLink {
	font-size: 14px;
}
.DokumentGröße {
	font-size: 12px;
}
.quellenAngabe {
	font-size: 10px;
}
#impressum {
	font-size: 10px;
	text-align: right;
}
#zähler {
	font-size: 10px;
}
#thumbcontainer {
	margin: 20px;
	padding-top: 10px;
	text-align: center;
	color: blue;
}
#thumbcontainer a img {
	display: inline;
}
#thumbcontainer ul {
	display: inline;
	padding: 0 5px 0 5px;
}
#thumbcontainer ul li {
	display: inline;
	list-style-type: none;
	padding: 0 10px 0 10px;
}
#thumbcontainer ul li img {
	border: 1px solid #B0000B;
}
#thumbcontainer p {
	margin: 5px 0 5px 0;
}
#grosscontainer {
	margin: 20px;
	padding-top: 15px;
	text-align: center;
	color: blue;
}
#grosscontainer #gross {
	border-style: outset;
	border-width: 1px;
}
#grosscontainer a img {
	display: inline;
}
#grosscontainer p {
	margin: 5px 0 0px 0;
}