
/* ---  BASIC LAYOUT  --- */
body {
	width: 100%;
	min-width: 960px;		/* Minimum width of layout - remove line if not required. The min-width property does not work in old versions of Internet Explorer */
	text-align: center;		/* IE5 centering workaround */
	background-color: #fff;
	font-family: Arial, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.75em;
	line-height: 1.2em;
	color: #20001e;
	background-color: #e2dee2;
/*	background-image: url(/images/gradient-e2dee2-a699a3.png);
*/	margin-top: 20px;
	margin-bottom: 20px;
	background-repeat: repeat-x;
}
/*html, body, #wrapper, #main, #nav { height: 100%; } */
#wrapper {
	min-width: 970px;			/* Enitre page width */
	max-width: 1050px;			/* Enitre page width */
	margin: 0px auto;		/* Center page */
	text-align: left;		/* Part of: IE5 centering workaround */
	background-image: url(/images/linnbadbackground.png);
}


/* TEST */
/*
body.Logg {
	background-image: url(http://brattvaagmek.no/images/body_background2.png);
	background-color: #B5B5B5;
	background-repeat: repeat-x;
}
body.Presse {
	background-color: #B5B5B5;
}
body.Kontakt #wrapper {
	padding: 20px;
	border: 2px solid #E9E4E8;
}
*/
/*body.Presse #sidebar { height: 1750px; }*/


body.Kontakt #cmsContent table a {
	font-weight: normal;
}
body.Kontakt #cmsContent table img { 
	border: 1px solid #9d929c; 	
}



#header {
	background-color:#20001e;
	height: 130px;
	padding-left: 50px;
}
#logo {
	padding-top: 40px;
}
#main {
	margin-top: 20px;
	width: 960px;
}
#sidebar {
	float: left;
	width: 230px;
	background-color:#20001e;
}
#nav {
	padding: 30px 10px 50px 30px;
}
.nyheterLogo {
	margin: 100px 0px 150px 35px;
}
#content {
	margin-left: 250px;
	position: relative;
	height: 100%;
}
#cmsContent {
	padding-top: 30px;
	padding-bottom: 100px;
}
#section_frontpage #cmsContent {
	padding-top: 0px;
}
#footer {
	font-size: 0.85em;
	text-transform: lowercase;
	position: absolute;
	bottom: 20px;
	width: 100%;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #9d929c;
}
#footer p {
}




/* ---  BASIC ELEMENTS  --- */
h1.title {
}




/*  --- GENERIC CLASSES  --- */
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearleft {
	clear: left;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.clearright {
	clear: right;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.clickable { cursor: pointer; }



/* ---  NAVIGATION  --- */
#nav ul {
	color: #fff;
	text-indent: 0px;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px 0px 16px 10px;
	margin: 0px;
	list-style-image: none;
}
#nav li {
}
#nav a {
	font-weight: normal;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	padding-left: 12px;
}
#nav a:link {
}
#nav a:visited {
}
#nav a.isTop:hover, a.isSelectedBranchTop {
	text-decoration: none;
	background-image: url(/images/navarrow.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
#nav a.isChild:hover, a.isSelectedChild {
	text-decoration: none;
	background-image: url(/images/navflower.png);
	background-repeat: no-repeat;
}
#nav a:active {
}
#nav a.depth0 { 
	text-transform: uppercase;
	padding-bottom: 3px;
	display: inline-block;
}




/* ---  FRONTPAGE  --- */
#productslides {
}
#productslides_video {
	height: 450px;
	margin-bottom: 20px;
}
#productslides_audio {
	background-image: url(/images/white-50.png);
	background-repeat: repeat;
	text-align: right;
	width: 705px;
	height: 21px;
	padding-top: 2px;
	position: absolute;
	top: 429px;
	cursor: pointer;
}
#productslides_audio object {
	margin-right: 6px;
	cursor: pointer;
}
#productscroller {
	height: 120px;
	margin-bottom: 0px;
	cursor: pointer;
}
#productscroller_container {
	position: relative;
}
#productscroller_arrows {
	position: absolute;
	top: 24px;
	left: -10px;
}



