@charset "utf-8";
/* CSS Document */

.altbody{
background:url(../gfx/bg.jpg) repeat-x #A9B0D4;
}

 /* CONTAINER (This is the main wrapper)
------------------------------------------------------------------ */
#container {
	width:960px;
	background:#fff;
	padding:0 0px;
	margin: 0 auto;
	min-height: 500px;
	height: auto !important;
	height:500px;
	
}

 /* CONTAINER Wrap (Extra wrap with shadow bg)
------------------------------------------------------------------ */
#containerWrap {
	width:960px;
	padding:0 0px;
	background:#fff;
	border:#ccc 1px thin;
	margin-top:20px;
	}


/* #header
---------------------------------------- */
#header {
	width:960px;
	min-height:50px;
	height: auto !important;
	height:394px;
	float:left;
	}	

#header .left { /* logo*/
	width:250px;
	height:80px;
	margin-left:50px;
	margin-top:20px;
	float:left;
	border:0;
	}

#header .slideshow { /* midle jquery images */
	width:860px;
	height:294px;
	padding-left:50px;
	z-index:1;
	}		
	

#header .openfrom{
	position:absolute;
	background:url(../gfx/bg_openfrom.jpg) repeat;
	border:1px solid #ccc;
	width:160px;
	left:100px;
	z-index:3000;
	padding:20px;
	}
	
#header .topheader{
	width:860px;
	height:20px;
	background:#514339;
	margin-left:50px;
	z-index:1;
	}

/* #header .top-menu */
#top-menu {
	width:600px;
	font-size:1.0em;
	float:left;
	}
	
#top-menu ul {
	padding:0;
	margin:0;
	}
	
#top-menu ul li {
	list-style:none;
	float:right;
	margin-top:70px;
	padding:0px 10px;
	border-right:1px solid #ccc;
}

#top-menu ul li.first {
	border:none;
}
	
#top-menu ul li a {
	color:#3E311E;
	text-decoration:none;
	}

#top-menu ul li.selected {}

#top-menu ul li.selected a {
	color:#3E311E;
}



/* Extra wrapper main
--------------------------------------- */
#mainWrapper {
	float:left;
	width:960px;
	border-top:1px solid #fff;
	background:#FFF;
	clear:both;
}


/* #left
----------------------------------------*/
#left {
	background:#FFF;
	width:170px;
	min-height:200px;
	height: auto !important;
	height:200px; 
	float:left;
	padding-left:50px;
	}

	
/* #left .left-menu */
#left .left-menu {
	margin-top:20px;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.5em;
	}	
	
#left .left-menu ul {
	padding:0;
	margin:0px 0 0 0;
	
	}
	
#left .left-menu ul li {
	background-image: url(../gfx/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:15px;
	list-style-type: none;	
	border-bottom:1px dotted #ccc;
	
}


#left .left-menu ul li a {
	color: #514339;
	text-decoration:none;
	display:block;
	}
	
#left .left-menu ul li.selected a {
	color:#514339;
	}
	
#left .left-menu ul li ul {
	padding:0;
	margin:0px 0 0 0;
	}
	
#left .left-menu ul li ul li {
	background:#fff;
	list-style-type: none;	
	padding:0;
	margin:0px 0 0 0;
	color:#B1ACAB;
	border:0;
	}
	
#left .left-menu ul li ul li .last{
	border:0;}

#left .left-menu ul li.selected ul li.selected a{
	color:#514339;
	}
		
#left .left-menu ul li.selected ul li a { 
	color:#B1ACAB;
	}

/* #mainContent
---------------------------------------- */
#mainContent {
	width:680px;
	float:left;
	min-height:200px;
	height: auto !important;
	height:200px;
}
#mainContent .helper {
	margin:20px 25px 20px 25px;
	
}

/* #ukens tilbud ()
---------------------------------------- */
#wrapTilbud{
	margin-left:50px;
	margin-top:10px;}
	
/* ukens tilbud venstre()
---------------------------------------- */
#leftnews{
	width:400px;
	float:left;
	padding:10px;
	color: #000;}
	
#leftnews img{
	float:left;
	margin:0px 5px 5px 0px;
	border:1px solid #fff;
	width:100px;}	
	
#leftnews a{
	color:#000;
	text-decoration:underline;
}
/* ukens tilbud høyre()
---------------------------------------- */	
#rightnews{
	width:400px;
	float:left;
	padding:10px;
	color:#000;}
	
#rightnews img{
	float:left;
	margin:0px 5px 5px 0px;
	border:1px solid #fff;
	width:100px;}

#rightnews a{
	color:#000;
	text-decoration:underline;
}

/* #footer ()
---------------------------------------- */
#footer {
	width:960px;
	margin:0 auto;
	min-height: 100px;
	height: auto !important;
	height:100px;
	overflow:hidden;
	background:url(../gfx/bg_sales.jpg) repeat;	
}

.address{
	margin: 0 auto;
	text-align: center;
	display:block;
	color:#fff;
	background:#f58233;
}
.address a:link { color:#000; text-decoration:none; }
.address a:visited { color:#000; text-decoration:none; }
.address a:hover { color:#000; text-decoration: underline; }
.address a:active { color:#000; text-decoration:none;}	


/* Powered by i-tools */
.itools {
	font-size:10px;
	margin:0 auto;
	text-align:center;
	color:#fff;
	margin:0 auto;
	width:960px;
	float:left;
	background:#f58233;}
	
.itools a:link { color: #000; text-decoration:none; }
.itools a:visited { color:#000; text-decoration:none; }
.itools a:hover { color: #000; text-decoration: underline; }
.itools a:active { color:#000; text-decoration:none; }


#printhere{
	margin:20px 0;
	}

