body {
  margin: 0px;
  padding: 0px;
  height: 100%;
}

#leftSide {
  width:auto;height:100%;
  background-image:url(/images/left_background.png);
  background-repeat:repeat-y;
  background-position:right;
  background-color:#E7E7E7;
}

#rightSide {
  width:auto;height:100%;
  background-image:url(/images/right_background.png);
  background-repeat:repeat-y;
  background-position:left;
  background-color:#E7E7E7;
}

#logo {margin:3px 3px 2px 3px;display: block;}

#globalMenu {
  padding:0px 10px 0px 0px;
  margin:2px 3px 2px 3px;
  background-color:#FF9900;
  height:24px;
  text-align:right;
  font-family: arial;
  font-size: 8.5pt;
  font-weight: bold;
}

#topShader {margin:2px 3px 0px 3px;display: block;}
#leftColumn {width:149px;background-image:url(/images/horizontal_line.gif);background-repeat:repeat-y;background-position:right;vertical-align:top;}
#mainContent {
  height:600px;
  width:475px;
  margin:0px;
  padding:11px 20px 10px 20px;
  background-image:url(/images/backdrop.gif);background-repeat:no-repeat;background-position:top left;vertical-align:top;
  }
  #mainContent .content {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    line-height:10pt;
  }
  #mainContent .image {
    font-family: verdana, arial, helvetica, sans-serif
    font-size: 9pt;
    line-height:9pt;
    padding:0px 0px 0px 0px;
    margin:0px 0px 10px 0px;
  }

#rightColumn {width:165px;vertical-align:top;}

.globalMenuItem {
  position:relative;
  top:5px;
  padding:5px 5px 5px 5px;
  margin:0px;
  height:23px;
  font-family: arial;
  font-size: 8.5pt;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration:none;
}
  a.globalMenuItem:link {
    color: white;
  }
  a.globalMenuItem:hover {
    color: white;
  }
  a.globalMenuItem:visited {
    color: white;
  }


.globalMenuSep {
  position:relative;
  top:5px;
  padding:5px 0px 5px 0px;
  margin:0px;
  height:23px;
  font-family: arial;
  font-size: 8.5pt;
  font-weight: bold;
  color: #FFFFFF;
}

.globalMenuActive {
  position:relative;
  top:5px;
  padding:5px 5px 5px 5px;
  margin:0px;
  height:23px;
  font-family: arial;
  font-size: 8.5pt;
  font-weight: bold;
  color: #FF9900;
  background-color:#FFFFFF;
  text-decoration:none;
}

.globalMenuSepActive {
  position:relative;
  top:5px;
  padding:5px 0px 5px 0px;
  margin:0px;
  height:23px;
  font-family: arial;
  font-size: 8.5pt;
  font-weight: bold;
  color: #FF9900;
}


/* leftColumn (start) */

/* mainMenu */

#leftColumn ul {
  padding:0px;
  margin:0px;
  list-style-type: none;
  list-style: none;
  list-style-position: outside;
  display: block;
  text-indent:0px;
}

  #leftColumn ul li.header {
    height:15px;
    padding:4px 6px 1px 6px;
    margin:0px 0px 0px 0px;
    font-family: arial;
    font-size: 8.5pt;
    font-weight: bold;
    background-image:url(/images/left_header_background.gif);
    color: #FFFFFF;
    list-style-type: none;
    list-style: none;
    list-style-position: outside;
    display: block;
    text-indent:0px;
    overflow: hidden;
  }

  #leftColumn ul li {
    padding:2px 6px 2px 0px;
    margin:0px 0px 0px 0px;
    font-family: arial;
    font-size: 8pt;
    font-weight: bold;
    background-image:none;
    color: #000000;
    list-style-type: none;
    list-style: none;
    list-style-position: outside;
    display: block;
    text-indent:0px;
    overflow: hidden;
  }

  #leftColumn ul li p {
    padding:2px 6px 2px 6px;
    margin:0px 0px 0px 0px;
    font-family: arial;
    font-size: 8pt;
    font-weight: normal;
    background-image:none;
    color: #000000;
    list-style-type: none;
    list-style: none;
    list-style-position: outside;
    display: block;
    text-indent:0px;
    overflow: hidden;
  }

  #leftColumn ul li.nyhetsbrev {
    padding:2px 6px 2px 6px;
    margin:0px 0px 0px 0px;
    font-family: arial;
    font-size: 8pt;
    font-weight: normal;
    background-image:none;
    color: #000000;
    list-style-type: none;
    list-style: none;
    list-style-position: outside;
    display: block;
    text-indent:0px;
    overflow: hidden;
  }


ul#mainMenu {
  height:auto;
  margin: 7px 0px 10px 0px;
  padding:3px 0px 3px 3px;
  display: block;
  text-indent:0px;
}

ul#mainMenu li {
  height:auto;
  margin:0px;
  padding:3px 0px 3px 5px;
  background-image:url(/images/menu_arrow_grey.png);background-repeat:no-repeat;background-position:6px 6px ;
  border-top: 1px solid #E7E7E7;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  line-height:11px;
  color:#000000;
  list-style-type: none;
  list-style: none;
  display: block;
  text-indent:10px;
  overflow: hidden;
}

  ul#mainMenu li a {
    color: #000000;
    text-decoration:none;
  }


ul#mainMenu li:first-child {
  border-top: 0px;
}

/* subMenu */

