
/* Generelle klasser */


body
		{  
		font-family: 		Arial, Verdana, sans-serif; 
		font-size:			0.7em;
		color:				black;
		margin:				0;
		}
		
a
		{
		color:				#161073;
		text-decoration:	none;
		background-color:	transparent;
		font-weight:		bold;
		}
		
a:hover
		{
		text-decoration:	underline;
		}
				
p
		{
		margin:				0 0 1em 0;	
		}	

h1
		{
		font-size:			1.5em;
		margin:				0 0 1em 0;
		font-weight:		normal;
		color: #555555;
		}
		
h2
		{
		font-size:			1.2em;
		margin:				0 0 0.7em 0;
		font-weight:		normal;
		color: #333333;
		}
		
h3
		{
		font-size:			1.0em;
		color: #000000;
		}
		

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 */
ul.menu-left
		{
		list-style-type:	none;
		padding:			0 0 0 8px;
		margin:				0px 0px 0 0;
		}
		
ul.menu-left li
		{
		margin:				0;
		}
		
ul.menu-left a
		{
		padding:			2px 10px 0 2px;
		display:			block;
		height:				17px;
		color: #000066;
		background-color: #eeeeee;
		margin-bottom: 1px;
		border-top: solid 1px #ffffff;
		}
		
ul.menu-left a.selected, ul.menu-left a:hover
		{
		font-weight:		bold;
		}

ul.menu-left a.level-3
	{
		background-color: #e0e0e0;
		color: #990000;
		display: block;
		margin-bottom: 1px;
		border-top: solid 1px #ffffff;
		}

/* 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:				0;
		border:				0px;
		}
		
/* SLUTT LISTING AV BANNER *



/* SØKEBOKS */

div.searchbox
		{
		padding:			10px 0 10px 3px;
		border-bottom:		solid #ccc 1px;
		}

div.searchbox input
		{
		width:				125px;
		margin:				0 0 0 5px;
		}
		
div.searchbox input.btn_submit
		{
		width:				30px;
		}

/* SLUTT SØKEBOKS */


/* LINKER */
		
div.link_group
		{
		margin:				0;
		}
		
div.link_group ul
		{
		list-style-type:	none;
		padding:			0;
		margin:				0;
		}

/* SLUTT LINKER */




	
	
/* RAMMEVERK */
		
div#framework
		{
		width:				985px;
		margin:				auto;
		}
		
		
div#header
		{
		width:				800px;
		height:				123px;
		/* background-image:url("../images/header.jpg");	*/
		margin:				0 0 1px 0;
		}
		
div#body
		{
		background-image:	url("../images/bg_body.jpg"); 
		background-repeat:	no-repeat;
		height:				100%;
		}

div#body div#left
		{
		width:				143px;
		float:				left;
		}
		
div#body div#main
		{
		width:				471px;
		float:				left;
		padding:			20px;
		}		
		
div#body div#right
		{
		width:				146px;
		float:				left;
		text-align: center;
		}
		
div#body div#right img
	{
		margin-top: 5px;
		}

div#body div#footer
		{
		clear:				both;
		text-align: center;
		}

#divRightBanners
	{
		width: 180px;
		height: auto;
		float: right;
		}


/* MALER */


div.template
		{
		padding:			0px 0px 0 0;
		}
		

div.template a.more
		{
		display:			block;
		margin:				10px 0 0 0;
		width:				50px;
		}
		

div.template img
		{
		border:				0;
		margin:				0 4px 0 0;
		}

div.template p
{
	color: #660000;
}


table.template
{
	width: 100%;
	height: auto;
	}
table.listtbl
{
	border-bottom: solid 1px #eeeeee;
	}	

table.template td
{
	height: auto;
	}
	
	table.template td.title
	{
		font-size:			1.5em;
		padding-bottom:	1em;
		font-weight:		normal;
		color: #555555;
		}

	table.listtbl td.title
	{
		font-size:			1.3em;
		padding-bottom:	0.5em;
		font-weight:		normal;
		color: #555555;
		}
	
	table.template td.title a
	 {
			color: #555555;
			font-weight: normal;
		}
		
	table.template td.header
	{
		font-size: 1.0em;
		color: #000000;
	}
	
table.template td.image
	{
		text-align: center;
		vertical-align: top;
	}
		
table.template td.image img
	{
		margin: 2px;
		text-decoration: none;
		border: none;
		}
		
table.template td a.more
	{
		display:			block;
		margin:				10px 0 0 0;
		text-align: right;
		}
		
	table.template td.header
		{
			font-weight: bold;
			}