@CHARSET "UTF-8";

body {
  font-family: Tahoma;
  font-size: 12px;
  background-color: #434242;
}

a {
  color: #507681;
  text-decoration: none;
}

a:hover {
  color: #000;  
}


h1 {
  color: #851F1F;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 34px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
  margin: 12px 0 12px 0;
}


h2 {
  background-repeat: no-repeat;
  color: #851F1F;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 22px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
  margin: 23px 0 8px 0;
  padding: 6px 0 5px 0px;
  width: 100%;
}

h3 {
  font-size: 14px;
  margin: 16px 0 6px 0;
  /**font-family: Georgia, "Times New Roman", Times, serif;**/
  font-family: arial;
}


div.advertisement {
  margin: 20px 0 10px 0;
}


#top {
  background: url('gfx/bg_top.gif') repeat-x;
  height: 314px;
  width: 100%;
}
  
  #top_bar {
    background: url('gfx/top_logos.gif') no-repeat; 
    width: 960px;
    height: 88px;
    padding: 0; 
  }
  
    #top_site_logo {
      float: left;
      display: block;
      width: 225px;
      height: 68px;
      margin: 10px 0 0 10px;
    }

    #top_login {
      float: left;
      height: 68px;
      width: 500px;
      padding: 10px 25px 0 0;
      text-align: right;
    }
    
      #login_error {
        color: #D50000;
        background-color: #FFB4B4;
        margin-right: 4px;
        font-size: 10px;
        display: inline;
        text-align: left;
        padding: 1px 8px 1px 8px;
      }
    
      #top_login a {
        color: #fff;
        text-decoration: none;
      }
        #top_login a:hover {
          text-decoration: underline;
        }
      
      ul#top_login_options {
        list-style: square;
        color: #871D1D;
        padding: 10px 0 5px 5px;
        margin: 0 0 0 120px;
        font-size: 11px;
        font-family: tahoma;
        overflow: auto;
      }
        #top_login_options li {
          float: left;
          margin: 0 0 0 30px;
          padding: 0 0 0 8px;
        }
        
        #top_login_options li:FIRST-CHILD {
          list-style-type: none;
          padding: 0;
          margin: 0;
        }
      
      #top_login_form {
        clear: both;
        margin: 0 0 0 120px;
      }
        #top_login_form input.text {
          border-color: #893A2D;
        }
        #top_login_form input.button {
          padding: 3px 8px 3px 8px;
          font-size: 11px;
        }
      
      #top_login_info {
        padding: 25px 0 0 0;
      }
      
      
    #top_org_logo {
      float: left;
      display: block;
      width: 170px;
      height: 68px;
      margin: 10px 10px 0 15px;
    }
            
  
  #top_scene {
    background: url('gfx/top_pictures.gif') no-repeat top right;
    height: 174px;
    clear: both;
  }
  
    #top_menu {
      background: url('gfx/top_menu_inactive_bg.gif') repeat-x;
      height: 60px;
      float: left;
    }
    
      #top_menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        border-left: 1px solid #D3D3D3;
        border-right: 1px solid #D3D3D3;
        height: 57px;
      }
      
        #top_menu li {
          float: left;
          margin: 0;
          padding: 0;
          border-left: 1px solid #E4E4E4;
        }
        
          #top_menu li.first {
            border: none;
          }
          
            #top_menu li a {
              display: block;
              padding: 19px 25px 15px 25px;
              margin: 0;
              text-decoration: none;
              color: #232323;
              font-size: 16px;
              font-weight: 500;
              outline: none;
            }
              #top_menu li a:hover {
                color: #232323;
                border-top: 6px solid #CA1B1B;
                padding-top: 13px;
                background-color: #fff;
              }
            
            #top_menu li.selected a {
              background-color: #fff;
              border-top: 6px solid #851F1F;
              padding: 13px 25px 15px 25px;
            }
          
    #top_feeds {
      clear: both;
      padding: 20px 0 0 10px;
      height: 94px;
    }
    
      #calendar_carousel {
        background: url('gfx/calendar_carousel_bg.gif') repeat-x;
        height: 74px;
        width: 320px;
        float: left;
      }
          
          
        #calendar_carousel ul.jquery_carousel {
          float: left;
          width: 275px;
          height: 60px; /** CONTROLLED BY JQUERY **/
          padding: 0 0 0 5px;
          margin: 8px 0 6px 0;
        }

          #calendar_carousel ul.jquery_carousel li {
            height: 59px;
            width: 270px;
            background: transparent;
          }
          
          #calendar_carousel ul.jquery_carousel li .item_wrapper {
            height: 45px;
            width: 255px;
            padding: 12px 3px 0 12px;
            background: transparent;
          }
          
          #calendar_carousel ul li a {
            color: #575757;
            font-weight: bold;
            margin: 0;
          }
          
          #calendar_carousel ul li span.gray {
            margin-left: 24px;
            font-size: 11px;
            line-height: 2;
          }
  
        #calendar_carousel a#goto_button {
          float: left;
          display: block;
          width: 40px;
          height: 74px;
          background: url('gfx/calendar_carousel_button.gif') no-repeat top left;
          outline: none;
        }
        
          #calendar_carousel a#goto_button:hover {
            background-position: bottom left;
          }
          
      #latest_headlines {
        float: left;
        padding: 6px 0 0 20px;
      }
      
        ul#site_headlines {
          list-style: none;
          padding: 9px 0 0 22px;
          margin: 0;
        }
        
          #site_headlines li {
            margin: 0 0 5px 0;
            padding: 0;
          }
          
            #site_headlines li a {
              color: #929292;
              text-decoration: none;
            }
            #site_headlines li a:hover {
              color: #000;
            }
            #site_headlines span.time_ago {
              color: #D7D7D7;
              margin-left: 7px;
            }
            
    #submenu {
      clear: both;
    }
    
      #submenu ul {
        list-style: none;
        overflow: auto;
        padding: 0;
        margin: 0;
      }
      
        #submenu ul li {
          float: left;
          padding: 0;
          margin: 0;
          background: transparent;
        }
        
          #submenu ul li a {
            display: block;
            font-size: 14px;
            color: #fff;
            text-decoration: none;
            padding: 14px 25px 14px 25px;
            outline: none;
            background: url('gfx/submenu_bg.gif') repeat-x top left;
          } 
        
          #submenu ul li a:hover {
            background: url('gfx/submenu_bg.gif') repeat-x bottom left;
          }
          
          #submenu ul li.selected, #submenu ul li.active {
            background: url('gfx/submenu_bg.gif') repeat-x bottom left;
          }
          
          #submenu ul li.active a {
            background: transparent;
          }
          
          #submenu ul li.selected a {
            background: url('gfx/submenu_active_selector.gif') no-repeat center 1px;
          }

