	
	/*Tilgjengeliggjør flere stilark*/
	@import "mod_forum.css"; 
	@import "mod_gallery.css"; 

body{
	margin: 0;
	text-align: center;
	background-image: url(../images/bg.png);
}
.clear_f{/*klarereer float*/
	clear:both;
}
/* hoved layout */
#container{
	width: 910px;
	font-family: arial;
	font-size:  12px;
	text-align: left;
	line-height: 150%;
	color: #000;
	margin: 20px auto;
}
#header{
	height: 80px;
	width: 910px;
	text-align: left;
	background-image: url(../images/header.png);
	margin: 0px auto;
	
}
#logo{
	float:left;
	width: 390px;
	height: 64px;
	margin-top: 12px;
	margin-left: 12px;
}
#headerRight{
	float:right;
	width: 400px;
	height: 64px;
	text-align: right;
	margin-right: 18px;
	margin-top:10px;
}
	#headerRight #menuTop{
		margin-top: 10px;
		float:right;
		width: 400px;
		height: 20px;
	}
	#headerRight #menuTop a{
		font-weight: bold;
		color: #53538A;
		text-decoration: none;
		font-size: 0.9em;
	}
	#headerRight #search{
		float:right;
		width: 400px;
		height: 22px;
		margin: 0;
	}
	#headerRight #search .textFieldLong{
		background-image: url(../images/search.png);
		background-position: right center;
		background-repeat: no-repeat;
		background-color: #fff;
		border: 1px solid #ccc;
		width: 200px;
		height: 18px;
		margin:0;
		padding: 0;
		font-size:  1em;
		text-indent: 5px;
		color: #666;
	}
	
#main_content{
	width: 910px;
	font-family: arial;
	font-size:  12px;
	text-align: left;
	line-height: 150%;
	color: #000;
	margin: 0px auto;
	background-image: url(../images/container_bg.png);
	background-repeat: repeat-y;
}

#mainRight{
	float: left;
	width: 218px;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#mainLeft{
	float:left;
	width: 630px;
	border-right: 1px solid #ddd;
	padding-right: 10px;
	margin-right: 0px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;

}

/* Kontakt informasjon **********/
#contact_info{
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	height: 90px;
	width: 870px;
	background-image: url(../images/contact_bg_top.png);
	background-repeat: repeat-x;
	background-position: top;
}
	#contact_info #adresse{
		margin-top: 10px;
		float:left;
		width: 184px;
		height: 80px;
		font-size: 0.9em;
		margin-right: 10px;
		padding-left: 10px;
		
	}
		#contact_info #adresse ul{
			padding: 0;
			margin: 0;
			list-style-type: none;
		}
		#contact_info #adresse ul li{
			background-image: url(../images/arrow_blue.gif);
			background-repeat: no-repeat;
			background-position: left center;
			text-indent: 15px;
			font-weight: bold;
			color: black;
		}
	#contact_info #open{
		margin-top: 10px;
		float:left;
		width: 196px;
		height: 80px;
		padding-left: 10px;
		margin-right: 10px;
		border-left: 1px solid #ddd;
		font-size: 0.9em;
	}
		#contact_info #open ul{
			padding: 0;
			margin: 0;
			list-style-type: none;
		}
		#contact_info #open ul li{
			background-image: url(../images/arrow_blue.gif);
			background-repeat: no-repeat;
			background-position: left center;
			text-indent: 15px;
			font-weight: bold;
			color: black;
		}
	#contact_info #contact{
		margin-top: 10px;
		float:left;
		width: 198px;
		height: 80px;
		padding-left: 10px;
		margin-right: 10px;
		border-left: 1px solid #ddd;
		font-size: 0.9em;
	}
		#contact_info #contact ul{
			padding: 0;
			margin: 0;
			list-style-type: none;
		}
		#contact_info #contact ul li{
			background-image: url(../images/arrow_blue.gif);
			background-repeat: no-repeat;
			background-position: left center;
			text-indent: 15px;
			font-weight: bold;
			color: black;
		}
		
	#contact_info #mail{
		margin-top: 10px;
		float:left;
		width: 194px;
		height: 80px;
		padding-left: 10px;
		margin-right: 10px;
		border-left: 1px solid #ddd;
		font-size: 0.9em;
	}
	#contact_info #mail a{
		color: #53538A;
		
		text-decoration: none;
	}
		#contact_info #mail ul{
			padding: 0;
			margin: 0;
			list-style-type: none;
		}
		#contact_info #mail ul li{
			background-image: url(../images/arrow_blue.gif);
			background-repeat: no-repeat;
			background-position: left center;
			text-indent: 15px;
			font-weight: bold;
			color: black;
		}


