/*----------------------------------------------
 |  main.css |
 |-----------
 |  The default structural DIV:s
 |  Do NOT add extra elements here, they should be placed in main_extra.css
 *---------------------------------------------*/
div#banner-a {
  background-image: url(../images/bildtopp.png);
  background-repeat: no-repeat;
  height: 149px;
}

div#banner-b {
  width: 840px;
  height: 90px;
  background-image: url(../images/menubg.gif);
  background-repeat: repeat-x;
  background-position: top left;
}

div#logo {
}

div#supercontainer {
  width: 840px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid white;
  border-right: 1px solid white;
  background-color: White;
}

div#container {
  width: 840px;
  background-image: url(../images/contentbg.gif);
  background-color: White;
  background-repeat: repeat-y;
}

div#content-a {
}
div#content-a-a {
  float: left;
  width: 215px;
  background-color: #FFFEFC;
  text-align: center;
  border-right: 1px solid #F5F5F5;
  padding-bottom: 20px;
}

div#content-a-b {
  width: 537px;
  margin-left: 255px;
}

div#content-a-c {
}

div#content-b {
}

div#content-b-a {
}

div#content-b-b {
}

div#content-b-c {
}

div#footer-a {
}

div#footer-b {
  clear: both;
  border-top: 1px dotted #CAC8C4;
  background-color: #FFFEFC;
  color: #000000;
  font-size: 12px;
  height: 40px;
  padding-bottom: 15px;
}
