/* CSS Document */

#container {
	/*display:none;
	position: fixed;
	width: 400px;
	height: 642px;
	top: 20px;
	left: 50px;
	z-index: 11000;
	border: 1px solid #bbba8a;*/
	position:absolute;
	left:100px;
	top:50px;
	width:500px;
	height:572px;
	z-index:1;
	border: 1px solid #bbba8a;
}

.container_kopf {
	/* border-style: solid solid none;
	border-color: rgb(235, 235, 235) rgb(235, 235, 235) -moz-use-text-color;
	border-width: 1px 1px 0px; */
	padding: 0px;
	overflow: hidden;
	background-color: #958248;
	width: 500px;
	height: 21px;
	z-index: 11000;
	color: rgb(80, 80, 80);
	text-decoration: none;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	border: 0px solid #f4dd93
}

#container_haupt {
	/*border: 0pt none ; */
	padding: 0px;
	background-color: #FFFFFF;
	width: 500px;
	height: 530px;
	z-index: 11000;
	border: 0px solid #f4dd93;
}

span.closetxt {
	float: left;
	margin-left: 5px;
	margin-top: 3px;
	width: 500px;
	height: 21px;
}

a.closetxt {
	display:block;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: rgb(0, 0, 0);
	text-decoration: none;
}