#main_content_bottom{
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 910px;
	margin: 0px;
}
#footer{
	height: 100px;
	width: 910px;
	padding-top: 10px;
		
}
#footerInner{
	width: 910px;
	line-height: 150%;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 10px;
	text-align: left;
	font-size: 0.9em;
	font-family: arial;
	color: #666;
	
}
#footerInner a{
	color: #53538A;
	font-weight: normal;
	text-decoration: underline;
	
}
	
#copyright{
	float:left;
}
#validation{
	float:right;
	margin-top: 20px;

}
	
	
	
	
	


	
	
	
	
	
	
	
	#banner{
	height: 120px;
	width: 888px;
	background-image: url(../images/banner_02.gif);
	background-repeat: no-repeat;
	
	margin-left: 11px;
		
	}
	
	
	
	
	




#header_search{
	float:right;
	margin-top: 20px;
}
.description{
	font-size: 25px;
	font-family: trebuchet MS, arial;

	line-height: 120%;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}








/*************************************************************
*** HORISONTAL MENY ***************************************
**************************************************************/
#horiMenu{
	
	width: 888px;
	height: 27px;
	margin: 0 12px;
	background-image: url(../images/horiMenuBg.png);
	background-repeat: repeat-x;
border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.horiMenu{
	width: 818px;

	text-align: left;
	float: left;
	margin: 0;
	
}
.horiMenu ul{
	margin: 0;
	padding: 0;
	width: 818px;
}
.horiMenu ul li{
	display: inline;
}
.horiMenu ul li a{
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 22px;
	color: #000;
	text-decoration: none;
	font-family: verdana;
	font-size:  11px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../images/horiMenuSplitter.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.horiMenu ul li a:visited{

}
.horiMenu ul li .current, a:visited{
}
.horiMenu ul li a:hover{

	
	padding-top: 4px;
	padding-bottom: 2px;
	color: #000;
}
.horiMenu ul li a:active{
}









.horiMenuRight{
	width: 60px;

	text-align: right;
	float: right;
	margin: 0;

}
.horiMenuRight ul{
	margin: 0;
	padding: 0;
	width: 60px;
}
.horiMenuRight ul li{
	display: inline;
}
.horiMenuRight ul li a{
	float: left;
	padding-left: 40px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../images/tools.png);
	background-repeat: no-repeat;
	background-position: 30px center;
	line-height: 20px;
	height: 20px;
	color: #616133;
	text-decoration: none;
	font-family: verdana;
	font-size:  11px;
	font-weight: bold;
	text-transform: uppercase;
}
.horiMenuRight ul li a:visited{
	background-image: url(../images/tools.png);
	background-repeat: no-repeat;
	background-position: 30px center;
}
.horiMenuRight ul li .current, a:visited{
}
.horiMenuRight ul li a:hover{
	background-image: url(../images/tools.png);
	background-repeat: no-repeat;
	background-position: 30px center;

	
	padding-top: 4px;
	padding-bottom: 2px;
	color: #000;
}
.horiMenuRight ul li a:active{
}

#sub_menu{
	height: 20px;
	width: 888px;
	margin: 0 auto;
	background-image: url(../images/subMenuBg.png);
	background-repeat: repeat-x;
	background-position: right bottom;
}

