/* 

Default font-size: 1em
32px => 2.55em
18px => 1.125em
16px => 1 em
14px => 0.875em
12px => 0.75em
11px => 0.7em
10px => 0.625em

*/
html  {
	font-size: 100%;
	height:100%;
} 

body {
	background-color: #aaaaaa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
}
.clear {
	clear: both;
	margin: 0;
}
a img {border: none;}
.noShow {
  display: none;
}

/* HEADER *************************************** */

div#header {
	margin: 0 auto;
	width: 990px;
	height: 200px;
	background-image: url(/ressurs/krf/images/buetopp_innhold990px.gif);
	background-repeat: no-repeat;
	background-color: #fff;
}
div#header_logo {
	background-image: url(/ressurs/krf/images/toppbanner_ve.gif);
	background-repeat: no-repeat;
	width: 310px;
	height: 125px;
	position: relative;
	left: 0;
	top: 0;
}
div#header_banner {
	background-image: url(/ressurs/krf/images/toppbanner_hoyre.jpg);
	background-repeat: no-repeat;
	width: 680px;
	height: 125px;
	float: right;	
}

div#header_spacer {}
/* MAIN TEMPLATE *************************************** */

div#wrapper {
	width:990px;
	margin: 10px auto;
}
div#container {
	width:990px;
	overflow:hidden;
	margin:0 auto;

}
div#leftCol {
	float:left;
	width:150px;
	background-color: #fff;
	background-image: url(/ressurs/krf/images/buetopp_venstremeny.gif);
	background-repeat: no-repeat;
	padding: 20px 10px 15px 10px;
	overflow: hidden;
}

div#mainCol {
	float:right;
	width:800px;
	height: 250px;
	height: auto;
	background-image: url(/ressurs/krf/images/buetopp_innhold.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	padding-top: 20px; padding-bottom: 20px;
}

div#footer {
	clear:both;
	margin-left: 190px;
	width: 800px;
	height: 50px;
	background-image: url(/ressurs/krf/images/footer.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	text-align: center;
}
p.footer {
	margin: 0;
	color: #4d4d4d;
	font-size: 0.7em;
	padding-top: 15px;
}
p.footer a, p.footer a:hover, p.footer a:active, p.footer a:visited {color: #4d4d4d; text-decoration: none;}
p.footer a:hover {color: #4d4d4d; text-decoration: underline;}


/* PAGE-LAYOUT  *************************************** */

div#contentLeft {
	width: 520px;
	margin: 0px 20px 0px 20px;
	height:auto;min-height:300px;
}
div#contentLeft1 {
	width: 520px;
	margin: 0px 20px 0px 20px;
}
/* IE hack */ 
* html #contentLeft{height:100%;}

div#contentRight{
	width: 220px;
	margin: 0px 20px 0 0;
	float: right;
	
}

div#contentMain {
	clear: both;
	/* width: 760px; */
	margin: 0px 20px 0px 20px;
	
}


/* MAIN MENU  *************************************** */

/* div#header_menu {
	width: 970px;
	height: 30px;
	overflow: hidden;
	padding: 0 0 0 20px;
	border-top: 5px solid #fff;
}
#header_menu ul, #header_menu li{	
	border: 0; 
	margin: 0; 
	padding:0; 
	list-style:none;
	font-size: 0.875em;
	font-weight: normal;
}
#header_menu ul{	
	height:30px; 
	padding: 0px;
}
#header_menu li {	
	float:left; 
	margin-right:2px;
}
#header_menu .tab a:link, .tab a:visited{
	background: url(/ressurs/krf/images/tab-round.png) right 60px;
	color: #000;
	display: block;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
}
#header_menu .tab a span{
	background: url(/ressurs/krf/images/tab-round.png) left 60px;
	display: block;
	height: 30px;
	margin-right: 7px;
	padding-left: 7px;
	font-weight: normal;
	color: #4d4d4d;
}
#header_menu .tab a:hover{
	background: url(/ressurs/krf/images/tab-round.png) right 30px;
	display: block;
}
#header_menu .tab a:hover span{
	background: url(/ressurs/krf/images/tab-round.png) left 30px;
	display: block; 
	cursor: pointer;
	color: #000000; 

}
#header_menu .active a:link, .active a:visited, .active a:visited, .active a:hover{
	background:url(/ressurs/krf/images/tab-round.png) right 0 no-repeat;
	cursor: pointer;
} 
#header_menu .active a span, #header_menu .active a:hover span{
	background:url(/ressurs/krf/images/tab-round.png) left 0 no-repeat;
	cursor: pointer;
	color: #000000;
}
*/

