@charset "utf-8";
/* CSS Document */

body, html { height: 100% !important; padding: 0; margin:0px; overflow:hidden;}
body { background: #FFF; }

a {
	text-decoration:none;
}

.page_margins {
  position:relative !important;
  min-height:100%; /* real browsers */
  height: auto !important;
  background: #F3F3F3;
  height:100% !important; 
  width:100% !important;
  vertical-align: middle;
  overflow:hidden;
}

.page {
  position: absolute !important;
  min-height:800px; /* real browsers */
  min-width:1200px; /* real browsers */
  height: 800px !important;
  width: 1200px !important;
  background: #999;
  margin:-400px 0px 0px -600px;
  top: 50%;
  left:50%;
  }
/*  
#bild {
  height:800px;
  width:1200px;	  
}  
*/
#back {
	position: absolute;
	float: none;
	clear: both;
	display: block;
	width: 50px;
	height: 45px;
	z-index:1000;
	left:10px;
	visibility:hidden;
}

#forward {
	position: absolute;
	float: none;
	clear: both;
	display: block;
	width: 50px;
	height: 45px;
	z-index:1001;
	right:10px;
}

#logo {
	position: absolute;
	float: none;
	clear: both;
	display: block;
	width: 216px;
	height: 49px;
	z-index:1002;
	top: 50px;
	left:10px;
	border:0px;
	margin:0px;
	padding:0px;
}
