body {
	margin:0em;
	padding:0em;
	background-color:#82a891;
	font-size:smaller;
	font-family:helvetica,arial,sans;
	background-image:url(image/bg.jpg);
	background-position:top left;
	background-attachment:fixed;
	background-repeat:repeat;
}
a {
	color:#060;
	text-decoration:none;
}
a:hover, a:focus {
	color:#e95e1f;
	text-decoration:underline;
}
img {
	border:0px;
}
#all {
	position:absolute;
	top:50%;
	left:165px;
	margin-top:-255px;
    width:1000px;
    height:515px;
	background-color:#fff;
    overflow:hidden;
	z-index:0;
}
#all > div {
	float:left;
	height:515px;
	width:300px;
	padding:0em 15px;
	border-right:solid 1px #82a891;
}
.hidden {
	display:none;
}
#menu {
	position:fixed;
	top:50%;
	margin-top:-255px;
	padding-left:10px;
	width:150px;
	height:515px;
	background-color:#fff;
	border-right:solid 5px #82a891;
	z-index:10;
	background-image:url(image/menu.jpg);
	background-position:top center;
}
#menu ul {
	list-style-type:none;
	margin:85px 10px 0em 0em;
	padding:10px 10px 10px 50px;
	color:#fff;
}
#menu ul li {
	margin:.5em 0em;
}
#menu ul li:hover {
	list-style-type:disc;
}
#menu a {
	display:block;
	color:#82a891;
}
#menu a:hover, #menu a:focus {
	color:#fff;
}
#menu p {
	position:absolute;
	bottom:0em;
	left:20px;
}
#menu .aktiv {
	color:#e95e1f;
}
#left {
	display:none;
	position:fixed;
	top:50%;
	margin-top:-20px;
	left:170px;
}
#right {
	display:none;
	position:fixed;
	top:50%;
	margin-top:-20px;
	right:10px;
}
#firm {
	position:fixed;
	top:50%;
	margin-top:265px;
	left:165px;
}
.nummern {
	float:right;
	text-align:right;
	padding-top:.7em;
}
.bildtitel {
	float:left;
	width:240px;
	margin:0px;
	padding:0px;
}
.slidenav {
	text-align:right;
}
.technik {
	margin-top:0em;
	padding-top:.3em;
	font-size:smaller;
}
#firm, #firm a {
	color:#000;
	background-color:#82a891;
}
#firm a:hover, #firm a:focus {
	color:#fff;
}
#dark {
	display:none;
}
.lu {
	padding-bottom:1em;
	border-bottom:solid 1px #82a891;
}