
/* Generelle klasser */


body
		{  
		font-family: 		Tahoma, Verdana, sans-serif; 
		font-size:			0.7em;
		color:				#666;
		margin:				0;
		}
	
a
		{
		color:				#161073;
		text-decoration:	underline;
		background-color:	transparent;
		font-weight:		bold;
		}
		
a:hover
		{
		text-decoration:	underline;
		}
		
p
		{
		margin:				0 0 1em 0;	
		}	

h1
		{
		font-size:			1.7em;
		margin:				0 0 1em 0;
		font-weight:		normal;
		color:				black;
		}
		
h2
		{
		font-size:			1.3em;
		margin:				0 0 0.7em 0;
		font-weight:		normal;
		}
		
h3
		{
		font-size:			1.1em;
		}
		

form
		{
		margin:				0;
		}


input
		{
		font-size:			10px;
		}
		
input.button
		{
		font-size:			10px;
		font-family:		tahoma, sans-serif;
		width:				60px;
		margin:				0 0 2px 0;
		}
		
textarea
		{
		width:				100%;
		height:				70px;
		}
		
		
		
		
		

/************* KLASSER KNYTTET TIL SYSTEMFUNKSJONER ***********/		
		
/* MENY */

/* Left */
/*Endret padding fr 10px til 6px slik at menypunktene overlapper hverandre. */
ul.menu-left
		{
		list-style-type:	none;
		padding:			0 0 0 6px;
		margin:				0px 0px 0 0;
		}
		
ul.menu-left li
		{
		margin:				0;
		}
		
ul.menu-left a
		{
		padding:			2px 10px 0 0;
		display:			block;
		height:				17px;
		text-decoration:	none;
		}
		
ul.menu-left a.selected, ul.menu-left a:hover
		{
		font-weight:		bold;
		}


/* SLUTT MENY */
		
		
		
/* OPPLISTING AV ARTIKLER */

div.list-art-mainart
		{
		margin:				0 0 15px 0;
		}

div.list-art
		{
		margin:				0 0 15px 0;
		}
		
div.list-art-left
		{
		float:				left;
		clear:				both;
		width:				200px;
		}
		
div.list-art-right
		{
		float:				right;
		width:				250px;
		}		
		
div.list-art-dummyfooter
		{
		clear:				both;
		font-size:			0px;
		height:				0px;
		}
		
span.list-art-morelbl
		{
		display:			block;
		text-transform:		uppercase;
		font-weight:		bold;
		margin:				20px 0 0px 0;
		}	
		
/* SLUTT OPPLISTING AV ARTIKLER */

	
/* VISNING AV ARTIKLER */

a.printable, a.tip
		{
		margin:				0 0 0 5px;
		}
		
span.relart-list-lbl, span.relfile-list-lbl
		{
		display:			block;
		text-transform:		uppercase;
		font-weight:		bold;
		margin:				10px 0 0px 0;
		}
		
div.view-art-dummyfooter
		{
		clear:				both;
		font-size:			0px;
		height:				0px;
		}
		
div.tip input.text
		{
		width:				150px;
		}
		
/* SLUTT VISNING AV ARTIKLER */	

/* LISTING AV BILDEARTIKLER */	

table.img-list
		{
		border:				0;
		}
		
table.img-list td
		{
		border:				0;
		vertical-align:		top;
		}
		
div.img-list-paging
		{
		text-align:			center;
		}

div.img-temp
		{
		margin:				5px;
		float:				left;
		}
		
div.img-temp img
		{
		border:				solid 1px black;
		}

/* SLUTT LISTING AV BILDEARTIKLER */


/*******************************/
/* Visning av fil-lister START */

.file_list img
		{
		margin:				0 5px 0 0;
		}

.file_list a
		{
		vertical-align:		30%;
		}

.file_list span
		{
		display:			block;
		margin:				0 0 0 20px;
		}

/* Visning av fil-lister SLUTT */	
/*******************************/
		
div.dummyfooter
		{
		clear:				both;
		font-size:			0px;
		height:				0px;
		}
		
/* LISTING AV BANNER */	

img.banner
		{
		display:			block;
		margin:				10px;
		border:				0px;
		}
		
/* SLUTT LISTING AV BANNER *



/* SØKEBOKS */

div.searchbox
		{
		padding:			10px 0 10px 3px;
		border-bottom:		solid #999 1px;
		}

div.searchbox input
		{
		width:				125px;
		margin:				0 0 0 5px;
		}
		
div.searchbox input.btn_submit
		{
		width:				30px;
		}

/* SLUTT SØKEBOKS */


/* LINKER */
		
div#top div.link_group
		{
		margin:				0 0 10px 10px;
		}
		
div#top div.link_group span
		{
		}
		
div#top div.link_group a
		{
		text-decoration:	none;
		}
		
div#top div.link_group ul
		{
		list-style-type:	none;
		padding:			0;
		margin:				0;
		}

div#top div.link_group li
		{
		font-size:			1.1em;
		float:				left;
		padding:			0 30px 12px 0;
		}
		
		
		

div#right div.link_group
		{
		margin:				0;
		}
		
div#right div.link_group span
		{
		}
		
div#right div.link_group a
		{
		}
		
div#right div.link_group ul
		{
		list-style-type:	none;
		padding:			0;
		margin:				0;
		}

/* SLUTT LINKER */




	
	
/* RAMMEVERK */
		
div#framework
		{
		width:				993px;
		margin:				auto;
		}
		
		
div#header
		{
		background:			url('../images/header.jpg') no-repeat;
		width:				993px;
		height:				195px;
		padding:			0;
		background-color:	white;
		}
		

div#top
		{
		width:				993px;
		float:				left;
		padding:			0;
		margin:				0 0 14px 0;
		border-bottom:		3px solid #d9d7be;
		}
		
div#left
		{
		width:				199px;
		float:				left;
		padding:			0;
		margin:				0 3px 0 0;
/*		background:			#e7e7e7;*/
		border-right:		3px solid #d9d7be;
		}
		
div#main
		{
		width:				546px;
		float:				left;
		padding:			0 20px 0 20px;
		}		
		
div#right
		{
		width:				199px;
		float:				left;
		margin:				0 0px 0 3px;
		background:			#d9d7be;
		}
		
div#right div#links
		{
		padding:			10px;
		border-bottom:		solid #999 1px;
		}
		
div.label
		{
		text-transform:		uppercase;
		border-bottom:		solid 1px #999;
		padding:			5px 0 5px 10px;
		}




/* MALER */

div.template
		{
		color:#000000;
		}


div.template a.more
		{
		display:			block;
		margin:				10px 0 0 0;
		width:				50px;
		}
		

div.template img
		{
		margin:				0 4px 0 0;
		}



