/*
Kunde: Lev Vel Interiør
© 2007 Kreativ Strek AS - www.kreativstrek.no
Dokumentet er laget med enerett for www.levvelinterior.no
*/

/*----------Attributter for dokumentet----------*/

html,body {
	background:url(../images/bg.jpg) repeat-x;
	margin:0px;
	margin-right:40px;
	padding: 0px;
	height:100%;
	font-family: Trebuchet MS, "Trebuchet MS", Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	line-height:17px;
	font-weight:normal;
	color: #40464b;
}

/*----------Layout-DIV'er----------*/

#header {
	position:absolute;
	top:0px;
	left: 50%;
	margin: 0px 0px 0px -430px;
	background:url(../images/header.jpg);
	width:860px;
	height:218px;
	z-index:1;
}

#wrap {
	position:absolute;
	/*top:284px;*/
	top: 250px;
	left: 50%;
	margin: 0px 0px 0px -176px;
	width:515px;
	height:auto;
	padding:0px;
	padding-bottom:30px;
	display:block;
}

#content {
	position:relative;
	float:left;
	width:511px;
	height:auto;
	padding:0;
	padding-bottom:30px;
}

#footer {
	position:relative;
	float:left;
	width:560px;
	height:auto;
	padding:0;
}


/*----------Tekststiler----------*/

p {
	font-family: Trebuchet MS, "Trebuchet MS", Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	text-align:left;
	color: #40464b;
	line-height:17px;
	text-decoration: none;
	display:block;
} 

p a {
	color:#7d0a9f;
	text-decoration: none;
} 

p a:hover {
	color:#7d0a9f;
	text-decoration: none;
	background:#f2d09a;
} 

td {
	font-family: Trebuchet MS, "Trebuchet MS", Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	text-align:left;
	color: #40464b;
}

.dato {
	font-family: Trebuchet MS, "Trebuchet MS", Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	text-align:left;
	color: #e5a033;
	display:block;
}

.skjult {
	display: none;
	visibility: hidden;
}

/*----------Attributter for bilder----------*/

img {
	border:0px;
}

.saksbilde {
	float:right;
	margin-left:25px;
	margin-bottom:20px;
	margin-top:5px;
	padding:11px;
	background:#fdf7ed;
	border:1px solid #f2d09a;
}

.saksbilde2 {
	float:right;
	margin-left:25px;
	margin-bottom:20px;
	margin-top:5px;
}

.galleriwrap {
	padding:0;
	margin:0;
	display:block;
	width:511px;
	height:auto;
	float:left;
	margin-bottom:20px;
}

.galleri1 {
	float:left;
	margin-right:20px;

}

.galleri2 {
	float:left;
}

/*----------Overskrifter----------*/

h1 {
	position: absolute;
	top: 109px;
	left: 50%;
	margin: 0px 0px 0px -383px;	
	background: url(../images/logo.gif) no-repeat;
	height:157px;
	width:167px;
	display:block;
	z-index:3;
}

h1 a {
	display:block;
	height:157px;
	width:167px;
}

h2,h3,h4,h5 {
	font-family: Trebuchet MS, "Trebuchet MS", Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	color:#7d0a9f;
	margin-top:0;
}
	
h2 {
	font-family: Trebuchet MS, "Trebuchet MS", Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	line-height:24px;
	color:#7d0a9f;
	margin-top:0;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 13px;
}

/*----------Linker i dokumentet----------*/

a { 
	font-weight: normal;
	text-decoration: none; 
	COLOR: #7d0a9f;
}

a:hover { 
	COLOR: #7d0a9f;
	font-weight: normal;
	text-decoration:none;
}

/*-------Hovedmeny-------*/


ul#hovedmeny {
	position:absolute;
	padding:0;
	list-style: none;
	cursor:pointer;
	left: 50%;
	margin: 0px 0px 0px -177px;
	top:180px;
	width:567px;
	height:40px;
	z-index:3;
}

ul#hovedmeny li a {
	display:block;
	color:#FFF;
	font-size: 12px;
}