.blockHeading{

	background-image: url(../images/splitter_short.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
	font-size: 1.7em;
	font-family: georgia;
	font-weight: normal;
	color: #333;
	margin-bottom: 10px;
	
}
.blockCategory{
width: 200px;
clear:both;
margin-bottom: 20px;

}
.blockCategory ul{
	margin: 0;
	padding: 0;
}
.blockCategory ul li{
	background-image: url(../images/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 20px;
	list-style-type: none;
}
.blockCategory ul li a{
	color: #53538A;
	text-decoration: none;
}
.blockCategory ul li a:hover{
	color: #000;
}






.blockUsers{
width: 200px;
clear:both;
margin-bottom: 20px;

}
.blockUsers ul{
	margin: 0;
	padding: 0;
}
.blockUsers ul li{
	background-image: url(../images/userIcon.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 20px;
	list-style-type: none;
}
.blockUsers ul li a{
	color: #53538A;
}
.blockUsers ul li a:hover{
	color: #000;
}


.contentHeading{
	font-size: 1.7em;
	font-family: georgia;
	font-weight: normal;
	color: #333;
	margin-bottom: 10px;
}

.contentHeading a{
	color: #333;
	text-decoration: none;
}
.contentHeading a:hover{
	color: #53538A;
}
.contentSubmitted{
	font-family: verdana;
	font-size:  10px;
	font-weight: normal;
	color: #999;
	margin-bottom: 16px;

}
.contentSubmitted ul{
	margin: 0;
	padding: 0;
	
}
.contentSubmitted ul li{
	
	background-position: left;
	text-indent: 0px;
	list-style-type: none;
}
.contentSubmitted ul li a{
color: #999;
text-decoration: none;
}
.mainContent{
	
}

.readMore a{
	float: left;
	margin-right: 10px;
	color: #53538A;
	text-transform: uppercase;
	font-family: verdana;
	font-size:  10px;
	font-weight: normal;
	background-image: url(../images/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	text-decoration: none;
	line-height: 30px;
	
}
.readMore a:hover{
	color: #000;
	text-decoration: underline;

}
.comments a{
	
	color: #53538A;
	text-transform: uppercase;
	font-family: verdana;
	font-size:  10px;
	font-weight: normal;
	background-image: url(../images/commentIcon.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	margin-left: 0px;
	text-decoration: none;
	line-height: 30px;
	float:left;
	
}
.comments a:hover{
	color: #000;
	text-decoration: underline;

}
.articleTools{
	width: 100%;
	padding-top: 6px;
	padding-bottom: 3px;
	margin-bottom: 25px;

}













/********************************************************************** 
*** CMS STANDARD ***************************************************
***********************************************************************/

.selectorTypeMain{
	border: 1px solid #ccc;
}

div.pagination {
	padding-top: 10px;
	margin-top: 10px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;

	text-decoration: none; 
	color: #53538A;
}
div.pagination a:hover, div.pagination a:active {

	background-color: #fff;
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	
		
		font-weight: bold;
		background-color: #fff;
		color: #000;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		
	
		color: #DDD;
	}
.img {
	border: none;
}
.inputTextField{
	border: 1px solid #d9d9d9;
	width: 340px;
	height: 130px;
}
.inputText{
	border: 1px solid #d9d9d9;
	width: 196px;
}
.submitButton{
	margin-top: 10px;
	margin-bottom: 10px;
}
.textFieldLong{
	width: 260px;
	height: 18px;
	border: 1px solid #d9d9d9;
	font-size : 12px;
	
}
.textFieldXLong{
	width: 470px;
	height: 18px;
	border: 1px solid #d9d9d9;
	font-size : 12px;
	
}
.textFieldMediumLong{
	width: 200px;
	height: 18px;
	border: 1px solid #d9d9d9;
	
}
.textFieldNorm{
	width: 150px;
	height: 18px;
	border: 1px solid #d9d9d9;
	
}
.textAreaNorm{
	border: 1px solid #CCC;
	width: 420px;
	height: 160px;
	font-size : 12px;
}
.textAreaMid{
	border: 1px solid #CCC;
	width: 380px;
	height: 110px;
	font-size : 12px;
}
.emailSelector{
	width: 200px;
	border: 1px solid #CCC;
	height: 18x;
	font-size : 11px;
}
.searchRed_container{
margin: 0px;
padding-left:20px;


}
.searchRes_single{
	margin: 0;	
	border-bottom: 1px solid #ccc;
	height: 90px;
}
.searchRes_left{
	width: 500px;
	float: left;
	height: 90px;
}
.searchRes_heading a{
	color: #53538A;
	font-size: 12px;
	text-decoration: underline;
	
	font-weight: bold;
	
}
.searchRes_heading{

	margin-top: 5px;
	margin-bottom: 5px;

}
.searchRes_submitted{
	color: #000;
	font-size: 11px;
	margin-left: 0px;
	padding-left: 5px;
	border-left: 4px solid #ddd;
}
.searchRes_submitted a{
	color: #333666;
	font-size: 11px;
}
.searchRes_submitted_pub{
	color: #999;
}
.searchRes_right{
	width: 100px;
	border-left: 1px solid #eee;
	float: right;
	height: 90px;
	font-size: 11px;
	padding-left: 5px;

}


#error{
	color: red;
	font-weight: bold;
}

.infoMsg{
padding: 10px; border: 1px solid #ccc; background-color: #fff;

font-family: arial;
}
.infoMsg ul{
margin: 0;
padding: 0;
}
.infoMsg ul li{
	background-image: url(../../../images/info.gif); 
	background-position: left;
	background-repeat: no-repeat;
	list-style-type: none;
	text-indent: 20px;
}

/*************************************************************
*** LINKER ***************************************************
**************************************************************/

#urls{
	width: 940px;
	background-color: #eee;
	margin: 20px auto;
	font-size: 11px;
	
}
#urlsHeading{
	background-image: url(../images/urlsHeading.gif);
	background-repeat: repeat-x;
	height: 26px;
	font-size: 10px;
	font-family: verdana;
	font-weight: bold;
	text-indent: 0px;
	text-transform: uppercase;
	line-height: 25px;

}
.linkBlock{
	width: 220px;

	float: left;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 0;

}
.linkBlockInner{

	height: 30px;
	margin: 0;
	padding: 0px;
	text-indent: 0px;
	line-height: 28px;
	color: #666;
	font-weight: bold;
	font-size: 11px;
}
.linkBlockInnerInner{
	margin: 0;
	padding: 0px;
	text-indent: 10px;

}
.linkBlockInnerInner ul{
	padding: 0;
	margin:0;
}
.linkBlockInnerInner ul li{
	list-style-type: none;
}
.linkBlockInnerInner ul li a{
	color: #53538A;
	text-decoration: none;
	font-weight: normal;

}
.linkBlockInnerInner ul li a:hover{
	color: #000;
	text-decoration: underline;
}




/*************************************************************
*** FOOTER ***************************************************
**************************************************************/


#footerLeft{
	float: left;
	width: 320px;
	text-align: left;
	padding-top: 10px;

}
#footerLeft a{
	color: #333;
	text-decoration: none;
}
#footerLeft a:hover{
	color: #820024;
	text-decoration: underline;
}
#footerRight{
	float: right;
	width: 580px;
	height: 100px;
	text-align: left;
	padding-top: 10px;


}
#footerRight .infoBar{
	float:right;
	width: 180px;
	border-left: 1px dotted #999;
	border-right: 1px solid #fff;
	height: 60px;
	padding-left: 10px;
	
}
#footerRight .infoBar h3{
	margin: 0;
	font-size: 1em;
	font-weight: bold;
	color: #333;
	background-image: url(../images/infoIcon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 16px;
	padding: 0px;
	
}
#footerRight .infoBar p{
	margin: 0;
	font-size: 1em;
	font-weight: normal;
	color: #333;
	padding: 0px;
}