ul#mainMenu ul {
  margin:0px;
  padding:3px 0px 3px 10px;
  display: block;
  text-indent:-10px;
}

  ul#mainMenu a {
    text-decoration:none;
  }
  ul#mainMenu a:hover {
    text-decoration:underline;
  }


ul#mainMenu ul li {
  margin:0px;
  padding:2px 0px 2px 20px;
  background-image:none;
  border-top: 0px;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  line-height:11px;
  color:#000000;
  list-style-type: none;
  list-style: none;
  display: block;
  text-indent:-10px;
  overflow: hidden;
}

ul#mainMenu li.currentMenu {
  background-image:url(/images/menu_arrow_orange.png);background-repeat:no-repeat;background-position:6px 6px ;
}
  ul#mainMenu li.currentMenu a.currentMenu {
    color: #FF9900;
  }

ul#mainMenu ul li.currentMenu {
  background-image:none;
}
  ul#mainMenu ul li.currentMenu a.currentMenu {
    color: #FF9900;
  }




/* leftColumn (stop) */
/* rightColumn (start) */

#rightColumn ul {
  padding:0px 0px 0px 0px;
  margin:10px 0px 10px 0px;
  list-style-type: none;
  list-style: none;
  list-style-position: outside;
  display: block;

}

#rightColumn  ul li.header {
  height:15px;
  padding:4px 6px 1px 6px;
  margin:0px 0px 0px 0px;
  font-family: arial;
  font-size: 8.5pt;
  font-weight: bold;
  background-image:url(/images/right_header_background.gif);
  color: #FFFFFF;
  list-style-type: none;
  list-style: none;
  list-style-position: outside;
  display: block;
  text-indent:0px;
  overflow: hidden;
}
  #rightColumn ul li.header a {
      color: #FFFFFF;
      text-decoration:none;
    }
  #rightColumn ul li.header a:hover {
      color: #FFFFFF;
      text-decoration:underline;
    }
#rightColumn  ul li.annons {
  padding:4px 6px 0px 0px;
  margin:0px 0px 0px 0px;
  font-family: arial;
  font-size: 8.5pt;
  font-weight: normal;
  font-style: italic;
  background-image:none;
  color: #000000;
  list-style-type: none;
  list-style: none;
  list-style-position: outside;
  display: block;
  text-indent:0px;
  overflow: hidden;
}

#rightColumn ul li {
  padding:2px 6px 2px 6px;
  margin:0px 0px 0px 0px;
  font-family: arial;
  font-size: 8.5pt;
  font-weight: normal;
  background-image:none;
  color: #000000;
  list-style-type: none;
  list-style: none;
  list-style-position: outside;
  display: block;
  text-indent:0px;
}
  #rightColumn ul li a:link  {
      color: #D02F00;
      text-decoration:none;
      }
  #rightColumn ul li a:visited  {
      color: #D02F00;
      text-decoration:none;
      }
  #rightColumn ul li a:hover  {
      color: #D02F00;
      text-decoration:underline;
      }

#rightColumn ul li.banner {
  padding:3px 0px 3px 0px;
  margin:0px 0px 0px 0px;
  font-family: arial;
  font-size: 8.5pt;
  font-weight: normal;
  background-image:none;
  color: #000000;
  list-style-type: none;
  list-style: none;
  list-style-position: outside;
  display: block;
  text-indent:0px;
}
#rightColumn ul li.text {
  padding:1px 6px 5px 6px;
  margin:0px 0px 3px 0px;
  border-bottom: 1px solid #ccc;
  font-family: arial;
  font-size: 8.5pt;
  font-weight: normal;
  background-image:none;
  color: #000000;
  list-style-type: none;
  list-style: none;
  list-style-position: outside;
  display: block;
  text-indent:0px;
}
  #rightColumn ul li.text a:link  {
      color: #000000;
      text-decoration:none;
      }
  #rightColumn ul li.text a:visited  {
      color: #000000;
      text-decoration:none;
      }
  #rightColumn ul li.text a:hover  {
      color: #000000;
      text-decoration:underline;
      }
/* rightColumn (stop) */


.footer {
  padding:10px 12px 5px 12px;
  font-family: arial;
  font-size: 8.5pt;
  font-weight: bold;
  color: #333333;
}

.wrapper {
  margin-top:10px;
  margin-bottom:10px;
  border-bottom: 1px solid #ccc;
  }
.wrapper_last {
  margin-top:10px;
  margin-bottom:10px;
  }
.image_wrapper {
  margin-bottom:12px;
  }

/* Formulär */
.label {
  font-family: arial;
  font-size: 8.5pt;
  font-weight: bold;
  }

.meddelande {
  font-family: arial;
  font-size: 8.5pt;
  font-weight: normal;
  color:#cc0000;
  }


.forum-labels {
  font-family: arial;
  font-size: 8.5pt;
  font-weight: normal;
  color:#000000;
}
  .forum-labels a:link  {
      color: #cc0000;
      text-decoration:none;
      }
  .forum-labels a:visited  {
      color: #cc0000;
      text-decoration:none;
      }
  .forum-labels a:hover  {
      color: #cc0000;
      text-decoration:underline;
      }


.forum-post {
  font-family: arial;
  font-size: 8.5pt;
  font-weight: normal;
  color:#000000;
}
  .forum-post legend {
    font-family: arial;
    font-size: 8.5pt;
    font-weight: bold;
    color:#000000;
  }
.forum-body {
  font-family: arial;
  font-size: 8.5pt;
  font-weight: normal;
  color:#000000;
  margin: 4.25pt 0 6.25pt 0;
}

