/*           Copyright (c) 2001 Axel Sjøstedt
                <tastatur@stygganorakk.cjb.net>
                   All Rights Reserved                   */

/* Generelt */

body {
	color : black;
	background-color : #D9D9D9;
	margin : 0;
	padding : 0;
}

body, h1, h2, h3, table, li, p, a, span {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size : 115%;
}

h2 {
	font-size : 100%;
}

li {
	margin-bottom : 1em;
}

a:link, a:visited, a:active {
	color : #080B24;
	text-decoration : underline;
}

a:hover {
	color : black;
	text-decoration : none;
}

/* Klasser */

div.meny {
	padding : 0 1em;
}

.meny a:link, .meny a:visited, .meny a:active {
	color : white;
}

.meny a:hover {
	color : silver;
}

div.innhold {
	margin-top : 12px;
}

p.copyright {
	margin-top : 0.7em;
	margin-bottom : 0.7em;
	font-size : 75%;
	color : silver;
}

.copyright a:link, .copyright a:active, .copyright a:visited {
	text-decoration : none;
	color : silver;
}

.copyright a:hover {
	text-decoration : underline;
	color : white;
}

/* Klasser - rammebakgrunner */

td.rammetopbg {
	background : url("/bilder/ramme/topbg.gif") repeat top left;
}

td.rammemenubg {
	background : url("/bilder/ramme/menubg.gif") repeat top left;
}

td.rammerightbg {
	background : url("/bilder/ramme/rightbg.gif") repeat top left;
}

td.rammebottom {
	background : url("/bilder/ramme/bottom.gif") repeat top left;
}