BODY {
	background-color: #000;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	text-align: center;
	margin:0px;
	padding:0px;
	}

H1 {
	font-size: 20px;
	line-height: 23px;
	}
H2 {
	font-size: 16px;
	line-height: 18px;
	}

/* Stiler */
.boldbread {
	font-weight: bold;
	}
A IMG {
	border: 0px;
	}

/*
.kolonner {
	-moz-column-count: 2;
	-moz-column-gap: 30px;
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
	column-count: 2;
	column-gap: 30px;
	}
*/
.pf {
	float: left;
	margin-left: 23px;
	margin-top: 23px;
	}
.kolonner {
	display:block;
	position: relative;
	width: 435px;
	float: left;
	}

.kolonner H1, .kolonner H2 {
	-moz-column-span: all;
	-webkit-column-span: all;
	column-span: all;
	}
.blokk {
	display: inline;
	margin-left: 20px;
	margin-right: 20px;
	}
.blaa {
	color: #497595;
	}

/* POSITIONING */

#wrapper {
	position: relative;
	top: 0px;
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	z-index: 1;
	}
	
#top {
	position: fixed;
	top: 0px;
/*	left: 0px; */
	width: 890px;
	height: 110px;
	text-align: left;
	z-index: 100;
	background-color: #000;
	padding-top: 35px;
	}
#logo {
	display: block;
	float: left;
	width: 185px;
	height: 65px;
	background-image: url(/images/logobred.png);
	background-repeat: no-repeat;
	}
#logomaske {
	display: block;
	float: left;
	width: 185px;
	height: 65px;
	background-color: #497595;
	}
/* BODY.interioroversikt #logomaske {
	background-color: #d3f9c4;
	}
BODY.interiorunderarbeid #logomaske {
	background-color: #879be6;
	}
BODY.interioroffentlig #logomaske {
	background-color: #ced1fc;
	}
BODY.interiornaering #logomaske {
	background-color: #fdfde9;
	}
BODY.interiorbolig #logomaske {
	background-color: #f0e568;
	}
BODY.interiorkonsept #logomaske {
	background-color: #f9c4cb;
	} */
A.interioroversikt {
	color: #d3f9c4;
	}
A.interiorkonsept {
	color: #f9c4cb;
	}
A.interiorunderarbeid {
	color: #879be6;
	}
A.interioroffentlig {
	color: #ced1fc;
	}
A.interiornaering {
	color: #fdfde9;
	}
A.interiorbolig {
	color: #f0e568;
	}

#meny {
	position: absolute;
	right: 0px;
	top: 30px;
	text-align: right;
	z-index: 3;
	}
#submeny {
	position: absolute;
	right: 0px;
	top: 52px;
	text-align: right;
	z-index: 4;
	}
#subsubmeny {
	position: absolute;
	right: 0px;
	top: 74px;
	text-align: right;
	z-index: 4;
	text-transform: uppercase;
	}


#content {
	position: relative;
	top: 155px;
	width: 890px;
	padding: 0px;
	text-align: left;
/*	z-index: 3; */
	}
#hbilde {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width: 890px;
	height:410px;
	overflow: hidden;
	padding:0px;
	margin:0px;
	}
#footer {
	position: relative;
	top: 175px;
	width: 890px;
	clear: left;
	text-align: center;
	border-top: 2px solid #497595;
	line-height: 32px;
/*	z-index: 3; */
	}

/* ansattsiden */
.ansatt {
	position: relative;
	display: block;
	float: left;
	width: 160px;
	height: 150px;
	margin: 9px;
	margin-top: 60px;
	z-index: 10;
	}
.ansatt P.icntxt {
	display: block;
	z-index: 99;
	position: absolute;
	top: 116px;
	height: 40px;
	width: 160px;
	overflow: hidden;
/*	background-color: rgba(54, 54, 54, 0.7); */
	background-image: url(/images/50sort.png);
	text-align: center;
	font-size: 10px;
	line-height: 16px;
	padding-left: 4px;
	color: #fff;
	}
.ansatt P.icntxt:first-line {
	font-size: 12px;
	text-transform: uppercase;
	}
.ansatt P.stilling {
	display: block;
	z-index: 99;
	position: absolute;
	top: 160px;
	height: 18px;
	width: 160px;
	overflow: hidden;
/*	background-color: rgba(54, 54, 54, 0.7); */
	background-image: url(/images/50sort.png);
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 18px;
	padding-left: 4px;
	color: #000;
	}
.ansatt P.kontaktinfo {
	display: none;
	position: absolute;
	top: 160px;
	left: 0px;
	height: 39px;
	z-index: 99;
	text-align: center;
	width: 160px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	}
.ansatt:hover  {
	margin-top: 10px;
	height: 200px;
	}
.ansatt:hover P.kontaktinfo {
	display:block;
	background-color: #333;
	}

.matrise {
	position: relative;
	display: block;
	float: left;
	width: 200px;
	height: 200px;
	margin: -40px;
	z-index: 10;
	}
.matrise IMG {
	display: block;
	position: absolute;
	left: 50px;
	top: 50px;
	width: 100px;
	height: 100px;
	z-index:10;
	border-width: 0px;
	border-color: #000;
	}
