
/* Generelle klasser */

div.div_spacer
{
margin:				0 0 5px 0;
}
div.menu
{
margin:				0 0 5px 0;
}

div.reklame
{
float:left;
}

div.morenews
{
float:left;
}

body
		{  
		font-family: 		Arial, Tahoma, Verdana, sans-serif; 
		font-size:			0.7em;
		color:				black;
		margin:				0;
		padding:			0;
		/*background-image: url(../images/bg.jpg);
		background-repeat:	repeat-x;*/
		/*background-position:center;*/
		/*background-color:#d01300;*/
		background-color:#ffffff;
		height:auto;
		}
		
a
		{
		color:				black;
		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 0.5em 0;
		font-weight:		bold;
		}
		
h2
		{
		font-size:			1.3em;
		margin:				0 0 0.3em 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 */

/* Header */
ul.menu-header
		{
		list-style-type:	none;
		padding:			0;
		margin:				0 0 0 0;
		}
		
ul.menu-header li
		{
		margin:				0;
		display:			inline;
		}
		
ul.menu-header a
		{
		color:				white;
		display:			block;
		width:				138px;
		text-align:			center;
		padding:			5px 0 5px 0;
		float:				left;
		border-right:		solid 1px #ccc;
		border-bottom:		solid 1px #ccc;
		font-size:			10pt;
		}
		
ul.menu-header a.selected, ul.menu-header a:hover
		{
/*		text-decoration:	underline;		*/
		
		}


/* Left */
ul.menu-left
		{
		list-style-type:	none;
		padding:			0 0 0 0;
		margin:				0 0 0 0;
		font-family: 		Arial, Tahoma, Verdana, sans-serif; 
		font-size:		12px;
			 
		color:				black;
		}
		
ul.menu-left li
		{
		margin:				0;
		padding:			0;
		}
		
ul.menu-left a
		{
		text-align:			left;
		display:			block;
		font-weight:		bold;
		color:white;
		
		padding:			5px 0 5px 10px;
		/*background-image: url(../images/menu_gray.jpg);*/
		background-image: url(../images/menu_red.jpg);
		/*border-bottom:		solid 1px #ccc;*/
		}
/*		
ul.menu-left a.selected, ul.menu-left a:hover
		{
		text-decoration:	none;
		color:white;
		background-image: url(../images/test.gif);
		}
*/

ul.menu-left a:hover
		{
		text-decoration:	none;
		color:white;
		background-image: url(../images/over_redx.jpg);
		}



/* Left UNDERMENY */
ul.menu-left ul.menu-left a
		{
		/*background-color:	#C9DCEB;*/
		font-family: 		Arial, Tahoma, Verdana, sans-serif; 
		font-size:		12px;
		font-weight:		bold;
		border-bottom:		none;
		
		margin:				0 0 0 0;
		background-image: url(../images/menu_gray_normx.jpg);
		color:red;
		}


ul.menu-left ul.menu-left a:hover
		{
		/*background-color:	#C9DCEB;*/
		font-family: 		Arial, Tahoma, Verdana, sans-serif; 
		font-size:		12px;
		font-weight:		bold;
		border-bottom:		none;
		margin:				0 0 0 0;
		background-image: url(../images/over_grayx.jpg);
		color:red;
		}

		

/* 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 0 5px 0;
		/*border-right:	    1px solid #d6d3ca;*/
		border:none;
		}

div.thomas
{
margin:				0 0 5px 0;
}
		
/* SLUTT LISTING AV BANNER *




/* SØKEBOKS */

div.searchbox
		{
		/*padding:			20px 0 30px 3px;*/
		padding: 1px 0 0 0;
/*		border-bottom:		solid #ccc 1px;	*/
		}

div.searchbox input
		{
		width:				120px;
		height: 10px;
		
		}
div.searchbox input.str_query
{
width:				120px;
height: 10px;
margin:				0 0 5px 15px;
}
		
		
div.searchbox input.btn_submit
		{
		height:				16px;
		width:				45px;
		margin:				0 0 1px 0;
		}