/* ---  NEWSLIST --- */
#newslist.summarylist {
}
#newslist.summarylist .item {
	cursor: pointer;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9d929c;	
}
#newslist.summarylist .item .dateContainer {
	background-image: url(/images/date.png);
	float: left;
	margin: 0px 10px 10px 0px;
	width: 80px;
	height: 80px;
	vertical-align: middle;
}
#newslist.summarylist .item .date {
	margin-top: 25px;
	text-align: center;
	font-size: 0.70em;
}
#newslist.summarylist .image {
	float: left;
}
#newslist.summarylist .text {
	padding: 10px 10px 10px 20px;
	position: relative;
}
#newslist.summarylist p.summary {
	margin-right: 120px;
}
#newslist.summarylist .text img.readmore {
	position: absolute;
	top: 10px;
	right: 0px;
}
#newslist.summarylist h2 {
	text-transform: none;
}



/* ---  PRODUCTPAGES --- */
#productlist.summarylist .item {
	cursor: pointer;
	float: left;
	margin-bottom: 30px;
	border: 1px solid transparent;
}
#productlist.summarylistOFF .item:hover {
	border: 1px solid #CCC;
	background-image: url(/images/gray50-10.png);
	background-repeat: repeat;
}
#productlist.summarylist .item.odd {
	margin-left: 26px;
}
#productlist.summarylist .item .image {
	height: 216px;
	width: 340px;
	overflow: hidden;
}
#productlist.summarylist .item .text {
	height: 18px;
	width: 340px;
	padding-top: 16px;
	overflow: hidden;
	background-image: url(/images/productArrow.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	text-transform: uppercase;
}
#productlist.summarylist .item .text .summary {
	text-transform: none;
}
#productlist.summarylist .item .text a:link {
	font-size: 1em;
	text-decoration: none;
}
.productimage {
	float: left;
	margin: 0px 20px 20px 0px;
}
.productdrawing {
	display: inline-block;
	zoom:1; *display: inline; _height: 190px;
}
.productdrawing h3 {
	white-space: nowrap; 	
}


/* ---  DAM / IMAGEGALLERY  --- */
#dam {
	text-align: justify;
}
#dam .section {
}
#dam .header {
	text-transform: uppercase;
	border-bottom: solid 1px #3c2639;
	font-size: 1.1em;
	padding-left: 2px;
	margin-top: 28px;
	margin-bottom: 2px;
	text-align: left;
}
#dam .item {
	margin: 2px;
	padding-right: 16px;
	padding-top: 10px;
	display: inline-block;
	text-align: left;	
	vertical-align: top;
	height: 160px;
}
#dam .item:hover {
}
#dam .image {
	height: 120px;
	margin-bottom: 10px;
}
#dam .text {
	background-image: url(/images/arrowRight.png);
	background-repeat: no-repeat;
	background-position: right 2px;
	padding-right: 10px;
}
#dam .text:hoverOFF {
	background-image: url(/images/arrowRightDbl.png);
	background-repeat: no-repeat;
	background-position: right 2px;
	padding-right: 10px;
	cursor: pointer;
}



/* ---  FORHANDLERLISTE  --- */
#forhandlerliste .forhandler {
	width: 340px;
	height: 110px;
	float: left;
}
#forhandlerliste .forhandler.odd {
	margin-left: 30px;
}
#forhandlerliste .forhandler div {
	padding: 3px 0px 3px 0px;
}
#forhandlerliste .forhandler .title {
	font-weight: bold;
	text-transform: uppercase;
}
#forhandlerliste .forhandler .header {
	width: 65px;
	display: inline-block;
	text-transform: uppercase;
}
#forhandlerliste a {
	font-weight: normal;
}



/* ---  PRESSE / LOGIN  --- */
#login dd input {
	width: 300px;
	height: 16px;
	border: hidden;
	background-color: #d8d4d7;
	color: #635161;
	padding: 2px 4px 2px 4px;
}
#login dd {
	margin-top: 4px;
	margin-bottom: 18px;
}
#login_button {
	border: none;
	background:none;
	position: absolute;
	left: 230px;
}


/* ---  KONTAKT OSS  --- */
body.Kontakt h2 {
/*	border-bottom-width: 0px;
	border-bottom-style: dashed;
	border-bottom-color: #3c2639;	
	display: inline-block;
	zoom:1; *display: inline; _height: 20px;
	margin-left: -20px;
	padding-left: 20px;
	margin-bottom: 8px;
font-size: 1em;
*/}








