	@charset "iso-8859-1";
a:link {
	text-decoration: none;
	font-weight: bold;
	color: rgb(0, 0, 0);
}
.bildunterschrift {
	font-size: smaller;
	color: #9F9F9F;
	font-style: italic;
	align: left;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: rgb(0, 0, 0);
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: rgb(231, 99, 16);
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: rgb(231, 99, 16);
	background-color: rgb(255, 255, 255);
}
a:focus {
	text-decoration: none;
	font-weight: bold;
	color: rgb(231, 99, 16);
	background-color: rgb(255, 255, 255);
}
.aktiveseite {
	color: rgb(49, 148, 0);
	font-weight: bold;
}
.fairing_ueberschrift {
	letter-spacing: 7px;
}
#divOben {
	height: 120px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 1000px;
	border-right: 2px solid rgb(49, 148, 0);
}
#divNaviAussen {
	height: auto;
	width: 200px;
	left: 0px;
	top: 120px;
	position: absolute;
	border-top: 2px solid rgb(49, 148, 0);
	border-bottom: 2px solid rgb(49, 148, 0);
	overflow: hidden;
}
#divNaviInnen {
	height: auto;
	width: 190px;
	left: 5px;
	top: 5px;
	position: relative;
	overflow: hidden;
}
#divMain {
	padding: 10px;
	height: auto;
	top: 120px;
	position: absolute;
	overflow: visible;
	width: 778px;
	left: 200px;
	text-align: left;
	border-top: 2px solid rgb(49, 148, 0);
	border-right: 2px solid rgb(49, 148, 0);
	border-left: 2px solid rgb(49, 148, 0);
	border-bottom: 2px solid rgb(49, 148, 0);
}
#divMainEinzelbild {
	height: auto;
	top: 120px;
	position: absolute;
	overflow: visible;
	width: 1000px;
	left: 0px;
	text-align: left;
	border-top: 2px solid rgb(49, 148, 0);
   border-right: 2px solid rgb(49, 148, 0);
	border-bottom: 2px solid rgb(49, 148, 0);
}

