﻿* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, form, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}


form:nth-of-type(1){
  height: auto;
}

body
{
	text-align: center;
	background-image: url(/templates/mittyrke/styles/images/BG_denim2.jpg);
	background-position: center bottom;
	font-family: Trebuchet MS;
	font-size: 12px;
}

#wrap
{
	margin:auto;
	width: 882px;
	text-align:left;
}

#main 
{
	/* must be same height as the footer */
	/*padding-bottom: 150px;*/
	position:relative;
	height:100%;
}  

#footer 
{
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;
	/*background-color:#e6e6e6;*/
	/*background-image:url(images/footer_wood.png);
	background-repeat:no-repeat;
	background-position: center top;*/
}


#tblFooter
{
	width: 100%;
	height:23px;
	font-size:2px;
}

#tblFooter .td1
{
	background-image: url(images/footer_sides_1px.png);
	
}
#tblFooter .middle
{
	
	background-image: url(images/footer_middle.png);
	background-repeat:no-repeat;
	width: 960px;
}



/* CLEAR FIX*/
.clearfix:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix 
{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#smallTopBox a:link, #smallTopBox a:active
{
	color: #f58b20;
	text-decoration: none;
	font-weight: bold;
}

#smallTopBox a:visited
{
	color:#000;
}

#smallTopBox a:hover
{
	text-decoration:underline;
	color: #454545;
}

#searchResults a, #searchResults .dateTime
{
	padding-bottom: 5px;
	display:inline-block;
}


/*TOP*/

#logo
{
	float:left;
}


#content
{
	clear:left;
}
#chooseLang
{
	float: left;
	background-image: url(images/globalmenubottom.png);
	background-repeat:repeat-x;
	background-position: center bottom;
	background-color: #fff;
	padding-top:0px;
	margin-right: 12px;
	display:inline-block;
}
#chooseLang .right
{
	background-image: url(images/globalmenuright.png);
	background-repeat:no-repeat;
	background-position:right center;
	height: 30px;
	display:inline-block;
	padding: 0px 10px 0px 0px;
}
#chooseLang .footer
{
	background-image: url(images/globalmenuleft.png);
	background-repeat:no-repeat;
	background-position:left center;
	height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	display:inline-block;
}
#chooseLang .footer div
{
	float: left;
	padding: 5px 0px 0px 10px;
}
#chooseLang a
{
	font-family: Arial;
	text-decoration:none;
	font-size: 11px;
	color: #1A171B;	
	
}

#chooseLang a:hover
{
	color: #F58B20;
}


#chooseLang a.selected
{
	color: #1a171b;
}
#globalmenu
{
	float:right;
	background-image: url(images/globalmenubottom.png);
	background-repeat:repeat-x;
	background-position: center bottom;
	background-color: #fff;
	padding-top:0;
	margin-right: 12px;
	display:inline-block;
}

#globalmenu ul
{
	float:left;
}

#globalmenu li
{
	list-style: none;
}


#globalmenu .right
{
	background-image: url(images/globalmenuright.png);
	background-repeat:no-repeat;
	background-position:right center;
	height:30px;
	display:inline-block;
}

#globalmenu .footer
{
	background-image: url(images/globalmenuleft.png);
	background-repeat:no-repeat;
	background-position:left center;
	height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	display:inline-block;
}

#globalmenu ul li
{
	float:left;
	margin-top:5px;
	padding-top:0;
	
}

#globalmenu a
{
	font-family: Arial;
	text-decoration:none;
	font-size: 11px;
	color: #1A171B;
	padding-left: 2px;
	padding-right: 2px;
	background-image: url(images/globalmenuspace.png);
	background-repeat:no-repeat;
	background-position: top right;
	padding-left: 10px;
	padding-right: 10px;
	
}

#globalmenu a:hover
{
	color: #F58B20;
}


#globalmenu a.selected
{
	color: #1a171b;
}

#globalmenu .nobg
{
	background-image:none;
}

#topmenu
{
	margin-top: 15px;
	float:right;
	clear:right;
	min-width: 600px;
}

#topmenu ul li
{
	float:left;
	list-style:none;
}
#topmenu ul li a
{
	color: #fff;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
	padding-top: 15px;
	display:inline-block;
	padding-right: 22px;
	padding-left: 22px;
}

#topmenu ul li.selected
{
	
}


.gmleft
{
	background-image: url(images/main_menu_left.png);
	width: 20px;
	height: 48px;
	display:inline-block;
	float:left;
}

.gmright
{
	background-image: url(images/main_menu_right.png);
	width: 20px;
	height: 48px;
	display:inline-block;
	float:left;
}

#topmenu ul li.selected a
{
	
	background-image: url(images/main_menu_1px.png);
	height: 32px;
	padding-right: 2px;
	padding-left: 2px;
	float:left;
	color: #000;
	padding-top: 16px;
}
#topmenu ul li.selected a:hover
{
	color: #000;
}

#topmenu ul li a:hover
{
	color: #f58b20;
}


/*Box*/

#topBox
{
	background-image: url(images/main_panel_large_1px.png);
	width: 828px;
	padding-left:27px;
	padding-right:27px;
	padding-top: 10px;
	padding-bottom: 4px;
	height:370px;
}

#topBoxBottom
{
	background-image: url(images/main_panel_large_bottom.png);
	width: 882px;
	height:40px;
}

#topBoxTop
{
	background-image: url(images/main_panel_large_top.png);
	background-repeat:no-repeat;
	background-position: center top;
	width: 882px;
	height:9px;
	margin-top: 18px;
}


.threeCol
{
	float:left;
}

.twoCol, .empty
{
	float:left;
}

.empty
{
	width: 255px;
	height: 255px;
	clear:left;
}

#middleLeftBoxTop
{
	background-image: url(images/panel_small_left_top.png);
	height:32px;
	width:294px;
}

#middleMiddleBoxTop
{
	background-image: url(images/panel_small_middle_top.png);
	height:32px;
	width:294px;
}

#middleRightBoxTop
{
	background-image: url(images/panel_small_right_top.png);
	height:32px;
	width:294px;
}

.smallBox
{
	background-image: url(images/panel_small_1px.png);
	width: 248px;
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 7px;
	height: 175px;
	overflow:hidden;
}
.smallBox .content
{
	height: 135px;
}
#smallBox li
{
	font-family: Arial;
}

.smallBoxBottom
{
	background-image: url(images/panel_small_bottom.png);
	height:18px;
	width:294px;
}

.bottomBoxBottom
{
	background-image: url(images/panel_medium_bottom.png);
	width: 313px;
	height:18px;
}



.tabTop
{
	background-image: url(images/panel_small_tab_top.png);
	height:43px;
	width:294px;
	margin-top:5px;
}

.tabTop img
{
	margin-left:20px;
	margin-top: 20px;
}


#smallTopBoxTop
{
	background-image: url(images/main_panel_small_top.png);
	width: 626px;
	height: 18px;
}

#smallTopBox
{
	background-image: url(images/main_panel_small_1px.png);
	width: 573px;
	padding-right: 26px;
	padding-left:27px;
	padding-top:10px;
	padding-bottom:10px;
	min-height: 200px;
}

#smallTopBox ul
{
	margin-left: 20px;
}

#smallTopBoxBottom
{
	background-image: url(images/main_panel_small_bottom.png);
	width: 626px;
	height:40px;
}


#bottomLeftBoxTop
{
	background-image: url(images/panel_medium_left_top.png);
	width: 313px;
	height:32px;
}
#bottomRightBoxTop
{
	background-image: url(images/panel_medium_right_top.png);
	width: 313px;
	height:32px;
}

.bottomBox
{
	background-image: url(images/panel_medium_1px.png);
	width: 267px;
	padding-left: 23px;
	padding-right: 23px;
	min-height: 160px;
	padding-top: 10px;
}

.bottomBox h2
{
	padding-bottom: 5px;
}
.bottomBox .content
{
	height: 120px;
}
/**/

#smallBox
{
	float:left;
}

/**/

#subMenuArea
{
	float:left;
}

#subMenu
{
	background-image: url(images/menu_panel_1px.png);
	width:216px;
	padding-left:40px;
	padding-top:10px;
	padding-bottom: 20px;
}

#subMenuTop
{
	background-image: url(images/menu_panel_top.png);
	width:256px;
	height: 18px;
}

#subMenuBottom
{
	background-image: url(images/menu_panel_bottom.png);
	width:256px;
	height: 32px;
}

#subMenu
{
	font-size: 11px;
}

#subMenu a
{
	text-decoration: none;
	color: #000;
	font-size: 12px;
	line-height:  18px;
	font-weight: normal;
}

#subMenu a.selected
{
	color: #f68b21;
}

#subMenu ul
{
	list-style: none;
	width: 186px;
}

#subMenu ul ul
{
	margin-left: 17px;
	margin-bottom: 17px;
	width: 180px;
}
#subMenu ul ul ul
{
	width: 163px;
}
#subMenu ul ul ul ul
{
	width: 145px;
}
#subMenu ul ul ul ul ul
{
	width: 130px;
}
#subMenu ul ul ul ul ul ul
{
	width: 110px;
}

#subMenu .selectedTopItem
{
	background-image: url(images/arrow_orange_active.jpg);
	background-repeat: no-repeat;
	background-position: left left;
	padding-left: 17px;
	color:#f68b21;
	font-weight:bold;
	margin-bottom: 2px;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
}

#subMenu .topItem
{
	background-image: url(images/arrow_orange_inactive.jpg);
	background-repeat: no-repeat;
	background-position: left left;
	padding-left: 17px;
	margin-bottom: 2px;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
}



/**/

a img
{
	border: none;
}

h1
{
	background-color: #f68b21;
	font-weight: normal;
	color: #fff;
	text-align:center;
	padding:4px;
	margin-bottom:10px;
	height: 50px;
	padding-top: 12px;
	font-size:32px;
}

h2
{
	font-size: 14px;
	color: #262626;
}

p, td
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}
.intro li, intro ul, .FullContentWidth ul, .FullContentWidth li, .smallBox ul, .smallBox li
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

