﻿body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	line-height: 1.4em;
	text-align: left;
	background-color: #ebebeb;
	min-width: 758px;
}
table
{
	margin: 0px;
	padding: 2px;
}
H1
{
	font-size:1.3em;
}
.loading
{
	font-weight: bold;
	font-size: 2em;
	text-decoration: blink;
	color: #FF0000;
}
#wrap
{
	position: absolute;
	width: 758px;
	top: 0px;
	left: 50%;
	margin-left: -379px;
}

#flags
{    position: relative;
    width: 758px;
    height: 30px;
    float: right;
}   
#header
{
	position: relative;
	width: 758px;
	height: 190px;
	z-index: 1;

}
#colLeft
{
	position: relative;
	float: left;
	background-color: White;
	top: 10px;
	width: 300px;
	padding: 10px;
	z-index: 1;
	height:400px;
}
#colRight
{
	position: relative;
	float: right;
	width: 408px;
	text-align: left;
	vertical-align: top;
	background-color: White;
	top: 10px;
	padding: 10px;
	right: 0px;	
	z-index: 1;
	height:400px;
	overflow:auto;
}
#hjelp
{
	position: relative;
	float: right;
	width: 600px;
	height: 280px;
	text-align: left;
	vertical-align: top;
	background-color: White;
	padding: 10px;
	right: 0px;
	margin-top:-390px;
	margin-right:74px;
	visibility: hidden;
	overflow: auto;
	float: right;
	z-index: 3;
}
#SvartBakgrunn
{
	top: 210px;
	left: 50%;
	margin-left: -350px;
	width: 700px;
	height: 320px;
	position: absolute;
	background-color: black;
	z-index: 2;
	filter: alpha(opacity=60);
	opacity: 0.60;
	visibility: hidden;
}

#loading
{
	position: absolute;
	top: 295px;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	height: 100px;
	background-color: White;
	z-index: 3;
	filter: alpha(opacity=100);
	opacity: 1.00;
	visibility: hidden;
}
#loading table
{
	width: 100%;
	height: 100%;
	padding:0px;
}
#loading td
{
	vertical-align: middle;
	text-align: center;
}
#colCenter
{
	position: relative;
	width: 408px;
	text-align: left;
	vertical-align: top;
	background-color: White;
	top: 10px;
	padding: 10px;
	z-index: 1;
	height: 370px;
	overflow: auto;
	left: 50%;
	margin-left: -204px;
}
