
/* Generelle klasser */


body
		{  
		font-family:		Helvetica, Verdana, Arial, sans-serif; 
		font-size:			0.7em;
		line-height:		1.4em;
		color:				#999;
		margin:				0;
		padding:			0;
		background-image:	url(../images/bg.gif);
		}
		
a
		{
		color:				#00adef;
		text-decoration:	none;
		background-color:	transparent;
		}
		
a:hover
		{
		text-decoration:	none;
		color:				#ec008c;
		}
				
p
		{
		margin:				0 0 1em 0;	
		}	

h1
		{
		color:				#777;
		font-size:			1.5em;
		margin:				0 0 0.6em 0;
		font-weight:		bold;
		line-height:        1.2em;
		}
		
h2
		{
		color:				#777;
		font-size:			1.3em;
		margin:				0 0 0.6em 0;
		font-weight:		bold;
		}
		
h3
		{
		font-size:			1.1em;
		}
		
h4, h4 a					/* Overskrift Short News*/
		{
		color:				#777;
		font-size:			1em;
		margin:				0;
		font-weight:		normal;
		}
		

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 10px;
		margin:				0px 0px 0 0;
		}
		
ul.menu-left li
		{
		margin:				0;
		}
		
ul.menu-left a
		{
		color:				#999;
		padding:			2px 10px 0 10px;
		display:			block;
		height:				17px;
		font-weight:		bold;
		background-image:	url(../images/bullet_pink.gif);
		background-repeat:	no-repeat;
		background-position:left;
		}
		
ul.menu-left a.level-2
		{
		background-image:	url(../images/bullet_blue.gif);
		}
		
ul.menu-left a.selected, ul.menu-left a:hover
		{
		color:				#555;
		text-decoration:	none;
		}


/* 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:			17px 10px 0 0;
		background-image:	url(../images/lbl_search.gif);
		background-repeat:	no-repeat;
		}

div.searchbox input
		{
		width:				126px;
		margin:				0;
		border:				solid 1px #777;
		background:			black;
		color:				white;
		}
		
div.searchbox input.btn_submit
		{
		width:				50px;
		background:			#00adef;
		font-weight:		bold;
		margin:				0 0 0 5px;
		}

/* 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#header
		{
		height:				43px;
		background-image:	url(../images/bg_header.gif);
		}
		
div#header div.content
		{
		width:				800px;
		margin:				auto;
		height:				43px;
		background-image:	url(../images/bg_headercont.gif);
		background-repeat:	repeat-x;
		}
		
div#header div.content img.logo
		{
		display:			block;
		margin:				11px 0 0 0;
		float:				left;
		border:				0;
		}
		
div#header div.content div.maillist
		{
		float:				right;
		}
		
div#header div.content div.search
		{
		float:				right;
		}
		
div#header div.content div.mp3player
		{
		float:				right;
		}
		
div#header div.content div.mp3player img
		{
		border:				0;
		}
		
div#framework
		{
		width:				800px;
		margin:				auto;
		background:			white;
		}
		
div#flash
		{
		width:				800px;
		height:				287px;
		padding:			0 0 30px 0;
		}
		
div#body
		{
		width:				800px;
		background:			white;
		background-image:	url(../images/bg_body.gif);
		background-repeat:	repeat-y;
		}
		
div#left
		{
		width:				175px;
		float:				left;
		margin:				0 1px 0 0;
		background-image:	url(../images/lbl_left.gif);
		background-repeat:	no-repeat;
		padding:			26px 0 0 0;
		}
		
div#left div.menu
		{
		padding:			0 0 0 5px;
		}
		
div#main
		{
		width:				418px;
		float:				left;
		padding:			30px 15px 15px 15px;
		background-image:	url(../images/lbl_main.gif);
		background-repeat:	no-repeat;
		}		
		
div#right
		{
		width:				147px;
		float:				left;
		margin:				0 0 0 1px;
		background-image:	url(../images/lbl_right.gif);
		background-repeat:	no-repeat;
		padding:			26px 14px 0 14px;
		}
		
div#right a
		{
		display:			block;
		}
		
div#right div#banners
		{
		margin:				70px 0 20px 0;
		}
		
div#right div#banners img
		{
		display:			block;
		margin:				10px 0 0 0;
		}
		
div#footer
		{
		clear:				both;
		background:			white;
		height:				20px;
		text-align:			center;
		padding:			5px 0 0 0;
		}
		
		
/* MAILLIST */

div.maillistbox
		{
		padding:			17px 10px 0 0;
		background-image:	url(../images/lbl_maillist.gif);
		background-repeat:	no-repeat;
		}

div.maillistbox input
		{
		width:				126px;
		margin:				0;
		border:				solid 1px #777;
		background:			black;
		color:				white;
		}
		
div.maillistbox input.btn_submit
		{
		width:				50px;
		background:			#00adef;
		font-weight:		bold;
		margin:				0 0 0 5px;
		}

/* SLUTT MAILLIST */


/* MP3 PLAYER */

div.mp3playerbox
		{
		width:				240px;
		padding:			17px 10px 0 0;
		background-image:	url(../images/lbl_mp3player.gif);
		background-repeat:	no-repeat;
		}
		
/* SLUTT MP3 PLAYER */




/* MALER */


div.template
		{
		padding:			0px 0px 0 0;
		margin:				0;
		}
		

div.template a.more
		{
		display:			block;
		margin:				0;
		width:				50px;
		}
		

div.template img
		{
		border:				0;
		margin:				0 4px 0 0;
		}