.matrise:hover IMG, .matrise .active IMG {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 200px;
	z-index: 20;
	border: 3px solid #000;
	}
.matrise P.icntxt {
	display: none;
	}
.matrise:hover P.icntxt {
	display: block;
	z-index: 99;
	position: absolute;
	top: 176px;
	height: 18px;
	width: 200px;
	overflow: hidden;
/*	background-color: rgba(54, 54, 54, 0.7); */
	background-image: url(/images/50sort.png);
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 18px;
	padding-left: 4px;
	color: #fff;
	}

DIV.active IMG {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 200px;
	z-index: 20;
	border: 3px solid #000;
	}
DIV.active {
	z-index: 20;
	}

#legend A {
	display: block;
	float: left;
	clear: left;
	width: 90%;
	padding: 3px;
	font-size: 12px;
	line-height: 14px;
	}

#legend A.active, #legend A:hover {
	background-image: url(/images/matte.png);
	color: #fff;
	}
#submeny A.sekundar {
	color: #555 !important;
	}
.matrise:hover {
	z-index: 20;
	}

/* INLINE */
A {
	color: #fff;
	text-decoration: none;
	}
A:hover {
	color: #497595;
	}

#content A {
	color: #497595;
	}
#content A:hover {
	color: #fff;
	}

A IMG {
	border: 0px;
	}
B, .boldbread {
	font-weight: bold;
	}


/* DIV-SPESIFIKE JUSTERINGER */
#meny A, #submeny A, #submeny .mbox, #subsubmeny A, #subsubmeny .mbox {
	display: block;
	position: relative;
	float: right;
	padding: 1px;
	margin-left: 7px;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 11px;
	z-index: 30;
	}
.mbox {
	display: block;
	position: relative;
	float: left;
	width: 85px;
	z-index: 30;
	}
.mbox .subsub {
	position: absolute;
	top: 18px;
	left: 0px;
	display: block;
	color: #fff;
	text-align: left !important;
	width: 100px;
	z-index: 40;
/*	width: 300px; */
	float: left;
	z-index: 98;
	} 
.mbox .subsub A {
	display: block;
	position: relative;
	width: 100px;
	float: left;
	clear: left;
	text-align: left;
	z-index: 99;
	}
#submeny .mbox .subsub A {
	float: left;
	width: 100%;
	background-image: url(/images/matte.png);
	}
#submeny .mbox .subsub A:hover {
	background-image: none;
	background-color: #fff;
	}
#subsubmeny {
	display: none;
	}
#subsubmeny A {
	display: block;
	float: right;
	margin-left: 30px;
	}
#meny A:hover {
	color: #497595;
	}

#meny A.aktiv {
	background-color: #497595;
	color: #fff;
	}

/* Nyhetslisten */
.nyhetsblokk {
	display: block;
	position: relative;
	width: 100%;
	clear: both;
	height: 210px;
	margin-bottom: 30px;
	text-align: bottom;
	}
.indre {
	position: absolute;
	bottom: 0px;
	left: 330px;
	}
#nyhetsliste P {
	}
#nyhetsliste IMG {
	position: absolute;
	left: 0px;
	bottom: 10px;
	}


#nyhetsliste .nblokk {
	margin-top: 20px;
	margin-right: 20px;
	height:250px;
	width:210px;
	float:left;
	position:relative;
	}
#nyhetsliste .nblokk IMG {
	position: relative;
	top: 0px;
	left: 0px;
	}
#nyhetsliste .nbolkk H2 {
	font-size: 14px;
	}

#resultater A {
	display: block;
	float: left;
	height: 18px;
	line-height: 18px;
	color: #497595;
	text-decoration: underline;
	padding-left: 6px;
	padding-right: 6px;
	border: 1px solid #497595;;
	margin-right: 5px;
	margin-bottom: 5px;
	text-decoration: none;
	}

#resultater A.aktiv {
	color: #fff;
	font-weight: bold;
	background-color: #497595;;
	}

/* Fargeswitch for interiorsider */
BODY.interior {
	background-color: #4d4d4f;
	}
BODY.interior #top {
	background-color: #4d4d4f;
	}
BODY.interior H1.blaa {
	color: #fff;
	}
BODY.interior #logo {
/*	background-image: url(/images/logobredhvit.png); */
	background-image: url(/images/logobred.png);
	}
BODY.interior #footer {
	border-top: 2px solid #fff;
	}


.shadow {
	-moz-box-shadow: 3px 3px 4px #555;
	-webkit-box-shadow: 3px 3px 4px #555;
	box-shadow: 3px 3px 4px #555;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555555')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555555');
}

BODY A.pantarei {
	z-index: 101 !important;
	position: relative;
	display: block;
	}
BODY DIV A.pantarei {
	position: static;
	}

#galleri2 DIV {
	display: inline;
	width: 30px !important;
	height: 30px;
	position: relative;
	background-color: #fff;
	z-index: 99;
	}


.forsidematrise {
	display: block;
	float: left;
	width: 283px;
	height: 189px;
	margin-right: 18px;
	margin-bottom: 18px;
	border:0px;
	overflow: hidden;
	}

