/* CSS Document */

div#top {
	/* border-bottom: 1px solid #C5C5CB; */
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 2px 0px;
}

div#kopf {
	width: 887px;
	height: 282px;
	background: url(../img/kopf/index.jpg) no-repeat top left;
	text-align: left;
}

div#kopf div#slogan {
	background: none;
	width: 0px;
	height: 0px;
}

div#kopf div.bild {
	width: 887px;
	height: 280px;
}
div#kopf div.bild div.flash {
	margin: 40px 0px 0px 560px;
	width: 300px;
	height: 80px;
}
div#extra {
	/* border-top: 1px solid #C5C5CB; */
	background: url(../img/linie-bild.png) no-repeat top left;
}

#popup-layer {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0px auto;
	width: 100%;
	height: 101%;
	text-align: center;
	cursor: pointer;
	background: url(../img/hg-popup.png) repeat top left;
	display: block;
}

* html #popup-layer {
	height: expression(document.body.clientHeight + "px");
	width: expression(document.body.clientWidth + "px");
	background: #d1cdc2 none;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

#popup-layer table {
	margin: 40px auto 0px auto;
	z-index: 20;
}
#popup-layer #popup-layer-rahmen {
	padding: 8px;
	background-color: #ffffff;
}
#popup-layer-close {
	padding: 8px;
	background-color: #ffffff;
	text-align: right;
	font-size: 12px;
}
