body {
	margin: 0px;
	padding: 0px;
	padding-top: 100px;
	
	background-color: #fff;
	background-image: url(img/bakgrunn_topp.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	color: #282828;
	
	font-family: "BitStream Vera Sans", Arial, Helvetica, sans-serif;
}

#adresse {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 190px;
}

#adresse p {
	margin: 0px;
	padding: 0px;
	margin-top: 8px;
	font-size: 8pt;
	font-weight: bold;
	color: #999;
	line-height: 1.6em;
}

#adresse a {
	color: #777;
	text-decoration: none;
}
#adresse a:hover {
	color: #333;
}

#logo {
	display: block;
	position: absolute;
	top: 10px;
	left: 495px;
}

#logo img {
	display: block;
	border: 0px;
}

#topp {
	position: relative;
	
	border-width: 1px 0px;
	border-top-color: #d1d1d1;
	border-bottom-color: #7c0000;
	border-style: solid;
	
	background-image: url(img/bakgrunn_illustrasjon.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#topp img.illustrasjon {
	display: block;
	position: absolute;
	top: 0px;
	left: 200px;
}

* html #topp img.illustrasjon {
	top: 1px;
}

#topp a#english {
	position: absolute;
	left: 805px;
	top: 5px;
	color: #F3F3F3;
	text-decoration: none;
	font-size: 8pt;
}
#topp a#english:hover {
	color: #666;
}

#meny {
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 180px;
	
	background-image: url(img/bakgrunn_meny.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	
	list-style-type: none;
	line-height: 18px;
	font-size: 9pt;
	text-transform: lowercase;
}

#meny li {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 200px;
}

#meny li a {
	display: block;
	padding-right: 10px;
	color: #fff;
	text-decoration: none;
	text-align: right;
}

#meny li a:hover, #meny li a#active {
	background-image: url(img/bakgrunn_menyvalg.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

#skipp_meny {
	display: none;
}

#innhold {
	margin: 0px;
	margin-left: 200px;
	padding: 0px;
	padding-bottom: 30px;
	border-right: 1px dotted #ccc;
	
	width: 400px;
	min-height: 250px;
	
	font-size: 8pt;
}
* html #innhold {
	height: 250px;
}

#siste_nytt {
	position: absolute;
	top: 282px;
	left: 601px;
	width: 199px;
	font-size: 8pt;
}

#siste_nytt h4 {
	margin: 0px;
	padding: 24px 10px 0px 10px;

	background-image: url(img/bakgrunn_tittel.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	
	font-size: 8pt;
	color: #fff;
	
	line-height: 16px;
}

#siste_nytt ol {
	margin: 0px;
	margin-top: 2px;
	padding: 0px;
	
	list-style-type: none;
}

#siste_nytt ol li {
	margin: 0px 10px;
	padding: 0px;
	
	line-height: 1.6em;
}

#siste_nytt ol li:before {
	content: "» ";
}

#siste_nytt a {
	color: #282828;
	text-decoration: none;
}

#siste_nytt a:hover {
	color: #7c0000;
}

#siste_nytt ol li a .dato {
	font-style: italic;
}

#til_arkiv {
	display: block;
	margin-top: 5px;
	margin-left: 10px;
	font-weight: bold;
}

#partnere {
	position: absolute;
	top: 282px;
	left: 0px;
	width: 200px;
	margin: 0px;
	padding: 0px;
	
	list-style-type: none;
}

#partnere li {
	display: block;
	margin: 10px 0px;
	padding: 0px 10px;
	
	text-align: center;
	font-size: 7pt;
}

#partnere li a {
	text-decoration: none;
	color: #7c0000;
}

#partnere li a img {
	border: 0px;
}
/*
#innehavsrett, #annonser {
	clear: left;
	display: block;
	margin: 0px;
	padding: 0px;
	padding-left: 200px;
	
	height: 60px;
	border-top: 1px solid #ccc;
	
	background-image: url(img/bakgrunn_bunn.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	
	list-style-type: none;
}
*/
#annonser {
	clear: left;
	display: block;
	position: absolute;
	top: 20px;
	left: 200px;

	width: 600px;
	height: 60px;

	margin: 0px;
	padding: 0;
	border-top: 0;
	list-style-type: none;
}

#annonser li {
	float: left;
}

#annonser li a img {
	border: 0px;
}

h1 {
	margin: 0px 10px;
	padding: 0px;
	padding-top: 20px;

	font-size: 12pt;
	clear: both;
}

h2 {
	clear: both;
	
	margin: 0px 10px;
	padding: 0px;
	padding-top: 15px;
	
	font-size: 10pt;
}

p {
	margin: 15px 10px 0px 10px;
	padding: 0px;
	
	line-height: 1.4em;
}

#innhold p img {
	width: 350px;
}

#innhold img.illustration {
	float: left;
	width: 120px;
	padding: 1px;
	border: 1px solid #ccc;
	margin: 0px 5px;
}

a.les_mer {
	clear: both;
	display: block;
	
	color: #7c0000;
	font-weight: bold;
	text-decoration: none;
}

a.les_mer:hover {
	text-decoration: underline;
}

/* Skjemastiler */
fieldset {
	margin: 10px 0px;
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: #7c0000;
	
	padding-bottom: 10px;
	padding-top: 10px;
}

legend {
	color: #282828;

	border: #7c0000 1px solid;
	padding: 0px 5px;
	line-height: 1.5em;
}

fieldset div {
	clear: left;
	line-height: 2em;
	padding: 0px 10px;
}

fieldset div label {
	float: left;
	width: 120px;
}

span.info {
	color: #7c0000;
	font-weight: bold;
}

a img {
	border: 0px;
}

#innhold a.bilKategori {
	position: relative;
	float: left;
	margin: 4px;
	padding: 1px;
	border: 1px solid #ccc;
	
	height: 110px;
	text-align: center;
	text-decoration: none;
	color: #7c0000;
}

#innhold a.bilKategori:hover {
	background-color: #7c0000;
	color: #fff;
}

#innhold a.bilKategori img.kategoriIllustrasjon {
	display: block;
	width: 120px;
}

#innhold a.bilKategori .kategoriNavn {
	position: absolute;
	bottom: 0px;
	width: 120px;
	text-align: center;
}

#bilData {
	width: 190px;
	margin-right: 10px;
	float: right;
}

#bilData p {
	margin: 10px 0px 0px 0px;
}

#bilData img#bilIllustrasjon {
	width: 190px;
}

#bilData p img {
	width: auto;
}

#bilData table {
	margin: 10px 0px;
	width: 190px;
}

#bilData table th {
	background-color: #7c0000;
	color: #fff;
	line-height: 2em;
	border-right: 1px solid white;
}

#bilData table td {
	line-height: 2em;
	border-right: 1px solid white;
	padding: 0px 2px;
}

#bilData table td.verdi {
	background-color: #f3f3f3;
}

#bilData table td.tall {
	text-align: right;
}

div#innehavsrett {
	margin: 0 auto;
	margin-left: 200px;
	padding: 0.5em 0;
	border-top: 1px dotted #ccc;
	
	font-size: 0.6em;
	color: #999;
}

div#innehavsrett a {
	color: #666;
}