/* CSS Document */

body {

	margin:0px;
	text-align:center;
	min-width:813px;

}
#block{

	position:relative;
	width:809px;
	height:375px;
	
}
#balk{

	position:relative;
	width:809px;
	height:136px;
	
	background-image:url(../images/balk.gif);
	background-repeat:no-repeat;

}
#sfeer{

	position:relative;
	width:794px;
	height:213px;
	
	margin-left:7px;
	background-image:url(../images/sfeer.jpg);
	background-repeat:no-repeat;

}
#fotos{

	position:absolute;
	width:600px;
	height:58px;
	top:14px;
	left:5px;
	
	display:inline;
	/*border:1px dashed gray;*/

}
.foto {
	
	position:relative;
	height:58px;
	width:auto;
	margin-right:17px;
	display:inline;
	
}
#panorama {

	position:relative;
	width:794px;
	height:213px;
	display:none;

}