/* SLUTT SØKEBOKS */


/* LINKER */
		
div.link_group
		{
		margin-left:0;
		
		}

ul.link_group_left
		{
		list-style-type:	none;
		padding:			0 0 0 0;
		margin:				0 0 0 0;
		font-family: 		Arial, Tahoma, Verdana, sans-serif; 
		font-size:		12px;
			 
		color:				black;

		
		}
ul.link_group_left li
		{
		margin:				0;
		padding:			0;
		}
		
ul.link_group_left a
		{
		text-align:			left;
		display:			block;
		font-weight:		bold;
		color:#666666;
		padding:			5px 0 5px 10px;
		background-image: url(../images/link_bak.jpg);
		/*border-bottom:		solid 1px #ccc;*/
		}
		
div.link_group ul 
		{
		list-style:none;
		padding:0;
		margin:				0;
		/*background-image: url(../images/minfo_bak.jpg);*/
		}

		
/* SLUTT LINKER */




	
	
/* RAMMEVERK */
		
div#framework
		{
		
		width:				998px;
		/*border:				solid 1px #ccc;*/
		margin-left:			auto; 
		margin-right:			auto;
		/*background-color:		magenta;*/
		
		
		}

div#header
		{
		width:				100%;
		height:				52px;
}

div#left_line
		{
		
		width:				25px;
		/*border:				solid 1px #ccc;*/
		background-repeat:repeat-y;
		height:				52px;
		float:				left;
		background-image: url(../images/left_top.gif);
		}

div#header_redcrosses
		{
		width:				998px;
		height:				52px;
		background-image: url(../images/top_cross.jpg);
		
		
		}
		
div#right_line
		{
		
		width:				28px;

		background-color:		magenta;
		height:				52px;
		background-image: url(../images/right_line.jpg);
		}
		
div#header_logo
		{
		width:				100%;
		height:				161px;
		
		
}

div#header_redlogo
		{
		width:				945px;
		height:				161px;
		background-repeat:repeat-x;
		background-image: url(../images/headerredlogo.jpg);
		float:				left;
		
		}

div#top_logo_left
		{
		margin-left:13px;
		margin-right:24px;
		float:left;
		width:				165px;
		height:				174px;
		}
div#top_logo_right
		{
		margin-top: 21px;
		
		}

div#left_nextline
		{
		
		width:				25px;
		/*border:				solid 1px #ccc;*/
		
		height:				161px;
		float:				left;
		background-image: url(../images/leftwithred.jpg);
		}

div#right_nextline
		{
		
		width:				28px;
		height:				161px;
		
		float:				left;
		background-image: url(../images/rightnored.jpg);
		}		



div#header_logo_end
		{
		
		width:				998px;
		height:				13px;
		float:				left;
		background-image: url(../images/headerlogoend.jpg);
		}

		

div#header_area_gauntlet
		{
		width:				998px;
		height:				3px;
		background-image: url(../images/gauntlet3.jpg);
		clear:both;
		}


		
div#header_fullWidth
		{
		width:				100%;
		height:				100%;
		
		background-color:	#E5E8ED;
		
		}

div#main_picture
		{
		width:			100%;
		background-color:	BLUE;
			
		}
div#top_spacer
		{
		width:			100%;
		background-color:	#E5E8ED;
		height: 10px;	
		}		
		
div#top_gauntlet
{
width:			100%;
height:				10px;
background-image:	url(../images/gauntlet.jpg);

}

		
div#header_left
		{
		width:				404px;
		
		float:				left;
		}

div#header_right
		{
		width:				569px;
		height:				100%;
		float:				left;
		}

div#header_menu
		{
		clear:				both;
		height:				25px;
		
		
		}
		
div#body_helper
		{
		/*min-height: 1900px;*/
		width:				998px;
		background-image: url(../images/red_gauntlet.jpg);
		background-repeat:repeat-y;
		min-height: 1200px;
		
		}

