/* Websikre farger: f, c, 9, 6, 3 og 0. */
body {
	background-color: #000;
	background-image: url(http://www.la1k.no/grafikk/arkbgleft.jpg);
	background-repeat: repeat-y;
	padding-right: 4em;
}
div.menu {
	padding-top: 180px;
	width: 22%;
	float: left;
}
div.main, div.menuless {
	padding-top: 2em;
	color: #fff;
	text-align: left;
}
div.main {
	width: 70%;
	float: right;
}
div.menuless {
	margin-left: 4em;
}
div.image {
	text-align: center;
	padding: 1em;
}
div.footer {
	margin: 0;
	text-align: center;
        border-style: solid;
        border-color: #fff;
        border-top-width: thick;
        border-left: none;
        border-right: none;
        border-bottom: none;
}
p, address, table, ul, ol {
	color: #fff;
}
h1, h2, h3, h4 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: 900;
	color: #fff;
}
a {
	text-decoration: none;
}
a:link {
	color: #99f;
}
a:visited {
	color: #ccc;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #fff;
}
div.menuitem {
	margin: 0 0 5px 0;
	border: thin solid #fff;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: 700;
	font-size: 1.2em;
	background-color: #003;
	text-align: right;
	display: block;
}
div.ukamenuitem {
        margin: 0 0 5px 0;
	border: thin solid #fff;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: 700;
	font-size: 1.2em;
	background-color: #900;
	background-image: url(grafikk/ukabg.gif);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
}
div.menuitem a {
	color: #ccf;
}
div.ukamenuitem a {
	color: #fff;
}
div.hidden {
	display: none;
}
h1 {
	margin: 0;
	text-align: center;
	font-size: x-large;
	color: #99f;
/* Netscape forsto ikke dette:                    *
 *	border-bottom: thick solid #000;          *
 * Derfor må vi gjøre det på den tungvinte måten: */
	border-style: solid;
	border-color: #fff;
	border-bottom-width: thick;
	border-left: none;
	border-right: none;
	border-top: none;
}
img {
	border: 0;
	color: #000;
	vertical-align: middle;
}
address {
	font-family: serif;
	font-size: small;
	font-style: italic;
	text-align: center;
	margin-top: 1em;
}
hr.foot {
	display: none;
}
p.viktig {
	font-family: serif;
	font-size: large;
	border-style: solid;
	border-color: #fff;
	border-left-width: medium;
	border-right: none;
	border-bottom: none;
	border-top: none;
	padding-left: 1em;
}
p.blurb {
	font-family: serif;
	font-size: small;
	border-style: solid;
	border-color: #fff;
	border-left-width: thin;
	border-right: none;
	border-bottom: none;
	border-top: none;
	padding-left: 3px;
	margin-top: 0;
}

pre {
        color: white;
}