/*************************************************************
*** BLOG KOMMENTAR ****************************************
**************************************************************/
.blogTextField{
	width: 200px;
	border: 1px solid #d9d9d9;
}
.blogTextArea{
	width: 400px;
	height: 80px;
	border: 1px solid #d9d9d9;
}
.blogHeading{
	color: #616133;
	text-transform: uppercase;
	font-family: verdana;
	font-size:  10px;
	font-weight: bold;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 10px;
	margin-top: 0px;
	letter-spacing: 0.1em;
}

.blogCommentBlock{
	border-bottom: 1px solid #d9d9d9;
	padding-top: 5px; 
	padding-bottom: 5px;
	padding-left: 0px; 
	padding-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}
.blogSubmit{   /*form button*/
	margin-top: 10px;
}
.blogDateSubmitted{
	font-family: verdana;
	font-size:  11px;
	font-weight: normal;
	color: #999;
	margin-bottom: 6px;

}
.blogDateSubmitted ul{
	margin: 0;
	padding: 0;
	
}
.blogDateSubmitted ul li{
	background-image: url(../images/calenderIcon.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 18px;
	list-style-type: none;
}
.blogDateSubmitted ul li a{
	color: #999;
}
.blogUser{
	width: 40px;
	height: 40px;
	float: left;
	border: 1px solid #d9d9d9;


}
.blogCommentContent{
	float: left;
	width: 625px;
	padding-left: 10px;
}







/*RSS FEED*/
.feedList ul{
	margin: 0;
	padding: 0;
}
.feedList ul li{
	list-style-type: none;
}
.feedList ul li a{
	background-image: url(../../../media/icons/rss_2s.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	color: #333366;
	

}
.feedList ul li a:hover{

	color: orange;
	

}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.validate_error{
	color:red;
	font-weight: bold;
}
.guestbook_block{
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	margin-top: 10px;
}
.guestbook_block a{
color: #616133;
}

.guestbook_guest{
	color: #999;
	font-size: 11px;
	
}
.guestbook_guest a{
	color: #999;
	
	font-weight: italic;

}
.guestbook_message{
	color: #333;
	
}
#guestbook_formName{
	border: 1px solid #ccc;
	width: 150px;
}
#guestbook_formEmail{
	border: 1px solid #ccc;
	width: 150px;
}
#guestbook_formSpam{
	border: 1px solid #ccc;
	width: 20px;
}
#guestbook_formMessage{
	border: 1px solid #ccc;
	width: 370px;
	height: 60px;
}
#form_container{
	width: 100%;
}
#form_container td{
	vertical-align: top;
}

