body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	
	background-color: #f8f5e9;
	background-image: url(img/topp_bakgrunn.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-x;

	font-family: "Baskerville", serif;
}

body#galleri {
	background-image: none;
}

body#galleri #logo {
	position: absolute;
	top: 2px;
	right: 2px;
	
	z-index: 2;
}

#topp {
	position: relative;
	margin-top: 157px;
	margin-left: 112px;

	background-image: url(img/logo_bakgrunn.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#topp a {
	display: block;
	position: relative;
	width: 670px;
	height: 200px;
}

#topp #logo {
	position: absolute;
	left: 430px;
	bottom: 10px;
}

#topp img {
	display: block;
}

#meny {
	position: absolute;
	left: 430px;
	top: 50px;
	width: 360px;
	margin: 0px;
	padding: 0px;
	
	list-style-type: none;
}

body#galleri #meny {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	background-color: #e7e1bf;
}

#meny li {
	float: left;
	width: 120px;
	margin: 0px;
	padding: 0px;
	line-height: 1.6em;
}

body#galleri #meny li {
	width: auto;
	padding: 0px 15px;
	line-height: 30px;
}

#topp #meny li a {
	display: inline;
	width: auto;
	height: auto;
	font-style: italic;
	color: #638643;
}
#meny li a:hover, #meny li a#active {
	font-weight: bold;
}

#tekst {
	position: absolute;
	left: 112px;
	width: 387px;

	padding: 15px;
	
	font-family: "Baskerville", serif;
	font-style: italic;
	color: #7f7b6a;
	line-height: 1.5em;
}

#tekst.galleri {
	position: relative;
	top: 0px;
	left: 0px;
	
	width: 640px;
	margin: 0px auto;
}

#foto {
	position: absolute;
	left: 529px;
	max-width: 460px;
	margin: 15px;
	padding: 0px;
	
	list-style-type: none;
}

* html #foto {
	width: 460px;
}

#foto li {
	float: left;
	margin: 2px;
	padding: 5px;
	
	background-image: url(img/foto_bakgrunn.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#foto li img {
	display: block;
	width: 200px;
	height: 150px;
}

#albumliste, #bildeliste {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#albumliste li {
	float: left;
	width: 200px;
	height: 200px;
	
	text-align: center;
	vertical-align: middle;
}

#albumliste li img.landscape {
	width: 200px;
	padding: 5px;
	
	background-image: url(img/foto_bakgrunn.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#albumliste li img.portrait {
	width: 150px;
	padding: 5px;
	
	background-image: url(img/foto_bakgrunn_portrett.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#albumliste a:hover {
	text-decoration: none;
}

#bildeliste {
	height: 120px;
}

#bildeliste li {
	float: left;
	width: 110px;
	height: 110px;
	
	text-align: center;
	vertical-align: middle;
}

#bildeliste li img.portrait {
	height: 100px;
	margin: 0px 12px;
	padding: 5px;

	background-image: url(img/foto_bakgrunn_portrett_100.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#bildeliste li img.landscape {
	width: 100px;
	margin: 12px 0px;
	padding: 5px;

	background-image: url(img/foto_bakgrunn_100.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#bildeliste li.listenav {
	width: auto;
	padding: 0px 10px;
	font-size: 20pt;
	font-weight: bold;
	font-style: normal;
	line-height: 110px;
}
#bildeliste li.listenav a {
	color: #638643;
}
#bildeliste li.listenav a:hover {
	text-decoration: none;
	font-style: italic;
}

#bildenav {
	position: relative;
	line-height: 2em;
	height: 2em;
}

#forrige_bilde {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #638643;
}
#neste_bilde {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #638643;
}

#artikkelliste {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#artikkelliste li {
	margin: 0px;
	padding: 0px;
}

#artikkelliste li img {
	margin: 5px 5px 0px 0px;
	padding: 1px;
	border: 1px solid #638643;
	width: 120px;
	float: left;
}

#artikkelliste li p {
	margin-left: 130px;
}

a {
	color: #7f7b6a;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0px;
}

h1 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	
	font-size: 140%;
	color: #638643;
}

h2 {
	font-size: 110%;
	margin: 10px 0px 2px 0px;
	padding: 0px;
}

p {
	margin: 0px 0px 8px 0px;
	padding: 0px;
}

#tekst img {
	width: 350px;
	padding: 1px;
	border: 1px solid #638643;
}

#tekst.galleri img {
	width: auto;
	padding: auto;
	border: 0px;
}

/*** SKJEMAER ***/
fieldset {
	margin: 0px 20px 10px 0px;
	padding: 0px;
	border: 0px;
}

fieldset div {
	clear: left;
	margin-bottom: 5px;
}

legend {
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	padding-bottom: 5px;
}

label {
	float: left;
	width: 120px;
	padding-top: 5px;
}

textarea {
	display: block;
	clear: left;
}
/*** SLUTT: SKJEMAER ***/