/* Sidornas struktur (höjd, bredd etc.) beskrivs här */

/* Body Referens: 800px (bredd), 600px (höjd) */


/* Referens: .container */

.center {
  position: relative;
  padding: 3%;
}


/* Referens: body */

.container {
  position: relative;
  height: 85%;          /* body - (.top + .footer) */
  padding-left: 5%;
  padding-right: 5%;
  overflow: auto;
}


/* Referens: .container .center .filer */

.filer-filer .filer-kategori .filer-projekt {
  border-style: solid;
}


/* Referens: .container .center .filer */

.filer-filer {
  border-width: thin;
}


/* Referens: .container .center .filer */

.filer-kategori {
  border-width: thick;
}


/* Referens: .container .center .filer */

.filer-paket {
  border-width: medium;
}


/* Referens: .container .footer-wrapper */

.footer {
  clear: both;
  position: relative;
  height: 5%;
}


/* Referens: .container .center .hem */

.huvudmeny {
  margin-left: auto;
  margin-right: auto;
}


/* Referens: .container .center. .hem .huvudmeny */

.huvudmeny td {
  width: 50%;
}


/* Referens: body */

.top {
  position: relative;
  top: 0%;
  width: 100%;
  height: 10%;
  min-height: 60px;   /* Minimum 10% of 600px */
}