#main {
  clear: both;
  background: #fff;
}
  #contents {
    padding: 8px 0 20px 0;
  }
  
    #column1 {
      float: left;
      padding: 0 0 15px 0;
    }
      
      div.one_column #column1 {
        width: 960px;
        padding-left: 0px;
        padding-right: 0px;
      }
    
      div.two_columns #column1 {
        width: 630px;
        padding-right: 30px;
      }
      
  
      ul#sub_sub_menu {
        list-style: none;
        padding: 0;
        margin: 0 0 25px 0;
      }
      
        #sub_sub_menu li {
          padding: 0;
          margin: 0 auto;
          border-top: 1px solid #e0e0e0;
        }
          #sub_sub_menu li.first {
            border: none;
          }
          
        #sub_sub_menu li a {
          color: #555;
          font-size: 14px;
          font-family: Arial, Helvetica;
          text-decoration: none;
          padding: 10px 10px 10px 25px;
          display: block;
        }
        
          #sub_sub_menu li.selected a {
            color: #851F1F;
            font-weight: bold;
          }
          #sub_sub_menu li.active a {
            font-weight: bold;
          }
          #sub_sub_menu li a:hover {
            color: #851F1F;
            font-weight: bold;
          }
          
          
          ul#sub_sub_sub_menu {
            list-style: square;
            padding: 0 10px 0 10px;
            margin: 0 0 9px 0;
            color: #ccc;
          }
          
            #sub_sub_menu li.level4 {
              margin-left: 40px;
              border: none;
            }
          
            #sub_sub_menu li.level4 a {
              padding: 8px 10px 8px 5px;
              font-size: 13px;
            } 
           
      #column1 .child a {
        text-decoration: none;
      }
        
        
      
    #column2 {
      float: left;
      padding: 20px 0 10px 0;
      min-height: 100px;
    }
      
      div.two_columns #column2 {
        width: 300px;
      }
        
