/**
* DESIGN AND LAYOUT TAKEN OVER FROM http://css.maxdesign.com.au/floatutorial
* TEMPLATE TUTORIAL (c) 2007 by C. Sommer (doc) for http://websitebaker.org
*/

/* DEFINIERTE STARTWERTE FÜR ALLE HTML-ELEMENTE */
* { 
 margin: 0; 
 padding: 0;
 font-size: 100.01%
}

/*GRAUER HINTERGRUND FÜR DIE BROWSERSEITE */

body {
background-color: #999;
color: #fff;
font-family: Verdana, Helvetica, sans-serif;
text-align: center;/*fuer IE_quirks*/
}


/*****************************************************************************************
* NACHFOLGENDE DIV TAGS LEGEN DAS AUSSEHEN DER WEBSEITE FEST
******************************************************************************************/

#wrapper {
	margin: 20px auto;
	width: 800px;
	height: 700px;
	background-color: #6d6d6d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fefefe;
	text-align: left;
 	overflow: hidden;
}
#aktuelles {
	position: relative;
	width: 490px;
	height: 200px;
	left: 260px;
	top: 30px;
	overflow: auto;
	z-index: 1;
	
}
#bild {
	position: relative;
	width: 250px;
	height: 630px;
	left: 40px;
	top: -170px;
	background-color: #582A0C;
	background-image: url(intro1.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	
}
#adresse {
	position: relative;
	width: 314px;
	height: 209px;
	left: 280px;
	top: -604px;
	z-index: 4;
	background-image: url(logoindex.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

#hotel{
	position: relative;
	width: 330px;
	height: 180px;
	left: 420px;
	top: -694px;
	z-index: 3;
}

#restaurant{
	position: relative;
	width: 330px;
	height: 195px;
	left: 200px;
	top: -754px;
	z-index: 2;

}
