body {
  font-family: Tahoma, Geneva, sans-serif;
  padding: 0;
  margin: 0;
  color: black;
  background-color: #D5D5D5; }
  body p {
    color: black; }
  body a {
    color: #A70236;
    text-decoration: none; }
  body a:hover {
    text-decoration: underline; }
  body h1 {
    color: #36a702; }
  body h2 {
    color: #36a702; }

em {
  font-style: italic; }

i {
  font-style: italic; }

header {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0;
  padding-bottom: 1.5em;
  margin-bottom: 1em;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
  /*border-bottom-right-radius:10px; border-bottom-left-radius:10px;*/
  background-color: #a70236;
  /*@include gradient(#a70236, #ff0352) ;*/
  color: #111C00;
  max-width: 47em; }
  header br {
    height: 0; }

#top {
  background: -webkit-linear-gradient(#000, #333);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#000, #333);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#000, #333);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#000, #333);
  /* Standard syntax */
  color: white;
  margin-top: 0;
  height: 4em;
  padding-top: 1em; }
  #top #jubok {
    font-size: 2.5em;
    float: left;
    margin: 0;
    margin-top: 0px;
    color: white; }
  #top #logo {
    width: 2em;
    float: left;
    margin-right: 1em;
    margin-left: 1em;
    margin-top: -0.3em; }
  #top #cart form {
    display: inline;
    margin: 0;
    padding: 0;
    margin-right: 1em;
    border: none;
    width: 4em;
    margin-top: -0.5em;
    float: right; }
  #top #cart input {
    width: 4em; }

#menu, #prodtop {
  margin-left: 15px;
  margin-bottom: 1em; }
  #menu a, #prodtop a {
    color: white;
    background-color: #A70236;
    text-decoration: none;
    display: block;
    border: 1px solid #BA023C;
    margin-right: 5px;
    padding-top: 4px;
    padding-bottom: 5px; }
  #menu a:hover, #prodtop a:hover {
    text-decoration: underline;
    background-color: #BA023C; }
  #menu li, #prodtop li {
    float: left;
    width: 5em;
    text-align: center; }

#prodtop {
  margin-top: 1em; }
  #prodtop li {
    width: 7em; }

.katalog, .enkelbok {
  margin-top: 2em;
  margin-left: 5px; }
  .katalog img, .enkelbok img {
    width: 90%;
    max-width: 200px;
    border: 1px solid black; }
  .katalog p, .enkelbok p {
    line-height: 1.2em;
    margin-bottom: 0.4em; }
  .katalog .tekstblokk, .enkelbok .tekstblokk {
    margin-top: 0.7em; }
    .katalog .tekstblokk p, .enkelbok .tekstblokk p {
      margin-bottom: 0.4em;
      line-height: 1.2em; }
    .katalog .tekstblokk a, .enkelbok .tekstblokk a {
      text-decoration: none; }

#page, footer {
  margin-left: 5px;
  margin-right: 5px; }
  #page h1, footer h1, #page h2, footer h2 {
    margin-left: 5px; }
  #page a, footer a {
    text-decoration: none;
    color: #A70236; }
  #page a:hover, footer a:hover {
    background-color: #FFC0FF;
    text-decoration: underline; }

#matter {
  padding-top: 1em;
  background-color: white; }
  #matter h1 {
    font-size: 150%;
    margin-bottom: 1em; }

#prod {
  background-color: white;
  margin-top: 3em;
  margin-bottom: 2em;
  /*border-radius:0px;*/
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 10px; }
  #prod li {
    font-size: 1.25em;
    line-height: 1.2em;
    margin-bottom: 1em; }
  #prod .subprod li {
    font-size: 0.8em;
    margin-left: 1em; }
  #prod a {
    text-decoration: none;
    color: #A70236; }
  #prod a:hover {
    background-color: #FFC0FF;
    text-decoration: underline; }

.omtale {
  padding-bottom: 0.5em; }
  .omtale p {
    margin-bottom: 1em;
    line-height: 1.2em;
    margin-left: 5px; }
  .omtale h1 {
    margin: 0;
    margin-top: 0.5em;
    margin-bottom: 0.3em; }
  .omtale img {
    width: 80%; }

.enkelbok .touch {
  margin-top: 2em;
  margin-bottom: 2em; }
.enkelbok input {
  width: 13em;
  max-width: 90%; }

.enkelbok select {
  font-size: 100%;
  padding-top: 0.2em;
  padding-bottom: 0.2em; }

.label {
  margin: 0;
  padding: 0;
  margin-top: 1em; }

.textfield, .formtextarea {
  width: 90%;
  margin-bottom: 1em;
  background-color: white;
  font-size: 120%; }

.formtextarea {
  height: 6em; }

.submitbutton {
  padding: 1em !important;
  margin-right: 2em;
  font-size: 100%; }

.help p {
  padding-bottom: 0.4em;
  line-height: 1.2em; }
.help li {
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.2em;
  padding-bottom: 0.7em; }
.help h1 {
  margin-top: 1em; }

#best {
  height: 12em; }

h2.err {
  background-color: pink;
  color: black;
  margin: 0.3em;
  padding: 1em; }

footer {
  font-size: 0.7em;
  line-height: 150%;
  background-color: #F0D6BB;
  margin-bottom: 1em;
  padding: 1em;
  border: 1px solid #805830; }

img.rightarrow {
  display: inline;
  border: none;
  vertical-align: text-bottom;
  width: 0.5em !important;
  height: 0.5em !important;
  padding-top: 0.4em;
  padding-right: 0.4em; }

img.paypm {
  width: 1px !important;
  border: none;
  float: none;
  display: inline; }

.payp.img {
  max-width: 20%; }

br.l {
  clear: left; }

br.r {
  clear: right; }

br.b {
  clear: both; }

/* gt 25em */
@media only screen and (min-width: 25em) {
  .katalog img, .enkelbok img {
    width: 150px;
    float: left; }

  .tekstblokk {
    margin-top: 0;
    margin-left: 160px; }

  #matter {
    padding: 1em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }

  #prod {
    padding: 1em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; } }
/* > 30 em */
@media only screen and (min-width: 35em) {
  body {
    margin-left: 15px;
    margin-right: 15px; }

  #matter {
    width: 20em;
    max-width: 20em;
    float: left;
    padding-bottom: 2em;
    margin-bottom: 2em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }

  #prod {
    margin-left: 23em;
    margin-top: 0;
    padding: 1em;
    padding-top: 1em;
    padding-bottom: 1.5em;
    max-width: 17em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; } }
@media only screen and (min-width: 40em) {
  #matter {
    width: 25em;
    max-width: 25em;
    float: left;
    padding-bottom: 2em;
    margin-bottom: 2em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }

  #prod {
    margin-left: 28em; }

  body {
    background-image: url(../img/forsatsdek-bw.png);
    background-repeat: repeat;
    background-position: 0 0; }

  footer {
    max-width: 49em; } }
@media print {
  body {
    background-image: none; }

  header, footer, .touch, .payp, paypm, #prod {
    display: none; }

  h1, h2, h3 {
    font-size: 14pt !important;
    color: #000 !important; }

  p {
    font-size: 12pt !important;
    color: #000 !important;
    line-height: 100%; }

  #page a, footer a {
    color: black;
    text-decoration: underline; } }
