/* *** Container für das Formular *** */
#container {
	position: absolute;
	top:50%;
	left:50%;
	width:30em;
	height:20em;
	
	margin-left: -200px;
	margin-top: -200px;
	width: 400px;
	height: 400px;
	display: none;
	/*border: solid 1px #000000;*/
}

#fader {
	position: absolute;
	width: 0px;
	height: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	border: solid 1px #F39900;
	background-color: #FFFFFF;
}

#inhalt {
	position: absolute;
	width: 400px;
	height: 400px;
	left: 0px;
	top: 0px;
	background: url(/web/_img/roller.gif) no-repeat center;
}
