html,body {
	background-color: #FFFFFF;
	margin: 0px auto;
	padding: 0px;
	font-size: small;
	height: 99.9%;
	text-align: center;
}

td {
	vertical-align: middle;
	text-align: left;
	font-size: 11px;
}

div {
	border: 0px solid #000000;
}

div.main {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
	z-index: 0;
}

div.bokslag {
	position: absolute;
	top: 29%;
	left: 14.6%;
	width: 65.2%;
	height: 57.6%;
	overflow: hidden;
	background-color: transparent;
	display: none;
	z-index: 2;
}

div.grayback {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 99.9999%;
	height: 99.9999%;
	overflow: visible;
	background-color: transparent;
/*	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9; */
	display: none;
	z-index: 20;
}

div.galleri {
	position: absolute;
	top: 49.5%;
	left: 49.5%;
	width: 1%;
	height: 1%;
	overflow: visible;
	background-color: #EEEEEE;
	/*border: 1px dotted #333;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;*/
	display: none;
	z-index: 21;
}

a:link {
	text-decoration: none;
	color: #2856CB;
	font-family: arial, helvetica, sans-serif;
	font-style: italic;
}

a:visited {
	text-decoration: none;
	color: #2856CB;
	font-family: arial, helvetica, sans-serif;
	font-style: italic;
}

a:hover {
	text-decoration: none;
	color: #0000BB;
	font-family: arial, helvetica, sans-serif;
	font-style: italic;
}

h1 {
	font-family: arial, helvetica, sans-serif;
}
h2 {
	font-family: arial, helvetica, sans-serif;
}
h3 {
	text-transform: uppercase;
	color: #2222AA;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
}
h4 {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
}
p {
	font-family: arial, helvetica, sans-serif;
}
body {
	font-family: arial, helvetica, sans-serif;
}