/* Webshop ************/
.itembox{
	width: 200px;
	border: 1px solid #ddd;
	height: 220px;
	background: #f9f9f9;
	float:left;
	margin:8px;
	font-size: 11px;

}
.imageHolder{
	width: 178px;
	border: 1px solid #fff;
	height: 158px;
	margin: 10px;
}
.item_title{
	width: 180px;
	margin-top: 5px;
	margin-left: 10px;
	height: 20px;
}
#bestill{
	width: 630px;
	margin: 0 auto;
	text-align: left;
	margin-top: 20px;

	background: #fff;
}
#bestillings_form{
	border: 1px solid #ddd;
	background: #f9f9f9;
	width: 615px;
	padding: 10px;
	margin: 10px;
}



















/* Banner modul*/
#ad_frame{
	width: 100%;
	height: 142px;
	margin-bottom:10px;
	background-image: url(../../../images/mod_banner_right.png);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 11px;
}
	#ad_frame .banner_left{
		background-image: url(../../../images/mod_banner_left.png);
		background-repeat: repeat-x;
	
		width: 10px;
		height: 142px;
		float:left;
	}
	#ad_frame .banner_right{
		width:618px;
		height: 142px;
		float:left;
	
	}
	#ad_frame .top{
		width: 500px;
		height: 16px;
		padding-right: 0px;
		margin-right: 0px;
		line-height: 23px;
		padding-bottom: 7px;
		margin-bottom: 9px;
		font-weight: bold;
		float:left;
		
	
	}
	#ad_frame .top_right{

		width: 40px;
		height: 16px;
		line-height: 23px;
		padding-bottom: 4px;
		margin-bottom: 5px;
		margin-top: 3px;
		float:right;
	}
	#ad_frame .image_holder{
		margin-right: 6px;
		height: 100px;
		width: 140px;
		float: left;
		border: 1px dotted #ccc;
	}
	#ad_frame .info_holder{
		float: left;
		border-left: 1px solid #ccc;
		padding-left: 5px;
		height: 100px;
	}
	
/*Events*/


.event_container{
	width: 100%;
	
	margin: 0px;
	padding: 0px;

}
	.event_container .e_heading{
		font-size: 18px;
		margin-bottom: 10px;
		font-family: georgia;
	

	}
	.event_container .e_image{
		width: 70px;
		height: 70px;
		float:left;
		
		
	}
	.event_container .e_time{
		float:left;
		margin-left: 5px;
		font-weight: bold;
		color: black;
	
	}
	.event_container .e_teaser{
		margin-top: 6px;
	}
	.event_container .event_alert{
		font-size: 18px;
		margin-bottom: 10px;
		font-family: georgia;
		color:red;
	}
	.splitter_short{

		margin-bottom: 10px;
		margin-top: 10px;
		background-image: url(../images/splitter_short.png);
		background-repeat: no-repeat;
		background-position: center center;
		height: 1px;
	}
	.splitter_long{

		margin-bottom: 0px;
		margin-top: 0px;
		background-image: url(../images/splitter_long.png);
		background-repeat: no-repeat;
		background-position: center center;
		height: 1px;
	}

	
.main_ads_mark{
	background-image: url(../images/banner_mark.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 16px;
	background-color: #fff;
	text-align: center;

}
.main_ads{
	width: 100%;
	text-align: center;

}
			