div#header_menu {
	width: 970px;
	height: 30px;
	overflow: hidden;
	padding: 0 0 0 20px;
	border-top: 5px solid #fff;
}
div#tab ul, div#tab li{	
	border: 0; 
	margin: 0; 
	padding:0; 
	list-style:none;
	font-size: 0.875em;
	font-weight: normal;
}
div#tab ul{	
	height:30px; 
	padding: 0px;
}
div#tab li {	
	float:left; 
	margin-right:2px;
}
div#tab a:link, div#tab a:visited{
	background: url(/ressurs/krf/images/tab-round.png) right 60px;
	color: #000;
	display: block;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
}
div#tab a span{
	background: url(/ressurs/krf/images/tab-round.png) left 60px;
	display: block;
	height: 30px;
	margin-right: 7px;
	padding-left: 7px;
	font-weight: normal;
	color: #4d4d4d;
}
div#tab a:hover{
	background: url(/ressurs/krf/images/tab-round.png) right 30px;
	display: block;
}
div#tab a:hover span{
	background: url(/ressurs/krf/images/tab-round.png) left 30px;
	display: block; 
	cursor: pointer;
	color: #000000; 

}
div#tab .active a:link, div#tab.active a:visited,div#tab .active a:visited,div#tab .active a:hover{
	background:url(/ressurs/krf/images/tab-round.png) right 0 no-repeat;
	cursor: pointer;
} 
div#tab .active a span, div#tab .active a:hover span{
	background:url(/ressurs/krf/images/tab-round.png) left 0 no-repeat;
	cursor: pointer;
	color: #000000;
}

/* HURTIGMENY   *************************************** */

div#header_topmenu {
	border-top: 5px solid #fff;
	padding-right: 20px;
	float: right;
	width: 370px;
	height: 30px;
	text-align: right;
	font-size: 0.75em;
}
div#header_topmenu .img {
	margin-right: 5px;
}
.textmiddle {
	vertical-align:middle; /* use the vertical-class on the img aligns the text correctly */
	margin: 0 5px;
}
div#header_topmenu a, div#header_topmenu a:visited {
	color: #4d4d4d;
	text-decoration: none;
}
div#header_topmenu a:active, div#header_topmenu a:hover {
	color: #000000;
	text-decoration: none;
}

/* Search & breadcrumbs area */

div#header_bottom {
	width: 990px;
	height: 40px;
	background-color: #fab500;	
}

div#search {
	width: 150px;
	padding: 8px 0 7px 20px;
}
div#contentLeft input {
	width: 350px;	
}
div#contentLeft input[type="submit"]{
	width: 45px;		
}
input {
	font-size: 0.75em;
	padding: 0 2px 1px 2px;
	margin-left: 0;
}
input.PortletHeading1 { 
	border: solid 1px #bcbccc;
	width: 92px;
	height: 18px;
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 1px 1px 4px;
	display: block;
	float: left;
}

div#breadcrumbs {
	float: right;
	width: 800px;
	height: 40px;
	font-size: 0.75em;
	border-top: 10px solid #fab500;
	line-height: 1.5em;
}
#breadcrumbs table {
	width: 250px;
}
.breadcrumbsItem1 {
	float: left;
}

div#sizechanger {
	float: right;
	padding: 0 20px 0 0;
}
div#sizechanger span {
	font-weight: bold;
}
div#sizechanger .small {
  font-size: 1em;
  color: #404040;
  text-decoration: none;
}
div#sizechanger .medium {
  font-size: 1.25em;
  color: #404040;
  text-decoration: none;
}

div#sizechanger .large {
  font-size: 1.3em;
  color: #404040;
  text-decoration: none;
}

/* */
.iKBPortletText1 {
	font-size: 0.875em;
	color: #666;
}

.highres_img {
  float: left !important; 
}

.highres_txt {
  display: block !important;
  margin-top: 5px !important;
  text-decoration: underline !important;
}

