html {	background-color: #f1f2f3;
		color: #1e303c;
		font-family: "Verdana", cursive;
			}
body {	width: 950px;
		height: 907px;
		background: #d7c2c3 url('heading.gif') no-repeat;
		position: relative; /* SÆRDELES VIKTIG!!! */
		margin: 0 auto;
	}

#meny {
		/*display: none;*/
		background-color: #c9d6fd;
		position: absolute;
		width: 950px;
		height: 30px;
		left: 0px;
		top: 275px;
		overflow: auto;
	}
#topplogo {
		background: #d7c2c7 url('topp.gif') no-repeat;
		position: absolute;
		left: 0px;
		top: 305px;
		width: 950px;
		height: 30px;
		/*display: none:*/
	}
#innhold1 {
		background-color: #d7c2c3;
		position: absolute;
		left: 5px;
		top: 341px;
		width: 940px;
		height: 500px;
		font-size: 90%;
		overflow: auto;
	}
#innhold2 {
		background-color: #95b4c7;
		position: absolute;
		left: 320px;
		top: 420px;
		width: 615px;
		height: 400px;
		font-size: 90%;
		text-align: justify;
		overflow: auto;
		border: 3px solid #616dbd;
	}
#bunnlogo {
		/*display: none;*/
		background: #d7c2c7 url('bunn.gif') no-repeat;
		position: absolute;
		left:0px;
		top: 847px;
		width: 950px;
		height: 30px;
		text-align: justify;
	}
#bunntekst {
		/*display: none;*/
		position: absolute;
		left:0px;
		top: 880px;
		width: 950px;
		height: 30px;
		text-align: center;
		font-size: 90%;
	}
#meny ul {		
		background-color: #c9d6fd;
		margin: 0;
		padding: 0;
	}

#meny li {		
		float: left;
		width: 6.5em;
		height: 30px;
		font-size: 100%;
		background-color: #c9d6fd;
		list-style-type: none;
			}
#meny li a {	
		background-color: #d5c593;
		text-decoration: none;
		font-weight: bold;
		display: block;
		padding: 0.1em 0.2em;
		border-left: 5px solid #616dbd;
			}
#meny li a:link,
#meny li a:visited {
		color: #000000; /* inherit */
		background-color: transparent;
	}			
#meny li a:hover {
		background-color: #cb9286;
		border-left: 5px solid #bf5645;
	}
#innhold > * {
		margin-left: 0.2em;
		margin-right: 0.2em;
			}	
#innhold1 h1 {
		font-size: 150%;
	}
#innhold1 h2 {
		font-size: 110%;
	}
#innhold2 h1 {
		font-size: 150%;
	}
#innhold2 h2 {
		font-size: 110%;
	}	
p {		
		clear: both;
		/*background-color: lightgreen;
		margin: 2%;
		padding: 2%;*/
		text-align: left;
	}
#innhold blockquote {
		/*background-color: lightgreen;*/
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
#innhold blockquote p {
		font-style: oblique;
		text-align: justify;
		margin: 0;
	}
#innhold blockquote p.quotee {
		font-style: normal;
		text-align: right;
		font-size: 90%;
	}
#innhold blockquote .startquote:before {
		content: open-quote;
	}
#innhold blockquote .endquote:after {
		content: close-quote;
	}
.navigasjonslenke {
		display: block;
		background-color: #000000;
		height: 0;
		overflow: hidden;
	}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-position: inside;
	background-color: transparent;
	}	


	