#bottom {
  clear: both;
  background: #434242 url('gfx/bg_bottom.gif') repeat-x;
  height: 240px;
  min-height: 240px;
}

  #bottom_contents {
    color: #fff;
    padding-top: 31px;
    font-family: tahoma;
  }
  
    #breadcrumbs {
      height: 37px;
      width: auto;      
      background: url('gfx/bottom_breadcrumbs_bg.gif') repeat-x;
    }
    
      #breadcrumbs_content {
        background: url('gfx/bottom_breadcrumbs_left.gif') no-repeat;
        height: 26px;
        padding: 11px 0 0 41px;
      }
      #breadcrumbs_right_end {
        float: right;
        background: url('gfx/bottom_breadcrumbs_right.gif') no-repeat;
        height: 37px;
        width: 9px;
      }
    
      #breadcrumbs .breadcrumb_separator {
        margin: 0 11px 0 11px;
        color: #fff;
      }
      #breadcrumbs a {
        color: #fff;
        font-size: 11px;
      }
      #breadcrumbs a:hover {
        text-decoration: underline;
      }
    
    #bottom_left {
      float: left;
      width: 240px;
    }
    
      #bottom_org_logo {
        display: block;
        width: 159px;
        height: 60px;
        margin: 30px 10px 30px 10px;
        background: url('gfx/bottom_logo.gif') no-repeat;
      }
      
      a#bottom_mosaikkweb_link {
        font-size: 10px;
        color: #D7D7D7;
        margin-left: 10px;
      }
    
    #bottom_center {
      float: left;
      width: 400px;
      padding: 15px 0 0 0;
    }
    
      #bottom_center h3 {
        margin-bottom: 10px;
      }
    
      #bottom_center td {
        font-family: tahoma;
        line-height: 2;
      }
    
    #bottom_right {
      float: left;
      width: 300px;
      padding-left: 20px;
    }
    
      h3#other_webpages {
        text-indent: -9999px;
        background: url('gfx/h3_andre_nettsider.gif') no-repeat;
        width: 187px;
        height: 31px;
        float: right;
        margin-right: 15px;
      }
      
      #bottom_links_container {
        clear: both;
        width: 296px;
        height: 64px;
        background: url('gfx/bottom_links_bg.gif') no-repeat;
        padding: 13px 0 0 50px;
      }  
      
        ul#bottom_links1, ul#bottom_links2 {
          list-style: square;
          color: #717171;
          padding: 5px 0 5px 10px;
          margin: 0 auto;
          font-family: tahoma;
          overflow: auto;
        }
        
          #bottom_links_container ul li {
            float: left;
            margin: 0 0 0 30px;
            padding: 0 0 0 8px;
          }
          
            #bottom_links_container ul li a {
              color: #fff;
              font-size: 13px;
            }
          
          #bottom_links_container li:FIRST-CHILD {
            list-style-type: none;
            padding: 0;
            margin: 0;
          }
          
      a#translation_link {
        clear: both;
        float: right;
        overflow: visible;
        margin: 14px 16px 15px 0;
        display: block;
        width: 70px;
        color: #fff;
        background: url('gfx/mosaikk/english.jpg') no-repeat top right;
        padding: 0 28px 0 0;
        font-size: 11px;
      }
        
/********** FRONTPAGE *************/

#frontpage_content {
  float: left;
  width: 480px;
  margin-top: 5px;
}

#frontpage_sidebar {
  float: left;
  width: 460px;
  padding-left: 20px;
  margin-top: 3px;
}
        
div.box_460 {
  background: url('gfx/half_width_box_bg.gif') repeat-y;
  width: 460px;
}

  div.box_contents_460 {
    background: url('gfx/half_width_box_top.gif') no-repeat;
    min-height: 98px;
    width: 424px;
    padding: 28px 18px 0 18px;
  }
        
