
/* Generelle klasser */


body
{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #666;
	margin: 30px 0px 0px 0px; /* background-image:	url(../images/bg.gif); 		background-repeat:	repeat-y; 		background-position: center; */
	text-align: center;
	background-color: #000000;
}

a
{
	text-decoration: none;
	font-weight: bold;
}

a:link 
{
	color: #FF0000;
	background-color: transparent;
	
	}
a:visited
{
	color: #FF0000;
	background-color: transparent;
	}
	
a:hover
{
	color: #FF0000;
	background-color: transparent;
	}

a:active
{
	color: #FF0000;
	background-color: transparent;
	}
	
p
{
	margin: 0 0 1em 0;
}

h1
{
	font-size: 12px;
	margin: 0 0 1em 0;
	font-weight: bold;
	color: #000000;
	background-color: Transparent;
}

h2
{
	font-size: 12px;
	margin: 0 0 0.7em 0;
	font-weight: bold;
	color: #000000;
	background-color: Transparent;
}

h3
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: Transparent;
}


form
{
	margin: 0;
}


input
{
	font-size: 10px;
}

input.button
{
	font-size: 10px;
	font-family: Arial, Geneva, Helvetica, 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: 0px 0px 0px 10px;
	margin: 3px 0px 0px -5px;
}

ul.menu-left li
{
	margin: 0px;
	
}

ul.menu-left a
{
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	height: auto;
	font-size: 14px;
	font-weight: bold;
	color:#FF0000;
}
ul.menu-left a.selected, ul.menu-left a:hover
{
	font-weight: bold;
	/*color:#FFFF3E;*/
	color:#FFFFFF;
}

/* Left UNDERMENY */
ul.menu-left ul.menu-left a
		{
		/*background-color:	#C9DCEB;*/
		
		font-size:		12px;
		font-weight:		normal;
		font-style:normal;
		margin:				0 0 0 3px;
		background-image: none;
		color: #FF0000;
		}

/* Left UNDERMENY */
ul.menu-left ul.menu-left a.selected,ul.menu-left ul.menu-left a:hover
		{
		font-size:		12px;
		font-weight:		normal;
		border-bottom:		none;
		font-style:normal;
		margin:				0 0 0 3px;
		color:#FFFFFF;
		background-image: 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-top:20px;*/
	/*padding: 10px 0 10px 3px;*/
	/*border-bottom: solid #ccc 1px;*/
}

div.searchbox input
{
	width: 120px;
	margin: 0 0 0 5px;
	
	display:block;
}

div.searchbox input.btn_submit
{
	width: 45px;
	font-family:Arial;
	font-size:9px;
	height:20px;
	float:right;
	margin-right:20px;
	
}

/* 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
{
	/*border: #00ff00 4px solid;*/
	margin: auto;
	width: 800px;
	height: auto;
	min-height: 600px;
	background-color: #000000;
	text-align: left;
}
div#adrfoot
{
	margin: auto;
	background-color: Transparent;
	color: #000000;
	text-align:center;
	width: 770px;
	}
	
div#adrfoot div#adrfoothldr
{
	position: relative;
	top: -60px;
	left: 150px;
	background-color: Transparent;
	color: #000000;
	text-align: left;
	width: 520px;
	}

div#header
{
	width: 800px;
	height:300px;
	/*height: auto;*/
	/*min-height: 256px;*/
	/*border: solid 1px #ccc; */
	padding: none;
	background-color: transparent;
	color: #999;
	font-size: 1.5em;
	font-style: italic;
	text-align: center;
	/*border: 1px solid red;*/
	
}

div#over_header
{
	width: 800px;
	height:3px;
    background-color:#000000;
}

div#under_header
{
	width: 800px;
	height:3px;
	background-color:#000000;
}


div#header img#headerimg
{
	width: 441px;
	height: 250px;
	margin: 0px 175px 0px 150px;
	background-color: transparent;
	/* border: solid 1px #00ff00; */
	border: none;
}

div#toplinks div#menu
		{
		/*height:				53px;*/
	/*border:1px solid green;*/
	width:800px;
	
	
		}
		
div#toplinks div#menu div#menu1
		{
		height:				30px;
		background-image:	url(../images/mnu.jpg);
		background-repeat:	repeat;
		margin:				10px 0 30px 0;
		/*border-top:1px solid red;
		border-bottom:1px solid red;*/
		}
		
