/* CSS Document */
body {
	background-color: #000;
	color: #FFF5EE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	background-image: url(../Images/m0.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0;
	overflow: hidden;
}
#content {
	position: absolute;
	visibility: visible;
	width: 750px;
	overflow: hidden;
	left: 25px;
	top: 475px;
}
html>body #content {
	width: 750px; /* ie5win fudge ends */
}
#triggerDiv {
	position:absolute; 
	width:800px; 
	z-index:1; 
	left: 0px; 
	top: 149px;
}
#zLeisteTop {
	position:absolute; 
	width:1400px; 
	height:4px; 
	z-index:3; 
	border: 1px none #000000; 
	left: 0px; 
	top: 125px; 
	clip: rect(0px, 1400px, 4px, 0px);
}
#zLeisteBottom {
	position:absolute; 
	width:1400px; 
	height:4px; 
	z-index:2; 
	left: 0px; 
	top: 434px; 
	border: 1px none #000000; 
	clip: rect(0px, 1400px, 4px, 0px);
}

