@import url("4.2_content.css");
@import url("4.2_tables.css");

body{
font-size: 10pt;
font-weight: normal;
font-family: arial, helvetica, sans-serif;
color: #003366;	
margin: 0;
padding: 0;
text-align: center;
}

.left {float: left;}
.right {float: right;}
.no-border {border: none; }


div#top {
        display: none;
}        

div#logo-print {
float: left;
}

div.tools {
       display: none;
}

div#outer-framework {         
       height: 100%;
       width: 945px;
       margin: 0 auto;
       text-align: left;      
}


div.framework {
        float: left;
        margin:0;
       padding: 14px 0 10px 0;
}

div.framework.bottom {
        border-top: 1px solid #d5e9eb;
        border-bottom: 1px solid #d5e9eb;
        width: 100%;
        margin: 0;
        padding: 0;
}


div.left-column {
      display: none;
}

div.framework.bottom div.left-column {
display: none;
}

div.content {
	float: left;
        width: 435px;
        padding-left: 28px;
}

div.framework.bottom div.content-wide {
       background-image:url(http://www.godfisk.no/elm/content_bg.gif);
       background-repeat: repeat;
       padding-top: 20px;
}

div.content-wide {
       float: left;
       padding: 0 0 0 28px;
       width: 692px;
}

div.right-column {
  display: none;

}

div.footer-wrap {
     display: none;
}


div#flasearch {
     position:relative; 
     width:692px; 
     height:240px; 
     overflow:hidden; 
     border-collapse:collapse; 
}

img {
   display:             block;
}

a img {
   border:                 none;
}



/**
 * generelle, taguavhengige klasser
 */

.wact    {
   display:             none;
}

.mt      {
   margin-top:             9px;
}

.ml   {
   margin-left:            10px;
}

.mr   {
   margin-right:           10px;
}

.mb, ul.arkiv, table.bars, table.ingredients, ul.values, div#container div.right img, div#container div.left div.box_search, div#container div.right div.box_search {
   margin-bottom:          10px;
}

.mts     {
   margin-top:             1px;
}

.bb   {
   background:             url(../../../elm/bg_dotted_border_grey.gif) repeat-x left bottom;
}

.bt   {
   background:             url(../../../elm/bg_dotted_border_grey.gif) repeat-x left top;
}

.bold {
   font-weight:            bold;
}

.fl   {
   float:                  left;
}

.fr   {
   float:                  right;
}

.fw      {
   width:                  100%;
}

.debug   {
   display:             none;
}

.textalignright {
   text-align:             right;
}

.textaligncenter {
   text-align:             center;
}

.textalignleft {
   text-align:             left;
}

.nobackgroundimage {
   background-image:none;
}


