body
{
	background: #454545;
}

div.rubbet
{
	background: #777777;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	align: center;
	width: 600px;
}

div
{
	border: none;
}



div.panel
{
	background-image: url(/gfx/vulkglumex.jpg);
	position: relative;
	height: 400px;
	border: solid;
	border-width: 2px;
}

div.meny
{
	width: 150px;
	position: absolute;
	text-align: center;
	left: 2;
	top: 4;
}

div.kontenta
{
	width: 440px;
	position: absolute;
	right: 2;
	top: 4;
}


div.botten
{
	width: 100%;
	background: #454545;
}


div.transbox
{
	margin: 10px 5px;
  background-color:#ffffff;
  /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
}

div.transinner
{
	background: transparent;
  /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1.0;
}


img
{
	border: 0px;
}


div.meny p
{
	margin: 2	px;
	padding-left: 1 px;
	padding-top: 0 px;
}

