/* @group Generelt */

* {
	margin: 0;
	padding: 0;
	font: 11px/1.5em verdana, arial, helvetica, sans-serif;
}

body {
	margin-top: 10px;
}

upper {
	text-transform: uppercase;
}

h1 {
	color: #006b73;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.1em;
}

h2 {
	font-weight: bold;
	color: #961312;
	text-transform: uppercase;
	margin-bottom: 3px;
	font-size: 14px;
}

small {
	font-size: 10px;
	color: gray;
}

b {
	font-weight: bold;
	color: #961312;
	text-transform: uppercase;
}

i {
	font-style: italic;
}

div.bunn {
	color: silver;
	font-size: 10px;
	width: 800px;
	text-align: right;
	margin-top: 5px;
}

div.bunn a {
	text-decoration: none;
	color: silver;
	font-size: 10px;
}

ul {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 2px;
}

li {
	list-style-type: square;
	margin-left: 15px;
}

strong {
	font-weight: bold;
}

a {
	color: blue;
	text-decoration: none;
	color: #006b73;
}

/* @end */

/* @group Tabeller */

table.hoved {
	width: 800px;
}

table.hoved td.head {
	padding-bottom: 15px;
}

/* @end */

/* @group Meny */

div.meny {
	text-align: center;
	text-transform: uppercase;
	background-color: #006b73;
	padding-bottom: 4px;
	color: white;
	font-size: 14px;
	padding-top: 2px;
	width: 500px;
}

div.meny a {
	font-size: 10px;
	text-decoration: none;
	color: white;
}

div.meny a:hover {
	color: #ddf6f8;
}

/* @end */

/* @group Innhold */

.innhold {
	padding-right: 10px;
}

.innhold b {
	font-weight: bold;
	color: #961312;
	text-transform: uppercase;
}

/* @end */

/* @group Bilder */

td.bilder {
	
}

td.bilder div.bilde {
	margin-bottom: 10px;
	text-align: right;
	font-size: 10px;
	color: gray;
}

/* @end */
