BODY {
	padding: 0px;
	margin: 0px;
	font-family: Arial;
}

HTML {
	overflow: -moz-scrollbars-vertical;
}

.nav {
	height: 22px;
}

.nav .passiv {
	-moz-outline: 0;
	color: gray;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	display: block;
	float: left;
	padding: 1px 10px 0px 10px;
}

.nav .passiv:hover,
.nav .aktiv {
	-moz-outline: 0;
	color: gray;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	display: block;
	float: left;
	padding: 1px 10px 0px 10px;
	background-color: white;
	color: black;
}

.bildbeschreibung P {
	font-size: 12px;
	color: gray;
	line-height: 18px;
	margin: 0px 0px 2px 0px;
	text-align: left;
}

.bildbeschreibung H1 {
	font-size: 12px;
	font-weight: bold;
	color: gray;
	line-height: 18px;
	margin: 0px 0px 2px 0px;
	text-align: left;
}

.bilderrahmen TD {
	padding: 2px;
	border: 1px solid gray;
}

.text {
	font-size: 12px;
	color: gray;
	line-height: 16px;
	margin-left: 80px;
}

.text P {
	font-size: 12px;
	color: gray;
	line-height: 16px;
	text-align: justify;
	margin-top: 0px;
}

.text .links {
	padding-right: 10px;
	width: 246px;
}

.text .mitte {
	width: 246px;
	padding-right: 5px;
	padding-left: 5px;
}

.text .rechts {
	width: 246px;
	padding-left: 10px;
}
.text H1 {
	font-size: 16px;
	margin: 0px 0px 4px 0px;
	line-height: 18px;
	color: gray;
}

.text H2 {
	font-size: 14px;
	margin: 0px 0px 4px 0px;
	line-height: 14px;
	color: gray;
}

.text H3 {
	font-size: 12px;
	margin: 0px 0px 4px 0px;
	line-height: 12px;
	color: gray;
}

.text UL LI {
	color: gray;
	font-size: 12px;
	line-height: 14px;
}

.text UL {
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.text LI {
	margin: 3px 0px 3px 0px;
}

.text A {
	color: gray;
	font-weight: bold;
}

.bildimtext {
	width: 1%;
	margin-bottom: 10px;
}

.bildimtext .bild {
	padding: 2px;
	border: 1px solid gray;
}

.bildimtext .bildunterschrift {
	padding: 2px;
	font-size: 11px;
	line-height: 14px;
	color: gray;
	border-bottom: 1px solid gray;
}

.footer {
	padding: 4px;
	color: gray;
	font-size: 11px;
	line-height: 14px;
}

.thumbs {
	margin-left: 80px;
	width: 192px;
	display: block;
}

.thumbs .thumb {
	float: left;
	width: 64px;
	height: 64px;
}

.thumbs .passiv:link,
.thumbs .passiv:visited {
	-moz-outline: 0;
	border: 1px solid gray;
	padding: 1px;
	display: block;
	width: 48px;
	height: 48px;
	margin: 1px;
}

.thumbs .passiv:hover {
	margin: 0px;
	border-width: 2px;
}

.thumbs A IMG {
	border: 0px;
}

.thumbs .aktiv {
	-moz-outline: 0;
	border: 2px solid black;
	padding: 1px;
	display: block;
	width: 48px;
	height: 48px;
	margin: 0px;
	border-width: 2px;
}