ul#hovedmeny li {
	float:left;
	position:relative;
	list-style:none;
	padding-right: 15px;
}

ul#hovedmeny li a:hover {
	border-bottom: 4px solid #E38700;
	padding-bottom: 3px;
}

ul#hovedmeny li a.aktiv {
	border-bottom: 4px solid #E38700;
	padding-bottom: 3px;
}

/*ul#hovedmeny {
	position:absolute;
	padding:0;
	list-style: none;
	cursor:pointer;
	left: 50%;
	margin: 0px 0px 0px -177px;
	top:168px;
	width:539px;
	height:40px;
	z-index:3;
}

ul#hovedmeny li a {
	display:block;
}

ul#hovedmeny li {
	float:left;
	position:relative;
	list-style:none;
}

li a.informasjon {
	height:31px;
	width:81px;
	margin-right:31px;
	background:url(../images/informasjon.gif);
}

li a.informasjon:hover, li a.informasjonaktiv {
	height:31px;
	width:81px;
	margin-right:31px;
	background:url(../images/informasjon.gif) -81px 0px;
}

li a.tjenester {
	height:31px;
	width:65px;
	margin-right:32px;
	background:url(../images/tjenester.gif);
}

li a.tjenester:hover, li a.tjenesteraktiv {
	height:31px;
	width:65px;
	margin-right:32px;
	background:url(../images/tjenester.gif) -65px 0px;
}

li a.referanser {
	height:31px;
	width:72px;
	margin-right:32px;
	background:url(../images/referanser.gif);
}

li a.referanser:hover, li a.referanseraktiv {
	height:31px;
	width:72px;
	margin-right:32px;
	background:url(../images/referanser.gif) -72px 0px;
}

li a.samarbeidspartnere {
	height:31px;
	width:135px;
	margin-right:32px;
	background:url(../images/samarb.gif);
}

li a.samarbeidspartnere:hover, li a.samarbeidspartnereaktiv {
	height:31px;
	width:135px;
	margin-right:32px;
	background:url(../images/samarb.gif) -135px 0px;
}

li a.kontakt {
	height:31px;
	width:51px;
	background:url(../images/kontakt.gif);
}

li a.kontakt:hover, li a.kontaktaktiv {
	height:31px;
	width:51px;
	background:url(../images/kontakt.gif) -51px 0px;
}

li a.nettbasertinteriorhjelp {
	height:31px;
	width:155px;
	background:url(../images/nettbasertinteriorhjelp.gif);
	margin-right: 32px;
}

li a.nettbasertinteriorhjelp:hover, li a.nettbasertinteriorhjelpaktiv {
	height:31px;
	width:155px;
	background:url(../images/nettbasertinteriorhjelp.gif) -155px 0px;
	margin-right: 32px;
}

ul#submeny{
	position:absolute;
	list-style: none;
	padding:0;
	padding-top:59px;
	margin: 0px 0px 0px -422px;
	top:284px;
	left: 50%;
	width:185px;
	height:auto;
	min-height:300px;
	_height:300px;
	background:url(../images/submeny.jpg) no-repeat;
}	
	
ul#submeny li {
	display: block;
	float:left;
	list-style:none;
}
		
ul#submeny li a {
	display: block;
}		
		
li a.submenyvalg {
	width:165px;
	height:auto;
	font-family: Trebuchet MS, "Trebuchet MS", Verdana, Tahoma, Helvetica, sans-serif;
	font-size:11px;
	line-height:11px;
	font-weight:normal;
	text-align:right;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:11px;
	color: #40464b;
	margin-top:1px;
	text-decoration: none;
	background:url(../images/submenyvalg.jpg);
	text-transform:none;
}


li a.submenyvalg:hover {
	text-decoration:none;
	color:#7d0a9f;
	background:url(../images/submenyvalg.jpg) -185px 0px;
}  

*/

#footer a {
	height:42px;
	float:left;
	position:relative;
	margin-bottom:-10px;
}

.aeg {
	width:64px;
	background:url(../images/aeg.gif) no-repeat;
}

.aeg:hover {
	background:url(../images/aeg_mo.gif) no-repeat;
}