div#body_helper_x
		{
		/*min-height: 1900px;*/
		width:				998px;
		background-image: url(../images/red_gauntlet.jpg);
		background-repeat:repeat-y;
		overflow:auto;
		}


div#left_line_one
		{
		width:				16px;
		background-image: url(../images/body_left.jpg);
		min-height: 763px;
		float:left;
		
		}
		
div#right_line_one
		{
		width:				28px;
		background-image: url(../images/body_right.jpg);
		background-repeat:no-repeat;
		min-height: 763px;
		float:left;
		}
		
div#left_line_one_gauntlet
		{
		width:				8px;
		background-color:#ffffff;
		float:left;
		min-height: 10px;
		}

div#left_line_one_gauntlet_a
		{
		width:				2px;
		background-color:#daceff;
		float:left;
		}

div#main_content
		{
		width:				946px;
		float:left;		
		}
div#main_content_left
		{
		width:				185px;
		/*background-color:#aa0000;*/
		float:left;
		
		}

div#main_content_main
		{
		width:				559px;
		float:left;
		margin-left:10px;
		}
div#main_content_right
		{
		width:				191px;
		
		float:left;
		}

		
		
div#left
		{
		width:				150px;
		float:				left;
		margin:				0 0  0 10px;
		padding:			0 0 0 0;
		
		}
		
div#main
		{
		width:				500px;
		float:				left;
		/*padding:			10px;*/
		overflow:			auto;
		min-height: 500px;
		margin:				0 0  0 50px;
		
		
		}		
		
div#right
		{
		width:				278px;
		float:				left;
		padding:			0 0 0 0;
		background-color:#ff7f00;
		
	        
		}
		
div#right div#links
		{
		padding:			10px;
		border-bottom:		solid #ccc 1px;
		}
		
div.label
		{
		text-transform:		uppercase;
		border-bottom:		solid 1px #ccc;
		padding:		5px 0 5px 10px;
		color: 			#ffffff;
		}
div.news
		{
		/*text-transform:		uppercase;*/
		color: 			#ffffff;
		/*border-bottom:		solid 1px #ccc;*/
		padding:		5px 0 5px 10px;
		}

div.news a
		{
		color: 			#ffffff;
		/*border-bottom:		solid 1px #ccc;*/
		padding:		5px 0 5px 10px;
		text-decoration:none;
		}


div#footer_text
		{
		width:946px;
		color:				#ffccaa;
		height: 73px;
		background-color:Blue;
		
		/*text-align:			center;*/
		
		}

div#footer_adress
		{	
		width:946px;
		color:				white;
		height: 100px;
		float:left;	
		
		}
div#footer_adress img
		{
	     
		margin:50px 0 0 0;
		}

div#footer
		{
		width:998px;
		color:				white;
		height: 15px;
		/*text-align:			center;*/
		/*background-image:	url(../images/pic_footer.jpg);	*/
		background-image:	url(../images/foot2.jpg);
		float:left;			
		
		}
		/*
div#footer_left
		{
		width:25px;
		color:				white;
		height: 115px;
		float:left;
		background-image:	url(../images/left_top.gif);				
		}
		
div#footer_main
		{
		width:944px;
		color:				white;
		height: 115px;
		float:left;
		background-color:Fuchsia;
		background-image:	url(../images/left_top.gif);				
		}*/

/* MALER */


div.template
		{
		padding:			0 0 0 0;
		/*margin:				0 0  0 50px;*/
		
		
		}

div.template .title
		{
		font-family: 		Verdana,Arial, Tahoma,  sans-serif; 
		font-size:			20px;
		color:				black;
		font-weight: bold;
		margin:				0 0 10px 0;
		}

div.template .title_smaller
		{
		font-family: 		Verdana,Arial, Tahoma, sans-serif; 
		font-size:			12px;
		color:				red;
		font-weight: bold;
		margin:				10px 0  10px 0;
		}


