/* Tilpasninger av template.css for det lokale nettstedet */
/*         kun overstyringer skal legges inn her          */
/*         Tilpasninger gjort av Buskerud Web AS          */
/* ------------------------------------------------------ */

#ja-topsl {
  background: none repeat scroll 0 0 #ffffff;
}
/* Logo Image ---*/
/* logofilen og høyden endres her. Org. 79x207 ---*/
h1.logo { height: 120px; width: 482px; }
h1.logo a {
	background: url(../images/Logo_med_text_482x120.png) no-repeat left;
	display: block;
	height: 120px;
	width: 482px;
}
#ja-header { background: #AAAAAA; position: relative; z-index: 10; }

/* Headerhøyde endres fra 79px til 120px   ----*/
#ja-header .main {
	background: url(../images/header3.jpg) no-repeat right top #AAAAAA;
	height: 120px;
	padding: 0;
}
/* Legges inn i tilfelle jeg endrer masken ---*/

/* Header mask position: absolute  ---*/
.ja-headermask {
	background: url(../images/header-mask.png) no-repeat right top;
	display: block;
	height: 80px;
	position: absolute;
	right: -1px;
	top: 0;
	width: 602px;
	z-index: 0;
}

/* std: ---*/
#ja-header .main .main-inner1{
	background: url(../images/header-mask.png) no-repeat right top;
	margin-left: 0px;
	margin-right: 0px;
        height: 100%;
}

/* Search Module ---*/
#ja-search {
	padding-left: 20px;
	background: url(../images/icon-searchb.gif) no-repeat center left;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#ja-search .button {
	font-size: 100%;
	font-weight: bold;
	margin-left: 10px;
	text-transform: none;
}

#ja-search .inputbox {
	width: 150px;
	border: 1px solid #333;
	padding: 3px 5px;
	color: #ccc;
	background: #444;
	font-size: 100%;
	font-weight: bold;
}

#ja-search .inputbox:hover, #ja-search .inputbox:focus { }

#ja-search label { display: yes; }

.items-row {
    margin-left: 0;
    margin-right: 0;
}