.color
{
	color: #f58b20;
}


.intro img
{
	float:left;
	clear:left;
	padding-right: 10px;
}

.intro
{
	font-size: 14px;
}

.ContentLeft
{
	width: 265px;
	float:left;
	border-right: 1px solid #e6e6e6;
	padding-right: 20px;
	margin-top:20px;
	margin-bottom: 20px;
	
}

.ContentRight
{
	margin-top:20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	width:247px;
	float:left;
}

#smallTopBox h2
{
	padding-bottom: 5px;
}

#smallTopBox p
{
	padding-bottom: 10px;
}


/**/


.f1
{
	background-image: url(images/btn_orange_left.jpg);
float:left;
height:26px;
width:10px;
cursor:pointer;
}

.f2
{
	background-image: url(images/btn_orange_1px.jpg);
	display:inline-block;
	text-decoration:none;
	float:left;
	color: #fff;

}

.f3
{
	background-image:url(images/btn_orange_right.jpg);
	cursor:pointer;
	float:left;
	height:26px;
	width:26px;
	
}

.f4
{
	padding-top:4px;
	padding-right: 5px;
	display:inline-block;
	float:left;
	cursor:pointer;
}

.smallBox h2
{
	margin-bottom: 10px;
}

.f4
{
	color:#fff;
}