div.template .header
		{
		font-family: 		Verdana,Arial, Tahoma,  sans-serif; 
		font-size:			12px;
		color:				black;
		font-weight:  normal;
		margin:				0 10px  10px 0;
		}

div.template .header_smaller
		{
		font-family: 		Verdana,Arial, Tahoma,  sans-serif; 
		font-size:			11px;
		color:				black;
		font-weight:  normal;
		margin:				0 10px  10px 0;
		}


div.template h1
		{
		font-family: 		Verdana,Arial, Tahoma, sans-serif; 
		font-size:			20px;
		color:				red;
		font-weight: bold;
		margin:				10px 0  10px 0;
		}


div.template .content
		{
		font-family: 		Verdana,Arial, Tahoma,  sans-serif; 
		font-size:			12px;
		color:				black;
		}
		
div.template .title_listing
		{
		font-family: 		Verdana,Arial, Tahoma,  sans-serif; 
		font-size:			18px;
		color:				black;
		font-weight: bold;
		margin:				0 0  10px 0;
		}

div.template .content_listing
		{
		font-family: 		Verdana,Arial, Tahoma, sans-serif; 
		font-size:			12px;
		color:				black;
		}


		

div.template a.more
		{
		/*display:			block;*/
		margin:				10px 0 0 0;
		width:				50px;
		
		}
		

div.template img
		{
		border:				0;
		margin:				0 4px 0 0;
		}
		

/* DIVERSE */


div.mainmenu_title
		{
		width:				138px;
		color:				re;
		margin:				25px 0 0 0;
		padding:			5px 0 5px 0;
		font-size:			10pt;
		text-align:			center;
		font-weight:		bold;
		border-top:			solid 1px #ccc;
		border-bottom:		solid 1px #ccc;
		
		}




div#toplinks div#menu
		{
		/*height:				53px;*/

		}
		
div#toplinks div#menu div#menu1
		{
		height:				20px;
		background-image:	url(../images/mnu.jpg);
		background-repeat:	repeat;
		margin:				0 0 30 0;
		
		}
		
div#toplinks div#menu div#menu1 a
		{
		display:			block;
		height:				21px;
		color:				gray;
		/*text-transform:		uppercase;*/
		padding:			3px 20px 0 20px;
		float:				left;
		background:			transparent;
		}
		
div#toplinks div#menu div#menu1 img 
		{
		margin-top:				-2px;
		}
		
div#toplinks div#menu div#menu1 a.selected
{
		text-decoration:	none;
		color:				gray;
		/*background-image:	url(../images/menu_sel.gif);*/
}
div#toplinks div#menu div#menu1 a:hover
		{
		text-decoration:	underline;
		color:				gray;
		
		}
		
div#toplinks div#menu div#menu1 div.spacer
		{
		height:				23px;
		float:				left;
		width:				2px;
		/*background-image:	url(../images/menu_spacer.gif);*/
		background-repeat:	no-repeat;
		}
		
		
		
div#toplinks div#menu div#menu2
		{
		height:				10px;
		/*background-image:	url(../images/bg_topmenu.gif);*/
		background-color: #dce2ea;
		/*background-repeat:	repeat;*/
		}
		
div#toplinks div#menu div#menu2 div.content
		{
		height:				17px;
		float:				left;
		padding:			5px 15px 0 15px;
		}
		
div#toplinks div#menu div#menu2 div.content a
		{
		color:				#ffffff;
		}
		
div#toplinks div#menu div#menu2 div.content a:hover
		{
		text-decoration:	none;
		color:				white;
		}
		
div#toplinks div#menu div#menu2 div.content-sel a
		{
		color:				white;
		}
		
div#toplinks div#menu div#menu2 div.spacer
		{
		height:				20px;
		float:				left;
		width:				2px;
		/*background-image:	url(../images/menu_spacer.gif);
		background-repeat:	no-repeat;*/
		}
		
/* SLUTT RAMMEVERK - MENY */