/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                                                                 *
 *        Kommentarene i denne CSS filen kan ikke fjernes!         *
 *     Berlevåg Kongekrabbe AS websider levert av Metromedia DA    *
 *                                                                 *
 *   Design levert av Metromedia DA, http://www.metromedia.no/     *
 *                                                                 *
 *   CSS-design levert av Steinhaug AS, http://www.steinhaug.no/   *
 *   Sist revidert: 8 September 2006, kim@steinhaug.com            *
 *                                                                 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

  body {
    font:76%/1.5 Tahoma,"Lucida Grande",Geneva,Verdana,Arial,Helvetica,sans-serif;
    background-color: #ccccca;
    color: #5c6263;
  }
  #kongekrabbe {
    margin: 0 auto;
    width: 763px;
    background: transparent url(/gfx/default-back.gif) top repeat-y;
  }
  #logo {
    background: transparent url(/gfx/kongekrabbe.jpg) top no-repeat;
    width: 763px;
    height: 247px;
    position: relative;
  }
  #logo div.language {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  #logo div.language a {
    padding: 2px;
  }
  #logo div.language a:hover {
    padding: 0px;
    border: 2px solid white;
  }
  #logo div.language a img {
    margin-top: 2px;
  }
  #logo div.home {
    position: absolute;
    left: 35px;
    top: 20px;
  }
  #logo div.home a img {
    width: 230px;
    height: 210px;
  }
  ul.krabbe-nav {
    margin:0;
    padding: 0 0 0 15px;
    background: transparent url(/gfx/menuback.gif) left no-repeat;
    height: 54px;
  }
  ul.krabbe-nav li {
    list-style: none;
    float: left;
    width: 120px;
    background: transparent url(/gfx/menu-devider.gif) right no-repeat;
  }
  ul.krabbe-nav li a {
    display: block;
    height: 34px;
    padding: 20px 0 0 0;
    text-align: center;
    font-size: 12px;
    color: #5c6263;
    font-family: "BM aztec", Impact, "Comic Sans MS" ;
    text-decoration: none;
  }
  ul.krabbe-nav li a:visited {
     color: #5c6263;
  }
  ul.krabbe-nav li a:hover {
    background: transparent url(/gfx/btn-hover-75.gif) top no-repeat;
    text-decoration: none;
    color: #fff;
  }
  ul.krabbe-nav li.active a, ul.krabbe-nav li.active a:hover {
    background: transparent url(/gfx/btn-hover.gif) top no-repeat;
    color: #fff;
  }
  ul.krabbe-nav li.active a:visited {
    color: #fff;
  }
  #kongekrabbe-footer {
    margin: 0 auto;
    width: 763px;
    height: 34px;
    background: transparent url(/gfx/back-bottom.gif) top repeat-y;
    padding: 20px 0 0 0;
    text-align: center;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
  }
  #kongekrabbe-footer div.copyright{
    font-size: 10px;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
  }
  #kongekrabbe-footer div.copyright a {
    font-size: 10px;
    color: #5c6263;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
  }
  #kongekrabbe-footer div.copyright a:hover {
    color: #5c6263;
    text-decoration: underline;
  }
  #kongekrabbe-footer div.copyright span {
    display: block;
    position:absolute;
    top: 0;
    left: -1975px;
  }
  #kongekrabbe div.content {
    width: 500px;
    float: left;
    display: inline;
    margin-left: 18px;
    overflow: auto;
  }
  #kongekrabbe div.right-col {
    margin-left: 20px;
    width: 208px;
    float: left;
  }
  #kongekrabbe div.right-col div.news {
    background: transparent url(/gfx/news-back-hr.jpg) top no-repeat;
    width: 188px;
    padding: 10px 10px;
    font-size: 10px;
  }
  #kongekrabbe div.right-col div.news h1.special {
    font-family: "BM aztec", Impact, "Comic Sans MS" ;
    font-size: 14px;
    font-weight: normal;
  }
  #kongekrabbe div.right-col div.news h1,
  #kongekrabbe div.right-col div.news h2,
  #kongekrabbe div.right-col div.news h3 {
    margin: 0.1em 0;
    font-size: 12px;
  }
  #kongekrabbe div.right-col div.news p {
    margin: 0.5em 0;
  }
  #kongekrabbe div.right-col div.news a {
/*    color: #e37361;*/
    color: #000;
    text-decoration: none;
    font-size: 11px;
  }
  #kongekrabbe div.right-col div.news a:hover {
/*    color: #e37361;*/
    color: #000;
    text-decoration: underline;
  }
  div.content h1 {
    font-size: 22px;
  }
  div.content h2 {
    font-size: 18px;
  }
  div.content h3 {
    font-size: 16px;
  }
  div.content h4,
  div.content h5,
  div.content h6,
  div.content h7,
  div.content h8 {
    font-size: 14px;
  }
  div.content h1,
  div.content h2,
  div.content h3,
  div.content h4,
  div.content h5,
  div.content h6,
  div.content h7,
  div.content h8 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    font-weight: bold;
    line-height: 1.1em;
    margin: 0.6em 0;
  }
  div.content a, div.content a:visited, div.content a:hover {
    color: #000;
  }
  .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
  }
  * html>body .clearfix {
    display: inline-block; 
    width: 100%;
  }
  * html .clearfix {
    /* Hides from IE-mac \*/
    height: 1%;
    /* End hide from IE-mac */
  }

