/* CSS Document */
body {
	background-color: #FEFCF2;
}

div.centerlayout
{
position:absolute;
left:50%;
top:50%;
height:600px;
width:955px;
border: 0px #cacaca solid;
text-align: center;

margin-top:-300px;
margin-left:-400px;

} 

/*div.container {
	position: relative;
	text-align: center;
	border: 0px #cacaca solid;
	padding-top: 20px;
	text-align: center;
	background-color: #FEFCF2;
	width:800px;
  margin:auto;
}*/

* html div.container {  /* IE =< 6 Hack */ 
  width:800px;
  margin:auto;
  }

div.background {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 591px;
	background: url(../res/Startseite_Hintergrund.png);
}
div.rathaus {
	position: absolute;
	z-index: 2;
	top: 233px;
	left: 0px;
}
div.staatsbad {
	position: absolute;
	z-index: 1;
	top: 300px;
	left: 400px;
}
img {
	border: 0px;
}

/* POPUP */
#sexyBG {
	display: none;
	position: absolute;
	background: #000;
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	filter: alpha(opacity=60);
	width: 100%;
	height: 100%;
	z-index: 50;
}
#sexyBOX {
	display: none;
	position: absolute;
	background: #FFCC66;
	color: #333;
	text-align: center;
	border: 1px solid #333;
	top: 235px;
	z-index: 100;
	padding-top: 3px;
}
.sexyX {
	font-size: 12px;
	color: #ddd;
	padding: 4px 0;
	border-top: 1px solid #636D61;
	background: #003366;
	margin-top: 3px;
}

