
#backgroundPopup {
	display:none;
	position:fixed;
	_position:absolute; /*ie6hack*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}

#popupContact {
	display:none;
	position:fixed;
	_position:absolute; /*ie6hack*/
	height:550px;
	width:550px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
	font-size:13px;
}

#popupContact h1 {
	text-align:left;
	color:#6FA5FD;
	font-size:22px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
}

#popupContactClose {
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
}

#button {
	margin: 10px 0px 20px 207px;
	text-align: left;
}


/* HTML-----------*/
html {
	height:100%;
}

body {
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	margin:auto;
	padding:0;
	
}

a {
	color:#ff0000;
	text-decoration:none;
	outline:none;
}

a img { 
	border:none;
}

h1 {
	color:#d21a1b;
	font-size:24px;
	padding:0px;
	margin:0px;
	font-weight:normal;
	text-decoration:underline;
}

h2 {
	font-size:16px;
	font-weight:bold;

}

h3 {
	font-size:14px;
	font-weight:normal;
}

p {
	margin:0px;
	padding:0px;
}

/* GENERELLE------------*/
#ramme {
	background-image:url(images/bgbilde2.jpg);
	background-position:top;
	background-repeat:repeat-y;
	margin:auto;
	width:950px;
	min-height:800px;
}

#content {
	background-image:url(images/bgwhite.png);
	background-position:top;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	width:698px;
}

#content2 {
	background-color:#FFF;
}

#bunnlinje {
	background-image:url(images/bunnbilde.jpg);
	background-position:top;
	background-repeat: no-repeat;
	margin:auto;
	width:950px;
	text-align:center;
}

.bilde {
	padding-left:30px;
	padding-bottom:30px;

}

.overskrift {
	font-size:18px;
	font-weight:bold;
}

.antall {
	padding-top:20px;
	font-size:12px;
	font-weight:bold;
}

.omhl {
	font-size:14px;
	font-weight:bold;
}

.tekstoverskrift {
	padding-top:5px;
	width:160px;
	float:left;
	font-size:14px;
}

.tdnumw {
	width: 30px;
}

.forminput {
	padding-top:5px;
}