@charset "ISO-8859-1";
h1 {
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 24px;
}
a {
	color: #191970;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #483D8B;
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	background-image: url(grafikk/bg.jpg);
	background-repeat: repeat-y;
	background-color: black;
	background-position: center;
	text-align: center;
	margin: 0;
}

#container {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 1000px;
}

#main {
	background-color: white;
	min-height: 500px;
}

#title {
	padding-left: 10px;
	color: white;
	font-weight: bold;
}

#covercontainer {
	position: relative;
	width: 1000px;
	height: 160px;
	overflow: hidden;
}

#bildecontainer {
	position: relative;
	width: 1000px;
	height: 120px;
	overflow: hidden;
}

.karcontainer {
	background-image: url(grafikk/bgdark.jpg);
}

.bildetmb {
	float: left;
	border-width: 2px;
}

.nyhetbilde {
	float: right;
}

.boks {
	padding: 5px 5px 5px 5px;
}

/********** Menu ***********/
#menu {
	width: 1000px;
	color: white;
	padding: 0;
	margin: 0;
}

#menu li {
	position: relative;
	z-index: 10;
}

#menu ul {
	list-style: none;
	margin: 0;
	float: left;
	padding: 0;
}

#menu ul ul {
	display: none;
	position: absolute;
}

#menu ul li {
	width: 125px;
	float: left;
}

#menu ul li a {
	text-align: center;
}

div#menu ul li:hover ul {
	display: block;
}

#menu ul li ul li a {
	background-image: url(grafikk/bgdark.jpg);
	border-bottom: thin solid gray;
}

#menu ul li ul {
	border-left: thin solid gray;
	border-right: thin solid gray;
}

div#menu ul li ul li a:hover {
	background-image: url(grafikk/bglight.jpg);
}

/********** Fiskene ***********/
.bottom {
	position: absolute;
	float: left;
	z-index: 2;
}

.top {
	position: absolute;
	float: left;
	z-index: 3;
}

/********** Tabeller ***********/
td {
	padding-bottom: 5px;
	padding-top: 5px;
}
td .nopad{
	padding: 0px;
	}
thead {
	font-weight: bold;
	background-color: silver;
}

.head {
	font-weight: bold;
	background-color: silver;
}

.darker {
	background-color: #DCDCDC;
}

.title {
	font-weight: bold;
	font-size: 24px;
}