/* Anfang HTML tags */
html, body {height:100%;}	
body {margin:0;padding:0;}
/* Ende HTML tags */


/* mittige Positionierung*/			
#container {
	margin: 0 auto;
	position:relative;
	height:632px;
	width:775px;}
/*mittige Positionierung*/


/* Schrift */
.Fontstyle{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;}
/* Schrift */

/* Positionierung Text */
#PosPartner{
	position: absolute;
	left:120px;
	top:165px;
}
#PosInfoLnk{
	position: absolute;
	left:120px;
	top:580px;
}
	
/* Positionierung Text */


/* Positionierung Bilder */
#PosGartenhausImg{
	position: absolute;
	top: 200px;
	left:120px;}
	
#PosCarportImg{
	position: absolute;
	top: 200px;
	left: 420px;}
	
#PosPoolImg{
	position: absolute;
	top: 390px;
	left:120px;}
	
#PosSaunaImg{
	position: absolute;
	top: 390px;
	left: 420px;}
/* Positionierung Bilder */