@charset "utf-8";


/* CSS Document */


body	{

	background-color:#fbf6ef;
	text-align:center;
	font:10px Verdana;
}

h1	{
	font:18px Verdana;
	font-weight:bold;
}


#site_container	{

	position: absolute;
	left: 50%;
	width: 740px;
	margin-left: -370px;
	top: 50%;
	height: 420px;
	margin-top: -210px;
	clear:both;
}


#slogan_container	{
	height:67px;
	width:100%;
	/*background:url(../images/headline_startseite.jpg) center no-repeat;*/
}


#mood_container	{

	width:494px;
	height:381px;
	/*background: url(../images/hotel_start.jpg) no-repeat center;*/
	border:1px solid #802230;
	float:left;
}


#kontakt_container	{

	background: url(../images/hotel_start_kontakt.jpg) no-repeat center #802230;
	height:163px;
	width:226px;
	margin-left:8px;
	float:left;
	text-align:left;
	color:white;
	line-height:17px;	
	padding:220px 0px 0px 10px;
}

#kontakt_container	 a	{
	text-decoration:none;
		color:white;
}



/***************************************/



#apDiv1	{
	display:none;
	position:absolute;
	left:50px;
	top:50px;
	width:175px;
	height:569px;
	z-index:1;
	border:1px solid white;
	background-color:#802230;
	color:white;
	text-align:left;
	font-size:10px;
	padding:5px;
}

#apDiv1 h1	{
	color:white;
	font-size:12px;
	padding-top:0px;
	margin-top:0px;
	font-weight:bold;
}


#apDiv1 ul	{
	padding:5px 0px 5px 10px;
	margin:5px 0px 5px 10px;

}