.featureLink
{
	float:left;
	margin-top:5px;
}

.featureLink2
{
	float:left;
	margin-top:5px;
	min-width: 250px;
}

.w1
{
	background-image: url(images/btn_green_left.jpg);
	width:14px;
	height:37px;
	display:inline-block;
}

.w2
{
	background-image: url(images/btn_green_1px.jpg);
	display:inline-block;
	color: #fff;
	font-size:11px;
	text-decoration:none;
	padding-top:10px;
	height:28px;
	padding-right: 5px;
}

.w3
{
	background-image: url(images/btn_green_right.jpg);
	width:26px;
	height:37px;
	display:inline-block;
	
}

.widgetLink
{
	float:right;
}





/**/


#tab_settings
{
	left:871px;
	position:absolute;
	top:122px;
}


/*Footer*/


.mfooter
{
	text-align:center;
	width: 100%;
	min-height: 100%;
	background-color: #ededef;
	padding-top: 20px;
	
}
.footerList li
{
	float:left;
	list-style:none;
}

.footerList li ul li
{
	float:none;
}

.footerList li ul li
{
	float:left;
	clear:left;
}


.footerList a
{
	text-decoration:none;
}

.footerList li a
{
	font-weight: bold;
	color:#000;
}

.footerList li ul li a
{
	font-weight:normal;
	color:#5d5d5d;
}