div.box_bottom_460 {
  background: url('gfx/half_width_box_bottom.gif') no-repeat;
  height: 22px;
  width: 460px;
}
  
  div.box_460 h2 {
    text-align: right;
    color: #851F1F;
    font-size: 30px;
    padding: 0;
    margin: 0;
  }
  
  div.box_header {
    padding: 1px 18px 0 11px;
  }
  
  #frontpage_road_desc {
    float: left;
    width: 205px;
    color: #616161;
    font-family: Arial;
    padding-left: 5px;
  }
  
    #frontpage_address {
      text-align: right;
      font-size: 14px;
      font-weight: bold;
      padding: 30px 10px 5px 0;
      line-height: 1.5;
    }
 
  a.frontpage_button {
    background-position: top left;
    display: block;
    text-indent: -9999px;
    float: left;
    height: 33px;
    background-repeat: no-repeat;
  }
  
  a.frontpage_button:hover {
    background-position: bottom left;
  }
    
    a#button_subscribe {
      background-image: url('gfx/button_subscribe.gif');
      width: 89px;
    }
  
    a#button_show_calendar {
      background-image: url('gfx/button_show_calendar.gif');
      width: 84px;
    }
  
  table#frontpage_calendar {
    margin-top: 5px;
    width: 422px;
    /**table-layout: fixed;**/
    table-layout: fixed;
  }
      
    table#frontpage_calendar a {
      color: #323131;
      font-weight: bold;
      margin-right: 4px;
      width: 100%;
      font-size: 12px;
    }
    table#frontpage_calendar a:hover {
      color: #851F1F;
    }
    
    #frontpage_calendar td {
      vertical-align: middle;
      empty-cells: show;
      overflow: hidden;
      white-space: nowrap;
      padding: 0;
      margin: 0;
    }
      
      td.frontpage_calendar_date div {
        color: #777;
        padding: 4px 5px 4px 5px;
        font-size: 11px;
        overflow: hidden;
        min-width: 100px;
      }
      
      td.frontpage_calendar_item {
        color: #777;
        overflow: hidden;
        height: 3.5ex;
        width: 50%;
      }
      
        td.frontpage_calendar_item div {
          overflow: hidden;
          white-space: nowrap;
          padding: 4px 5px 4px 5px;
          max-width: 200px;
        }
      
      td.frontpage_calendar_time div {
        text-align: right;
        font-size: 11px;
        color: #909090;
        padding: 4px 5px 4px 5px;
        min-width: 80px;
      }
  
  
  #frontpage_road_desc img.picture {
    border: 1px solid #E1E1E1;
  }
  
  #frontpage_map {
    float: left;
    width: 185px;
    height: 170px;
    border: 1px solid #E1E1E1;
    padding: 5px;
    background: #fff;
    margin: 20px 0 0 15px;
  }
    
    a#button_large_map {
      background-image: url('gfx/button_large_map.gif');
      width: 95px;
    }
  
.child h3 a {
  color: #323131;
}

#summary_full {
  font-size: 14px;
}


div.advertisement {
  clear: both;
  background-color: transparent;
  margin: 0 auto;
}
  
  div.advertisement.ad_slot1 {
    margin-top: 30px;
    width: 400px;
    background: none;
    padding: 0;
  }


#frontpage_sidebar #page_info_notices {
  padding-left: 22px; 
  padding-right: 18px; 
}


#frontpage_rss {
  padding: 10px 18px 0 23px;
}
  
  #frontpage_rss h2 {
    padding: 0 0 6px 0;
    margin-bottom: 20px;
    font-size: 30px;
    text-align: left;
    width: auto;
    border-bottom: 1px solid #ecd5d5;
  }
  
  #frontpage_rss_children {
    padding-right: 0;
  }
    
    #frontpage_rss_children .child h3 {
      font-size: 13px;
      font-weight: bold;
    }


#frontpage_search {
  margin: 35px auto;
  margin-bottom: 20px;
  width: 320px;
}

  #frontpage_search input.text {
    width: 250px;
  }
