
/* ----------------------------------------------------------- */
/*                 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: bold;
	margin-top:0;
	color:#252525;
}

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

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

h4{
	font-weight:bold;
	font-size:11px;
	color:#444;
	margin:0;
	padding:0;
}

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

p {
	
}

a {
	width: auto;
	height: auto;
	text-decoration:underline;
	color:#ff9900;
	border:0;
	font-weight:bold;
}

a:hover{
	color:#736b60;
	font-weight:bold;
}

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:976px;
	margin: 0 auto;
	height:90px;
	border-left:2px solid #ccc;
	border-right:2px solid #ccc;
	background-image: url(../images/headerContentBg2.jpg);

	
}
	
.logo{
	width:205px;
	float:left;
	height:55px;
	margin-left:35px;
	}

.logo img{
	margin-top:6px;
	}

	

	
.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/searchField.png);
	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;*/
	height:45px;
	}

.menuContent{
	width:980px;
	margin: 0 auto;
	height: 45px;
	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:50%;
	margin-right:2%;
	float:left;
	}
	

.rightContentNarrow{
	width:48%;
	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:930px;
	margin:20px auto 20px auto;
	padding-top:20px;
	color:#929292;
	border-top:1px solid #ccc;
	}
	
	
.footer ul{
	list-style:none;
	margin:10px 10px;
	padding:0;
	width:165px;
	float:left;
	}
	
.footer ul li{
	padding: 5px 5px;
	border-top:1px dashed #ccc;
	}
	
.footer .header{
	color:#666;
	font-weight:bold;	
}
	
	
	
.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;
	}

/* meny*/

	
#access {
	background: #ff9212;
	margin: 0 auto;
	width: 980px;
	display:block;
	
}

#access .menu-header,
div.menu {
	font-size: 13px;
	background-image: url(../images/menuBackground4.png);
	border-left:2px solid #ccc;
	border-right:2px solid #ccc;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}

#access a {
	display:block;
	text-decoration:none;
	color:#fff;
	padding:0 20px;
	line-height:45px;
}



#access ul ul {
	display:none;
	position:absolute;
	top:45px;
	left:0;
	float:left;
	border-top:2px solid #fff;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 99999;
	background-color:#ff9212;
}
#access ul ul li {
	min-width: 180px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#222;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#ccc;
	background:#333;

}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
}

/* end meny*/

ul.referanser {
	width:600px;
	float:left;
	list-style:none;
	padding-left:0;
}

ul.referanser li{
	border:1px solid #ccc;
	padding:5px;
	width:95px;
	float:left;
	margin: 0 5px 5px 0;
	}
	
ul.referanser a{
	text-decoration:none;}
	
ul.referanser li:hover{
	background-color:#ccc;
	border: 1px solid #736b60;
	}
	
ul.dusjlosninger{
	width:400px;
	margin-top:10px;
	float:left;
	list-style:none;
	padding-left:0;
}

ul.dusjlosninger a{
text-decoration:none;
}

ul.dusjlosninger li{
	border:0
	padding:5px;
	width:95px;
	float:left;
	margin: 0 5px 5px 0;
	}
	
ul.bildeserie {
	list-style:none;
	padding-left:3px;
}

ul.bildeserie li{
	width:95px;
	float:left;
	margin: 0 5px 5px 0;
	}
	
.referanseListe li a{text-decoration:underline;}

.infoContainer{
	margin-bottom:20px;
	}
	
.infoContainer ul{
	margin:10px 0 0 0;
	padding-left:0;
	list-style:none;
	}
	
.infoContainer ul li{
	border-top:1px dashed #ccc;
	padding: 5px 0  5px 0;
	
	}
	
ul.slidefotografi, ul.slidefotografi2 {list-style:none;margin-left:0;padding:0;float:left;margin-top:30px;}
ul.slidefotografi img, ul.slidefotografi2 img {border:1px solid #ccc;padding:2px;}

ul.slidefotografi2 {margin-top:0;}

ul.slidefotografi2 img {width:296px;height:222px;}

ul.kitchenCollection{
	list-style:none;
	margin:0 0 0 0;
	padding:0;
	clear:both;
	display:inline-block;
	}
	
ul.kitchenCollection li{
	float:left;
}

.lokaler img{
	border:2px solid #fff;	
	padding:5px;
	margin-bottom:0;
}

.lokaler img:hover{
	border:2px dashed #ff9212;
}

.contactContainer{
	padding:20px 20px 10px 20px;
	background-color:#e7e7e7;
	color:#000;
	margin-bottom:20px;
}

.contactContainer .column{
	float:left;
	margin-right:20px;
	margin-top:10px;
}