div#toplinks div#menu div#menu1 a
		{
		display:			block;
		height:				21px;
		font-size: 12px;
		font-weight: bold;
		color:#FF0000;
		
		/*text-transform:		uppercase;*/
		padding:			8px 20px 0 20px;
		float:				left;
		background:			transparent;
		}
div#toplinks div#menu div#menu1 a:hover
		{
		display:			block;
		height:				21px;
		color:				#FFFFFF; 
		
		/*text-transform:		uppercase;*/
		padding:			8px 20px 0 20px;
		float:				left;
		background:			transparent;
		}


		
div#toplinks div#menu div#menu1 img 
		{
		margin-top:				-2px;
		}


div#toplinks div#menu
		{
		/*height:				53px;*/

		}

div#body_helper
		{
		width:				800px;
	    overflow:auto;
	    
		}

div#left
{
	width: 150px;
	float: left;
	padding: 0 1px 0 8px;
	height: auto;
	border:1	px solid red;
	overflow:auto;
}

div#left div#menutmpspacer
{
	height: 0px;
}
div#left div#imglinks
{
	margin: 40px 0px 0px -30px;
	text-align: center;
	position: relative;
}
div#left div#imglinks a img
{
	text-align: center;
	margin: 0px 0px 0px -10px;
	padding: 0px 0px 0px 0px;
	/* border: solid 2px #ff0000; */
	border: none;
}



div#main
{
	width: 590px;
	float: left;
	padding: 4px 0px 0px 0px;
	
	/*border:1px solid red;*/
}

div#mainfoot
{
	width: 520px;
	vertical-align: bottom;
	
	}

div#right
{
	display: none;
	/*width: 205px;
	float: left;
	padding: 0 1px 0 1px;*/
}

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;
}




/* MALER */

div#templatediv
{
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images/template.gif); 
	margin: auto;
	width: 800px;
	height: auto;
	min-height: 600px;
	text-align: left;
	vertical-align: top;
}


div.template
{
	padding: 0px 0px 0px 0px;
	color: #ffffff;
}
div.template  h3
{
	font-style:italic;
	color: #ffffff;
	background-color: Transparent;
	}
div.template h1
{
	font-weight: bold;
	color: #ffffff;
	background-color: Transparent;
}


div.template .redTitle
{
	font-weight: bold;
	color: #FF0000;
	background-color: Transparent;
	margin-left:5px;
	font-size: 13px;
}




div.template a h1
{
	font-weight: bold;
	color: #ffffff;
	background-color: Transparent;
	}

	div.template a
{
	font-weight: bold;
	color: #FF0000;
	background-color: Transparent;
	text-decoration:underline;
	}

div.template a.more
{
	display: block;
	text-align: right;
	margin: 10px 0 0 0;
	width: auto;
	color: #ffffff;
}
div.template a.ArtTemp_Back
{
	display: block;
	text-align: left;
	margin: 10px 0 0 0;
	width: auto;
	color: #ffffff;
}


div.template img
{
	border: 0;
	margin: 0 4px 0 0;
	background-repeat: no-repeat;
}

/* Blaa Grotte template */

div.template div.date
{
	margin: 0px 0px 0px 0px;
	float: right;
	font-weight: bold;
	text-align: right;
	color: #ffffff;
	background-color: Transparent;
	}
div.template div.image
{
	margin: 0px 0px 0px 40px;
	/*float: right;
	width: 110px; 
	height: 110px; 
	border: solid 2px #ffffff;*/
	background-repeat: no-repeat;
	}

div.template div.textblock
{color: #ffffff;
	background-color: Transparent;}

div.template div.textblock a h1
{
	font-weight: bold;
	
	}
div.template div.textblock a.more
{
	display: block;
	text-align: right;
	margin: 10px 0 0 0;
	width: auto;
	font-weight: normal;
}


div.annonser
{
	margin:				0 0 0 7px;
	/*border:2px solid red;*/
	
	 
	padding: 150px 0  0 0;	
	overflow:auto;
}

div.annonser div.annonseheader
{
	font-family:Arial;
	font-size:9px;
	font-weight:bold;
	color:White;
	margin:				16px 0 0 0;	
}

div.annonser img.banner
		{
		display:			block;
		margin-bottom:				10px;
		border:0px;
		
		}
div.annonser img.banner_first
		{
		display:			block;
		margin-top:		0px;
		margin-bottom:		15px;
		
		border:0px;
		}
div.annonser img.banner_last
		{
		display:			block;
		margin-bottom:		30px;
		border:0px;
		}
		
/* SLUTT LISTING AV BANNER *


