/*---------- Generelt ----------*/	

	body	{
			border: 0;
			padding: 0;
			margin: 0;
			background: #F2F1E4;
			font-family: courier, sans-serif;
			font-size: 10px;
			color: #000000;
			text-align: left;
			}
			
	a:link		{text-decoration: none;color: #787024 }
	a:visited	{color: #787024; text-decoration: none;}		
	a:hover		{color: #DF4800; text-decoration: none;}
	a:active	{text-decoration: none;}
	
	p		{
			font-size: 11px;
			line-height: 16px;
			margin: 0 0 6px 0;
			padding: 0px;
			}
			
	h1		{
			font-size: 11px;
			line-height: 16px;
			margin: 0 0 16px 0;
			padding: 0;
			}
			
	h2		{
			font-size: 11px;
			padding: 0px;
			margin: 16px 0 6px 0;
			}
			
	ul		{
			font-size: 11px;
			line-height: 16px;
			}
			
	a img	{
			border-width: 0;
			}		
		
	
/*---------- Layout ----------*/	

	#topp	{
			height: 70px;
			}
			
	#innhold {
			clear: both;
			background-color: #F2F1E4;
			padding: 18px;
			padding-top: 12px;
			}
						
	#bunn {
			clear: both;
			padding: 2em 0 2em 0;
			}		

			
/*---------- Navigasjon ----------*/	

	#topp h1 {
			position: absolute;
			top: 20px;
			left: 20px;
			width: 36px;
			height: 36px;
			font-size: 18px;
			color: black;
			text-indent: -3000px;
			background-image: url(grafikk/m.gif);
			border: none;
			}
			
	#topp h1 a {
			color: black;
			width: 36px;
			height: 36px;
			}
			
	ul#hovedmeny {
			list-style-type: none;
			float: left;
			margin: 0 0 0 18px;
			padding: 0;
			font-size: 11px;
			font-weight: bold;
			line-height: 11px;
			color: #c0b091;
			}
			
	ul#hovedmeny li {
			float: left;
			margin: 0 1px 0 0;
			padding: 6px 0 6px 0;
			}

	ul#hovedmeny a {
			text-decoration: none;
			}
					
		
	ul#hovedmeny li#aktiv a
			{
			color: #000;
			}
			

/*---------- Footer ----------*/	

#bunn p		{
			color: #787024
			}

/*---------- Bildebokser ----------*/	

	.tnboks {
			float:left;
			margin: 0 12px 0 0;
			width: 72px;
			height: 84px;			}
			
	.tnboks p {
			text-align: right;
			font-size: 9px;
			line-height: 5px;
			}		
			
	.tnboks img {
			border: 1px solid #F2F1E4;
			}
			
	.tnboks a img {
			border: 1px solid #F2F1E4;
			}
			
	.tnboks a:hover img {
			border: 1px solid #DF4800;
			}
			
	#bildemeny {
			margin: 0 6px 12px 0;
			color: #c0b091;
			}
			
	#bildemeny a:link {
			text-decoration: none; color: #805a48;
			}


	#bildemeny a:hover {
			text-decoration: none; 
			color: #DF4800;
			}


	#bildeboks {
			width: 800px;
			margin: 0 6px 0 0;
			}
			
	.bokboks {
			float: left;
			margin-right: 12px;
			}
			
	.bokboks p {
			text-indent: 6px;
			}		

/*---------- Tekst ----------*/	

	#tittel	{
			font-weight: bold;
			margin-top: 10px;		
			}
			
	.usynlig a {
			color: #F2F1E4;
			}
			
	.usynlig a:hover {
			color: #DF4800;
			}
			
/*--------- Om Marvin ----------*/

	.kunst	{
			margin-right: 10px;
			}