html {
  background: #f1f1f1; }

body {
  color: #333333;
  font-family: Tahoma, Geneva, sans-serif; }

p {
  padding-top: 10px; }

a {
  color: #db4105;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

#doc4 {
  background: white; }

h1 {
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 167%; }
  h1 span {
    display: none; }

h2 {
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 138.5%; }

#menu {
  padding: 5px;
  background-color: #9fb4cc; }
  #menu li {
    display: inline;
    margin-left: 5px; }
    #menu li a {
      padding: 6px;
      text-decoration: none; }
      #menu li a:link, #menu li a:visited {
        color: #333333; }
      #menu li a:hover {
        color: white;
        background-image: url("/images/white_triangle.png");
        background-repeat: no-repeat;
        background-position: bottom center; }

#hem #homelink,
#kontakt #contactlink,
#priser #pricelink {
  color: white;
  background-image: url("/images/white_triangle.png");
  background-repeat: no-repeat;
  background-position: bottom center; }

#content, #sidebar {
  margin: 10px; }

#ft {
  margin-top: 10px;
  padding-top: 10px;
  border-top-style: solid;
  border-top-width: medium;
  border-top-color: #9fb4cc; }
  #ft p {
    text-align: center; }

#kontakt #map {
  float: right; }
#kontakt .addressline {
  padding-top: 0px;
  padding-bottom: 2px;
  margin-top: 0px;
  margin-bottom: 0px; }
#kontakt td {
  padding: 5px; }

#priser table {
  margin-top: 20px;
  margin-bottom: 10px;
  border-collapse: separate;
  border-spacing: 2px; }
  #priser table .even, #priser table .tableheader {
    background-color: #cccc9f; }
  #priser table .odd {
    background-color: #fff8f3; }
  #priser table th {
    padding: 10px;
    font-weight: bold;
    text-align: center;
    margin: 5px; }
  #priser table td {
    margin: 2px;
    padding: 5px; }
  #priser table .numerical {
    text-align: right; }

