﻿@import url('common_styles.css');
html {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: auto;
	padding: 0px;
	margin: 0px;
	background-image: url('../img/pgbg_blue.jpg');
	background-attachment: fixed;
	background-color: #EAEDF1;
}

li {
	font-size: 14px;
	padding:0;
	margin:0;
}

span {
	font-size: 14px;
	padding:0;
	margin:0;
}

div {
	font-size: 14px;
	padding:0;
	margin:0;
}

p {
	font-size: 14px;
	padding:0;
	margin:0;
}

p {
	margin-bottom: 6px;
}

td {
}

form {
	padding: 0px;
	margin: 0px;
}
div#pagecontainer {
	/*border: 1px dotted #808080;*/
	padding: 0px 0px 0px 10px;
	width: 960px;
	margin: 15px auto 5px auto;
	background-color: #FFFFFF;
}
div.faneinnhold {
	padding: 0px 2px 0px 2px;
	margin: 0px;
	width: 100%;
	height: 500px;
}
div.pm {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	width: 100%;
	height: 487px;
}
td.fanetopp {
	/*border: 1px dotted #CCCCCC;*/
}
div#infoframewrapper {
	margin: 0px;
	padding: 0px;
	width: 645px;
	overflow: hidden;
}
div#pmframewrapper1 {
	padding: 5px 0px 0px 5px;
	margin: 0px;
	overflow: hidden;
	width: 300px;
	height: 405px;
	/*background-image: url('../img/rightboxhighbg.jpg');*/
	background-repeat: no-repeat;
}

div#pmframewrapper {
	padding: 5px 0px 0px 5px;
	margin: 0px;
	overflow: hidden;
	width: 300px;
	height: 405px;
	background-image: url('../img/rightboxhighbg.jpg');
	background-repeat: no-repeat;
}


div#permanentlinkswrapper1 {
	background-position: left bottom;
	width: 290px;
	height: 45px;
	padding: 0px 10px 0px 0px;
	margin: 0px;
	/*background-image: url('../img/rightboxlowbg.jpg');*/
	background-repeat: no-repeat;
	overflow: hidden;
}

div#permanentlinkswrapper {
	background-position: left -35px;
	width: 290px;
	height: 44px;
	padding: 0px 10px 0px 0px;
	margin: 0px;
	background-image: url('../img/rightboxlowbg.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
}


a.tips, a.tips:link, a.tips:active, a.tips:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #1F4263;
	text-decoration: none;
	padding: 0px 5px 0px 30px;
	width: auto;
	background-image: url('../img/snakkebobleikon.gif');
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	overflow: hidden;
	display: block;
	clear: right;
}
a.tips:hover {
	text-decoration: underline;
}

a.infolink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #1F4263;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	width: auto;
	height: 18px;
/*	background-image: url('../img/ico_weblink.gif');
	background-repeat: no-repeat;
	background-position: left -1px; */
	display: block;
	overflow: hidden;
	text-align: right;
	float: right;
	margin: 0px 0px 0px 0px;
}
a.infolink:hover {
	text-decoration: underline;
}


div#tmrframewrapper {
	padding: 5px;
	margin: 0px;
	overflow: hidden;
	width: 300px;
	height: 450px;
	background-repeat: no-repeat;
}




