
/* ----------------------------------------------------------- */
/*                 STILSETT (C) 2009 Okside                    */
/*                  http://www.okside.no/ v2.0                 */
/* ----------------------------------------------------------- */


/* --- generelle stiler --- */


body {
	padding: 0;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	line-height:1.4em;
	/*background-color:#e7e7e7;*/
	background-color:#fff;
	color:#616161;
}

img{
	border:0;
	}

h1 {
	font-size: 18px;
	font-weight: 100;
	margin:0;
	padding:0 0 5px 0;
	color:#252525;
}

h2 {
	font-size:16px;
	color:#626262;
	margin:0;
	padding:0;
}

h3{
	font-size:12px;
	margin:0;
	padding:0;
	color:#626262;
	font-weight: bold;
}

h4{
	font-weight:100;
	font-size:15px;
	color:#8e8d8d;
	margin:0;
	padding:0;
}

h5{
	font-size:11px;
	margin:0;
	padding:0;
	font-weight: 100;
	color:#d85700;
}

p {
	margin:0 0 15px 0;
	padding:0;
}

a {
	width: auto;
	height: auto;
	text-decoration:none;
	color:#000000;
	border:0;
}

a:hover{
	color:#736b60;
	text-decoration:none;
}

ul{
	padding-left:15px;
	margin-top:0;
	}


/* stiler for header */
.headerContainer{
	width:100%;
	background-image: url(../images/headerBackground.jpg);
	background-repeat: repeat-x;
	background-position:top left;
	height: 90px;
	margin-bottom:3px;
	}

.headerContent{
	width:980px;
	margin: 0 auto;
	height:90px;
}
	
.logo{
	width:205px;
	float:left;
	height:55px;
	margin-left:10px;
	}

	

	
.searchButton{
	background-image: url(../images/searchbutton.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	border:0;
	width:35px;
	height:27px;
	cursor:pointer;
	float:left;
	margin-left:25px;
	}

.searchField{
	background-image: url(../images/searchField2.jpg);
	background-repeat:no-repeat;
	height:90px;
	float:right;
	width:215px;

	}

.searchButton:hover{
	background-image: url(../images/searchbuttonHover.jpg);
	cursor:pointer;
	}
	
.searchInput{
	width:95px;
	height:16px;
	float:left;
	padding-top:5px;
	border:0;

	} 

.searchInput:focus{
	border:1px solid #fff;
	background-image:none;
	}
	
.searchResult{
	padding: 10px 0 0 0;
	border-bottom:1px solid #cccccc;
	margin-bottom:10px;
	}

/* stiler for meny */
.menuContainer{
	background-color:#ff9212;
	width:100%;
	height: 37px;
	}

.menuContent{
	width:980px;
	margin: 0 auto;
	height: 37px;
	font-size:14px;

	}

.menuContent a{
	color:#ffffff;
	}


.menuContent a:hover{
	color:#333333;
	}
	
.menuContent ul{
	list-style:none;
	margin:0;
	padding:0;
	}
	
.menuContent ul li{
	float:left;
	padding: 11px 8px 11px 8px;
	
	}
	

	
/* stiler for innhold */
.contentContainer{
	width:100%;
	background-color:#ffffff;
	background-image: url(../images/contentBackground.jpg);
	background-repeat: repeat-x;
	}

.content{
	width:930px;
	margin: 0 auto;
	padding:40px 0 20px 50px;
	background-color:#ffffff;
	background-image: url(../images/contentborders.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	
	}

.leftContent{
	width:37%;
	margin-right:2%;
	float:left;
	}
	

.rightContent{
	width:61%;
	float:left;
	}
	
.leftContentWide{
	width:40%;
	margin-right:2%;
	float:left;
	}
	

.rightContentNarrow{
	width:56%;
	float:left;
	}
	
.leftContentSuperWide{
	width:50%;
	margin-right:2%;
	float:left;
	}
	

.rightContentExtraNarrow{
	width:40%;
	float:left;
	}
	
.leftContentNarrow{
	width:20%;
	margin-right:2%;
	float:left;
	}
	
.rightContentWide{
	width:78%;
	float:left;
	}

/* stiler for bunntekst */

.footer{
	width:885px;
	margin:0 auto;
	border-top: 1px solid #cccccc;
	margin-top:25px;
	color:#929292;
	
	}
	
	
.footer ul{
	list-style:none;
	margin:0;padding:0;
	}
	
.footer ul li{
	float:left;
	padding: 21px 80px 13px 0;
	}
	
.footer a{color:#aaaaaa;}
.footer a:hover{color:#aaaaaa;}

/* diverse stiler */
.topMargin{
	margin-top:30px;
	}
	
.floatRight{
	float:right;
	}

.imgborder{
	padding:2px;
	border:1px solid #CCC;
	}
	
.dormaThumbs{
	border:0;
	width:95px;
	height:66px;
	}
	
.referanseThumbs{
	border:0;
	width:85px;
	height:58px;
	}