#Layer1 {
	position:inherit;
	left:848px;
	top:92px;
	width:600px;
	height:520px;
	z-index:1;
	overflow: auto;
	visibility: visible;
	display: block;
	word-spacing: normal;
	letter-spacing: inherit;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	background-attachment: fixed;
	background-position: center top;
	background-repeat: repeat;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-image: url(../images/bg-grau.gif);
}
#Layer2 {
	position:inherit;
	left:848px;
	top:92px;
	width:600px;
	height:400px;
	z-index:1;
	overflow: auto;
	visibility: visible;
	display: block;
	word-spacing: normal;
	letter-spacing: inherit;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	background-attachment: fixed;
	background-position: center top;
	background-repeat: repeat;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-image: url(../images/bg-grau.gif);
}
#Layer3 {
	position:inherit;
	width:600px;
	height:120px;
	z-index:1;
	overflow: auto;
	visibility: visible;
	display: block;
	word-spacing: normal;
	letter-spacing: inherit;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	background-attachment: fixed;
	background-position: center top;
	background-repeat: repeat;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-image: url(../images/bg-grau.gif);
	border-top-width: 1px;
	border-top-color: #FFFFFF;
}
a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	text-decoration: none;
	font-style: normal;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #ABD145;
	text-decoration: none;
	font-style: normal;
}
BODY {
	text-decoration: none;
	background-attachment: scroll;
	background-color: #cccccc;
	background-image: url(../images/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}
.copybold {
	COLOR: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
.copyitalic {
	COLOR: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	text-decoration: none;
}
.copykl {
	COLOR: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
}
.copymini {
	COLOR: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}
.copymini-sw {
	COLOR: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}
.copyklw {
	COLOR: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
}
.head {
	COLOR: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
}
.headsw {
	COLOR: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
}
.headweiss {
	COLOR: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
}
.copyboldweiss {
	COLOR: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}
.copygreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ABD145;
	text-decoration: none;
}
.copygreenfett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ABD145;
	text-decoration: none;
	font-weight: bold;
}
.zoomimage ({
	controlsTrigger: 'mouseover',
	className: 'custom',
	shadow: 40,
	controls: false,
	opacity: 1,
	beforeZoomIn: function(boxID) {
		$('#' + boxID)
			.find('img')
			.css('opacity', 0)
			.animate(
				{'opacity':1},
				{ duration: 500, queue: false }
			);
	},
	beforeZoomOut: function(boxID) {
		$('#' + boxID)
			.find('img')
			.css('opacity', 1)
			.animate(
				{'opacity':0},
				{ duration: 500, queue: false }
			);
	}
		}
		