#centeredFooter
{
	width: 940px;
	margin:auto;
	padding-left: 75px;
}

#footerMenu
{
	text-align:left;
	float:right;
}

.footerMenuTD
{
	padding-right: 30px;
}

.footerMenuTD a
{
	text-decoration: none;
}

.footerMenuLev1 a
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #333;
	padding-bottom: 14px;
	display: inline-block;
}

.selected, .notselected
{
	color:#898378;
	font-size: 11px;
	font-weight:normal;
	
}


li.strong
{
	margin-right: 20px;
}

a.strong
{
	display:inline-block;
	margin-bottom:10px;
}

.FooterText
{
	float:left;
	text-align:left;
}

.FooterLinks
{
	clear:left;
	clear:right;
	float:right;
	width: 700px;
	margin-top:20px;
	margin-bottom:20px;
	text-align:right;
	padding-right: 60px;
}

.FooterLinks a
{
	margin-right: 20px;
}



.related ul li, .related2 ul li
{
	list-style: none;
}

.related
{
	background-color: #ebebeb;
	padding: 10px;
	float:left;
	min-height: 160px;
	border-right:1px solid #d9d9d9;
	width:265px;
}
.related div, .related2 div
{
	margin-left: 10px;
}

.related2
{
	background-color: #ebebeb;
	padding: 10px;
	float:left;
	border-left:1px solid #fff;
	min-height: 160px;
	width:265px;
}

.related a, .related2 a
{
	text-decoration: none;
	color: #0066cc;
}

.left
{
	float:left;
	padding-right: 10px;
}

.searchText
{
	border:1px solid #e6e6e6;
	width: 90px;
	margin-top:4px;
	width:90px;
	float:left;
}

.searchButton
{
	float:left;
margin-top:5px;
}

.intputDefaultText
{
	color:#e6e6e6;
}

#searchArea
{
	display: inline-block;
	float:left;
}

#searchResults
{
	list-style:none;
}

.articleHeader
{
	padding: 10px 0px 0px 0px;
}
#smallTopBox .articleIntro a:link, #smallTopBox .articleIntro a:active, #smallTopBox .articleIntro a:visited, .articleIntro a:hover
{
	text-decoration: none;
	color: #000;	
}

/***Bestillingsskjema***/
input.pamelding
{
    border-bottom: solid 1px #808080;   
    border-top: solid 1px #808080;   
    border-left: solid 1px #808080;   
    border-right: solid 1px #808080;   
}
fieldset
{
    border-top: solid 0px #eaeaea;
    border-right: solid 0px #eaeaea;
    border-left: solid 0px #eaeaea;
    border-bottom: solid 1px #eaeaea;
    height: 18px;
}
fieldset input.pamelding
{
    margin-right: 5px;
}
input.pameldingBut
{
    padding: 4px;
}
