/* panorama.css
------------------------------------------------------------------------
This stylesheet contains the special CSS overrules for paorama template

Author: elements.at 
--------------------------------------------------------------------- */

/* Overwirtes
--------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #ffc300 url(/static/source/img/body_panorama_bg.png) left top repeat-x;
}

#background {
	height: 800px;
}

#sitecontainer {
	margin-top: -800px;
}

#site {
	padding: 80px 0 0 0;
	height:800px;
}


#panoramamap {
	width: 990x;
	height: 800px;
	overflow: hidden;
	position:absolute;
	left:0;
	top:0;
	z-index:10;	
}

#panoramamap .panorama_flash {
	width: 990x;
	height: 800px;
	overflow: hidden;
}


/* footer
------------------------------------------------------------------*/
#footer {
	position:absolute;
	left:198px;
	top:800px;
	width:769px;
	padding: 20px 10px 5px 13px;
	z-index:3005;
}

