/* ---------- GENERELLE start ---------- */
body {
	background-color: #7e8197;
	margin: 10px;
	background-image:url(img/canvas-natural2.jpg);
}

body, td, input {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	vertical-align: top;
}

img {
	border: none;
}

a {
	color: #0000cc;
	font-weight: bold;
	padding: 1px;
}

a:visited {
	color: #8080e6;
}

a:hover {
	color: black;
}

a img:hover {
	opacity: 0.75;
}

/* ---------- GENERELLE slutt ---------- */


/* ---------- MENY start ---------- */

td.menu
{
	padding: 5px;
    vertical-align: top;
    width: 210px;
	border-right: 1px solid #0000cc;
}

/* ---------- menytekst ---------- */
span.menu-text, span.menu-text-selected
{
	position: relative;
	top: -15px;
	left: 5px;
	font-weight: bold;
	font-size: 10pt;
}

/* ---------- alle lenker ---------- */
span.menu-text a, span.menu-text-selected a
{
   text-decoration: none;
}

/* ---------- ikke-valgte menylenker ---------- */
span.menu-text a
{
	color: #0000cc;
}

span.menu-text a:visited
{
	color: #0000cc;
}

span.menu-text
{
	color: #000000;
}

/* ---------- valgte menylenker ---------- */
span.menu-text-selected a
{
	background-color: #0000cc;
	color: #eeeeff;
	padding: 1px;
}

/* ---------- menylink hover ---------- */
span.menu-text a:hover 
{
	background-color: red;
	color: white;
	padding: 1px;
}

/* ---------- MENY slutt ---------- */


/* ---------- SIDE start ---------- */
/* ---------- side (meny-marg og innhold) ---------- */
table.table-page
{
	height: 100%;
	width: 750px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: #eeeeff;
	background-image: url(img/menu-gradient.png);
	background-repeat: repeat-y;
}

td.top {
	padding: 5px;
	border-bottom: 1px solid #0000cc;
}

/* ---------- innhold - hovedcelle (mesteparten) ---------- */
td.content-data {
	vertical-align: top;
}

.article
{
	padding: 15px;
	vertical-align: top;
	text-align: justify;
}

/* ---------- innhold - bunn (copyright) ---------- */
td.content-bottom
{
	border-top: 1px solid #0000cc;
	padding: 5px;
	height: 25px;
	font-size: 8pt;
}

/* ---------- SIDE slutt ---------- */

/* ---------- titler i brødtekst ---------- */
h1 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
}

h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12pt;
	font-weight: bold;
}

span.image-text
{
	font-style: italic;
}

/* ---------- horisontal bar ---------- */
p.separator
{
	border-top: 1px solid #0000cc;
	margin: 10px;
}

/* ---------- punktliste ---------- */
ul.links li
{
	margin-bottom: 10px;
}

/* ---------- applet ---------- */
.applet
{
	background-color: white;
	color: red;
	font-size: 10pt;
	font-weight: bold;
}

.no-java, .no-js
{
	background-color: white;
	color: red;
	font-size: 10pt;
	font-weight: bold;
	margin: 5px;
	padding: 3px;
	vertical-align: top;
	border: solid 1px black;
}

.no-java
{
	width: 350px;
	margin-left: auto;
	margin-right: auto;
}

/* ---------- hjelpetekst ---------- */
.help
{
	background-color: #ffffcc;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	padding: 2px;
	vertical-align: top;
}

.button-disabled
{
	color: #a6a6c4;
}

.english {
	font-style: italic;
}

#logo_div {
	float: left; 
	margin-top: 10px; 
	margin-left: 40px;
}

#logo_div a {
	text-decoration: none;
	color: #00c;
}

#logo_div a:hover {
	text-decoration: underline;
}

#logo {
	font-family: "Courier New", monospace; 
	font-size: 24px;
	font-weight: bold;
}

/* ----- info i menykolonne----- */

#info {
	width: 160px;
	height: 73px; 
	border: 1px solid #8080e6;
	padding: 5px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.puzpic {
	border: 1px solid #000;
}
