@charset "utf-8";
/* CSS Document */


/* Brødtekst */
/* -------------------------------------------------------- */
p { 
	color: #232323;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.style1 {font-family: Arial, Helvetica, sans-serif; color: #323232; }
/* -------------------------------------------------------- */


/* Lenker */
/* -------------------------------------------------------- */
a:link {
	color: #232323;
	text-decoration: none;
}
a:visited {
	color: #232323;
	text-decoration: none;
}
a:hover {
	color: #232323;
	text-decoration: none;
}
a:active {
	color: #232323;
	text-decoration: none;
}
body {
	background-color: #fff;
	background-image: url(images/hd_bg.png); 
	background-repeat: repeat-x;
}
/* -------------------------------------------------------- */


/* Navigasjon */
/* -------------------------------------------------------- */
#navigation { width: 150px; color: #232323; font-size:12px; font-family:tahoma; }
#navigation a { color: #666666; text-decoration: none; }
ul.subjects { padding-left: 0; list-style: square; }
ul.pages { padding-left: 2em; list-style: square; }
.selected { text-decoration: underline; }
/* -------------------------------------------------------- */


/* Header */
/* -------------------------------------------------------- */
h2 {
	color: #232323;
}

h2.header {
	color: #fff;
}

h2.title {
	border-bottom:1px dotted #b2c5bf;
}

h1 {
	color: #fff;
	font-size: 45px;
}

/* -------------------------------------------------------- */