.electrolux {
	width:92px;
	background:url(../images/electrolux.gif) no-repeat;
}

.electrolux:hover {
	background:url(../images/electrolux_mo.gif) no-repeat;
}

.husqvarna {
	width:96px;
	margin-right:-7px;
	background:url(../images/husqvarna.gif) no-repeat;
}

.husqvarna:hover {
	background:url(../images/husqvarna_mo.gif) no-repeat;
}

.zanussi {
	width:61px;
	background:url(../images/zanussi.gif) no-repeat;
}

.zanussi:hover {
	background:url(../images/zanussi_mo.gif) no-repeat;
}

.miele {
	width:71px;
	background:url(../images/miele.gif) no-repeat;
}

.miele:hover {
	background:url(../images/miele_mo.gif) no-repeat;
}

.blanco {
	width:73px;
	background:url(../images/blanco.gif) no-repeat;
}

.blanco:hover {
	background:url(../images/blanco_mo.gif) no-repeat;
}

.nibu {
	width:60px;
	margin-right:8px;
	background:url(../images/nibu.gif) no-repeat;
}

.nibu:hover {
	background:url(../images/nibu_mo.gif) no-repeat;
}

.bohus {
	width:62px;
	margin-right:5px;
	background:url(../images/bohus.gif) no-repeat;
}

.bohus:hover {
	background:url(../images/bohus_mo.jpg) no-repeat;
}

.roroshetta {
	width:33px;
	margin-right:8px;
	background:url(../images/roroshetta.gif) no-repeat;
}

.roroshetta:hover {
	background:url(../images/roroshetta_mo.gif) no-repeat;
}

.polar {
	width:57px;
	margin-right:8px;
	background:url(../images/polar1.gif) no-repeat;
}

.polar:hover {
	background:url(../images/polarhj.gif) no-repeat;
}

.mobalpa {
	width:64px;
	margin-right:8px;
	background:url(../images/mobalpa.gif) no-repeat;
}

.mobalpa:hover {
	background:url(../images/mobalpa.gif) no-repeat -64px 0px;
}

.malthe {
	width:70px;
	background:url(../images/malthe.gif) no-repeat 0px 4px;
}

.multi {
	width:70px;
	background:url(../images/multi.gif) no-repeat 0px 1px;
}

.multi:hover {
	width:70px;
	background:url(../images/multi_mo.gif) no-repeat 0px 1px;
}



.bymogensen {
	width:48px; margin-right: 10px;
	background:url(../images/bymogensen_o.jpg) no-repeat;
}

.bymogensen:hover {
	background:url(../images/bymogensen.jpg) no-repeat;
}

.pfp {
	width:20px;
	background:url(../images/pfp_o.jpg) no-repeat;
}

.pfp:hover {
	background:url(../images/pfp.jpg) no-repeat;
}


/* Lightbox JS */



#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fdf7ed;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-top:1px solid #f2d09a;
	border-left:1px solid #f2d09a;
	border-right:1px solid #f2d09a;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Tahoma, Verdana, Helvetica, sans-serif;
	background-color: #fdf7ed;
	margin: 0 auto;
	line-height: 1.4em;
	border-bottom:1px solid #f2d09a;
	border-left:1px solid #f2d09a;
	border-right:1px solid #f2d09a;
}

#imageData {
	padding:0 10px;
}

#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal; color:#40464b;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

#undermeny {
	position: absolute;
	top: 280px;
}

#undermeny ul {
}

#undermeny ul li {
	list-style-type: none;
}

#undermeny ul li a {
	display: block;
	width: 130px;
	height: 15px;
	background-color: #680584;
	color: #FFF;
	font-size: 12px;
	text-align: right;
	padding: 5px 10px 5px 10px;
	margin-left: 5px;
	font-weight: bold;
}

#undermeny ul li a:hover {
	background-color: #FFF;
	color: #680584;
	border: 1px solid #680584;
	padding: 4px 9px 4px 9px;
}

h3 {
        color:#7d0a9f
}

.lilla {	
	color:#7d0a9f;
}

























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

