html,body{
  height:100%;
  width:100%;
  margin:0px;
  padding:0px;
  background-color:#6e6e6e;
}

#storboks  {
	position:absolute;
  left:50%;
 	top:50%;
 	margin-left:-501px;
 	width:1002px;
 	height:595px;
 	margin-top:-297.5px;
  /*background-image: url("../images/produktfotoside.jpg");*/
  border: 1px solid black;
}

#tekstboks {
	position: absolute;
	top: 294px;
	left: 421px;
  width: 545px;
  height: 162px;
	font-family: arial;
	font-size:12px;
	color: #fff;
	margin: 0;
	padding: 5px;
	overflow-y: auto;
}

#tekstboks-bund {
	position: absolute;
	bottom: 0px;
	width: 1002px;
	text-align: center;
	color: #fff;
}

#tekstboks-bund span {
	padding-right:24px;
	font-family: arial;		
	font-size:13px;
	font-weight: bold;
}

#bund {
	width:100%;    
	position:absolute;    
	bottom:0px;
	height: 123px;    
}

#video {
position:absolute;
top: 22px;
right: 22px;
}

body {
	scrollbar-face-color:darkgray;
}
