/* ---------- GENERELLE start ---------- */
body
{
	background-color: #a6a6c4;
	margin: 10px;
}

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

img
{
	border: none;
}

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

a:visited
{
	color: #8080e6;
}

a:hover {
	color: black;
}

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


/* ---------- MENY start ---------- */
td.menu
{
    padding: 5px;
    vertical-align: top;
    width: 240px;
	border-right: 1px solid #0000cc;
}

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

/* ---------- 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: #8080e6;
}

/* ---------- 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;
	border: 1px solid #000;
}

td.logo {
	width: 240px;
	height: 65px;
	vertical-align: middle;
	border-bottom: 1px solid #0000cc;
	padding: 5px;
}

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

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

td.article
{
	padding: 10px;
	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
{
	font-size: 20pt;
	font-weight: bold;
}

h2
{
	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, .button-disabled
{
	border-width: 1px;
	border-style: solid;
	border-top-color: white;
	border-left-color: white;
	border-right-color: black;
	border-bottom-color: black;
	background-color: #0000cc;
	font-weight: bold;
}

.button
{
	color: #eeeeff;
}

.button-disabled
{
	color: #8080e6;
}

.annonse {
	color: gray;
	font-size: 7pt;
	font-family: Verdana, Helvetica, sans-serif;
}

.annonse-text {
	color: black;
	font-size: 7pt;
	font-family: Verdana, Helvetica, sans-serif;
}