html, body {
	margin: 0;
	padding: 0;
}
body {
	background: #f0f4fa;
	font-size: 62.5%;
	text-align:center;
}

/* TEKSTSTILER */

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 6px 0 6px 0;
	color: #000;
}
p strong {
	font-weight: bold;
}
.clear {
	clear: both;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia;
	color: #000;
	margin: 0;
	padding: 0;
}
a, a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #000;
	color: #000;
}
a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

/* RAMME */

div#container { 
	background: #d8e1ed; 
	text-align: center; 
	margin: 0 auto; 
	padding: 10px 20px; 
	/* width: 740px; */
	border: 1px solid #c3ccd6;
}

html>body .container {
	width: 740px;
}

/* HODE */

div#header {
	background-color: &fff;
	/* background: url("/kunst/images/head4.gif") no-repeat 0 0; */
	margin: 0; 
	position: relative;
	height: 36px; 
	/* height: 44px; */
}

/* NAVIGASJONSLINJE */

div#nav {
	float: left;
	width: 720px;
	margin: 10px 0 0 0;
}
#nav ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}
#nav li {
	display: inline;
	margin: 0;
	padding: 0;
}
#nav a  {
	margin-right: 1.3em;
	float: left;
	font: 1.3em/1.3em Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #204167;
	display: block;
	border: 0;
}

#nav a:hover {
	border-bottom: #c9097a;
	color: #c9097a;
}
#nav #current a {
	border-bottom: #c9097a;
	color: #c9097a;
}
#nav a span.nocol, #nav a:hover span.nocol {
	color: #204167;
}
/* VENSTRE KOLONNE */

div#left {
	text-align: right;
	float: left;
	width: 339px;
}
div#left img.wide {
	margin: 13px 16px 0 0;
}
div#left img.high {
	margin-right: 16px;
}

/* HOYRE KOLONNE */

div#right {
	text-align: left;
	float: right;
	width: 373px;
	margin-right: 6px;
}
div#right h1, div#fulltxt h1 {
	font-weight: normal;
	font-size: 2.4em;
	color: #204167;
	margin: 8px 14px 12px 0;
}
div#right h2, div#fulltxt h2 {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #204167;
	margin: 4px 14px 16px 0;
}
div#right p, div#fulltxt p {
	margin: 0 14px 10px 0;
}
div#right p.credit {
	font-size: 1em;
	margin-bottom: 1px;
}

/* FULL BREDDE */

div#fullflash {
	float: left;
	width: 740px;
	margin: 0;
	height: 600px;
	text-align: center;
}
div#fullwidth {
	margin: 1px 9px 0 1px;
	float: left;
	background-color: #e7ecf3;
	text-align: center;
	border: 1px solid #c3ccd6;
	width: 720px;
	height: 438px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 718px;
	height: 436px;
}
div#fulltxt {
	margin: 1px 19px 0 1px;
	padding: 12px 30px 24px 24px;
	float: left;
	background-color: #e7ecf3;
	text-align: left;
	border: 1px solid #c3ccd6;
	width: 720px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 664px;
}
div#front {
	margin: 1px 19px 0 1px;
	padding: 0;
	float: left;
	background-color: #e7ecf3;
	text-align: left;
	border: 1px solid #c3ccd6;
}
div#front img {
	margin: 0;
}

/* BILDENAVIGASJON */

div.fullbottom {
	clear: both;
	float: left;
	margin: 10px 9px 0 1px;
	border: 1px solid #c3ccd6;
	background-color: #e7ecf3;
	width: 720px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 718px;
}
ul.navlist {
	list-style: none;
	display: inline;
}
.navlist li {
	display: block;
	float: left;
	padding: 7px 0;
	font: 1em/1em Verdana, sans-serif;
	font-weight: bold;
}
.navlist li#left {
	padding: 8px 14px 8px 20px;
	font: 1.1em/0.8em Georgia;
	font-weight: bold;
	background-color: #becadb;
}
.navlist li a {
	color: #204167;
	padding: 7px 10px;
	text-decoration: none;
	border-bottom: 0;
}
.navlist li a:hover {
	color: #FFF;
	background-color: #204167;
}
.navlist li a:active {
	color: #204167;
	background-color: #9e9e9e;
}

/* SIDEFOT */

div#footer {
	margin: 0;
	clear:both;
	width:740px;
}

