 @import url('base.css');

body, html {
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #696969;
}

 a {
 	color: #9d2529;
 	font-weight: bold;
}
hr
{
    color:#C4C4C4;
}
/**********************************************************
*						     Layout  					  *
***********************************************************/
#mainwrapper
{
    min-height:100%;
    margin:0 auto;
}
#top-border {
	height: 5px;
	background-color: #a0252b;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

#wrapper {

	min-height: 600px;
	padding-bottom.20px;
}
 
#mid-background-wrapper {
	width: 1003px;
	margin: 0 auto;
	position: relative;
}

#content-wrapper {
	width: 972px;
	margin: 0 auto;
	padding-top: 5px;
    background-position: bottom center;
    background-repeat: no-repeat;
}

#bottom-background-wrapper {
    background-color: white;
    background-image: url("/img/bunn.jpg");
    background-position: 0px bottom;
    background-repeat: no-repeat;
    min-height: 100%;
}


#frontpage #bottom-background-wrapper {
    background-image: url(/img/bottom-background-frontpage.jpg);    
}
#footer
{
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    padding-top: 10px;
    text-align: center;
}

#campaignimage
{
    padding-left: 60px;
    padding-top: 20px;
}

/**********************************************************
*						     Layout  					  *
***********************************************************/
#header {
	position: relative;
	height: 180px;
}

#header .link {
	height: 100px;
	left: 40px;
	position: absolute;
	top: 50px;
	width: 200px;
	display: block;
}

#header-background {
    background-image: url("/img/header2.png");
    background-position: center top;
    background-repeat: no-repeat;
    height: 165px;
    position: absolute;
    top: 39px;
    width: 1005px;
}



/**********************************************************
*						     Header	  					  *
***********************************************************/
#menu {
    color: #4F4F4F;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    padding-top: 5px;
    text-transform: uppercase;
    width: 750px;
}

#menu a {
	color: #4f4f4f;
}

#menu a.current {
    text-decoration: underline;
}
 
#menu li {
	float: left;
	padding: 9px;
}

#aapningstider {
    font-size: 11px;
    position: absolute;
    right: 0;
    top: 6px;
    width: 270px;
    z-index: 10;
}

#aapningstider .left, #aapningstider .right {
 	float: left;
}

#aapningstider .left {
	width: 90px; 	
}

#aapningstider .right {
 	width: 150px; 	
}

#aapningstider h3 {
	font-size: 11px;
	font-weight: bold;
	float: left;
	position: relative;
	top: 10px;
	margin-right: 10px;
}

#aapningstider h2 {
	font-weight: bold;
	font-size: 24px;
	color: #a0252b;
	display: inline;
	float: left;
	padding-bottom: 5px;
}

#aapningstider p {
	padding-bottom: 3px;
}


 
/**********************************************************
*						     Frontpage 					  *
***********************************************************/
 
#wrapper-middle {

}


#wrapper-middle .content {
	padding: 25px 0px 0px 60px;
	width: 370px;
}

#frontpage #wrapper-middle .content strong {
    font-weight: normal;
    font-size: 16px;
}

#wrapper-middle .content {
	margin-bottom: 10px;
    padding-top:100px;
}

 #wrapper-middle .boxes {
 	position: absolute;
	right: 60px;
	top: 290px;
}

#wrapper-middle .infoboxes {
	position: absolute;
	width: 612px;
	top: 200px;
}

#wrapper-middle .infobox {
	width: 226px;
	height: 216px;
	background-image: url(/img/infobox-background.png);
	float: left;
	margin-right: -32px;
}

#wrapper-middle .infobox .image {
	left: 32px;
	position: relative;
	top: 27px;
}

#wrapper-middle .infobox .text {
	left: 33px;
	position: relative;
	text-align: center;
	top: 37px;
	width: 155px;
	font-weight: bold;
	color: #a3272c;
}

#wrapper-middle .profile {
	position: absolute;
	right: 110px;
	top: -99px;
}

#wrapper-middle h1 {
	color: #a3272c;
    left: 54px;
    position: absolute;
    top: 10px;
    width: 750px;
}


#content, #contentstoreslist, #contentcontact, #contentfrontpage {
	background-color: #FFFFFF;
	border: 1px solid #C4C4C4;
	margin-top: 1px;
	width: 908px;
    padding-top: 60px;
	padding-left: 60px;
	position: relative;
	    padding-bottom: 20px;
}
#contentfrontpage
{
    padding-top:0;
    padding-left:0;
    width:968px;
}
#content .news,#contentfrontpage .news {
	width: 524px;
	height: 110px;
    padding-bottom: 20px;
}
#contentfrontpage .news
{
    padding-bottom:0px;
}
 #content .news h2 {
     font-size: 18px;
 }

#content .news .image,#contentfrontpage .news .image {
	float: right;
	margin-left: 15px;
}

#content .news .image {
}

#content .news .text,#contentfrontpage .news .text {
    width: 330px !important;
}

#content .news .image img ,#contentfrontpage .news .image img{
	border: 5px solid #e2e2e2;
}

#content .news-wrapper {
	padding-bottom: 20px;
}

#butikk-oversikt {
	position: absolute;
	right: 10px;
	top: 40px;
}


#index-wrapper {
	height: 351px;
	z-index: 2;
	position: relative;
}

#newsfrontpage
{
    padding-bottom: 25px;
    padding-left: 60px;
    padding-top: 37px;
}
#campaignimage img
{
    border: 5px solid #E2E2E2;

}
/**********************************************************
*						     Subpage 					  *
***********************************************************/

#content.subpage {
    min-height: 590px;	
}
 
#content.subpage .text, #contentstoreslist .text { 
	width: 535px;
}

.textfull { 
	width: 916px;
}
.textleft
{
   width:530px; 
}
.textright
{
    
}
#rightcontent
{
    background-image: url("/img/profilebg2.jpg");
    background-repeat: no-repeat;
    float: right;
    height: 399px;
    left: 667px;
    position: absolute;
    top: 187px;
    width: 317px;
    z-index: 1;
}


#iframeleft 
{
    float: left;
    margin-right: 20px;
    padding-bottom: 20px;
    width: 340px;
}
#iframeright
 { 
	width: 556px;
	float:left; 
	padding-bottom:20px;
}

#subpage-boxes {
    position: absolute;
    right: 130px;
    top: 159px;
    z-index: 99;
}

#content .kart ,#contentstoreslist .kart{
    position: absolute;
    right: 30px;
    top: 100px;
}



#profiletext, #profileheadline, #profileabstract
{
    position:relative;
    top:-62px;
}
#profileheadline, #profileabstract
{
    top:-58px;
    padding-left:17px;
}
#profileabstract
{
    padding-right:10px;
    top:-72px;
    padding-left:19px;
}
#butikklink
{
    left: -20px;
    padding-bottom: 20px;
    position: relative;
}

/**********************************************************
*						     butikker 					  *
***********************************************************/
 
.butikkliste {
	width: 250px;
	margin-bottom: 40px;
	cursor: default;
}

.butikkliste th {
 	font-weight: bold;
 	font-size: 16px;
 	padding-bottom: 15px;
}

.butikkliste td {
 	height: 18px;
 	border: 1px solid #fff;
 	padding: 2px 5px 2px 7px;
}

.butikkliste tr.odd td {
	background-color: #f5f5f5;	
}

.butikkliste tr td {
	background-color: #f4f1e0;	
}

.butikkliste td.hover:hover {
	background-color: #e1f1e0 !important;
}

.etasje-col {
    float: left;
    width: 260px;
}

.text li
{
    list-style:disc;
}
.text ul
{
    margin-left:15px;
}
