a {
  text-decoration: none;
  color: #e00;
}

a:hover {
  text-decoration: underline;
}



/*				GENERELT
------------------------------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}


body {
  height: auto!important;
  height: 100%;
  min-height: 100%;
  font: 62.5% arial, sans-serif;
  text-align: center;
  color: #000;
  background: #fff url("/images/3.gif") 50% 0 repeat-y;
}

#container {
  width: 876px;
  margin: 0 auto;
  text-align: left;
}

#sidebar {
  float: left;
  width: 216px;
  padding: 40px;
}

#innhold {
  float: left;
  width: 540px;
  padding: 40px 40px 0 0;
}

#footer {
  clear: left;
}

h1 {
  width: 216px;
  height: 150px;
  padding: 20px 0 0 0;
  text-indent: -1000em;
  background: url("/images/2.gif") no-repeat 0 20px;
}

ul.meny {
  margin: 40px 0 0 0;
  list-style: none;
  color: #C26762;
}

ul.meny li {
  margin: 0 0 0 0;
}

ul.meny a {
  display: block;
  height: 100%;
  padding: 5px 0 5px 40px;
  font-family: "trebuchet ms", arial, sans-serif;
  font-size: 1.2em;
  text-decoration: none;
  color: #7A413E;
  text-transform: uppercase;
  font-weight: bold;
  background: url("/images/6.gif") no-repeat 20px 9px;
}

ul.meny a:hover {
  text-decoration: underline;
}


div.header {
  height: 170px;
  color: #fff;
  background: #C26762 url("/images/5.gif") no-repeat 0 100%;
}

.header h2 {
  height: 15px;
  margin: 0;
  padding: 0 0 10px 20px;
  font-family: arial, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  background: #fff url("/images/4.gif") no-repeat 0 100%;
  color: #C26762;
}

.header p {
  margin: 15px 20px 20px 20px;
  font-size: 1.2em;
}


h2 {
  margin: 30px 20px 10px 20px;
  font-family: "trebuchet ms", arial, sans-serif;
  font-size: 2.4em;
  font-weight: normal;
  color: #7A413E;
}

h3 {
  margin: 30px 20px 10px 20px;
  font-family: "trebuchet ms", arial, sans-serif;
  font-size: 1.4em;
  font-weight: normal;
  text-transform: uppercase;
  color: #C26762;
}

h4 {
  margin: 1em 20px 10px 20px;
  font-family: "trebuchet ms", arial, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  color: #C26762;
}

p {
  margin: 0 20px 1em 20px;
  font-size: 1.2em;
  line-height: 1.6;
}

img.seigmann {
  float: right;
  margin: 0 0 0 20px;
}

img.hoyre {
  float: right;
  margin: 10px 20px 10px 10px;
  padding: 1px;
  border: 2px solid #7A413E;
}

img.venstre {
  float: left;
  margin: 10px 10px 10px 20px;
  padding: 1px;
  border: 2px solid #7A413E;
}

img.bred {
  display: block;
  margin: 10px 20px;
  padding: 1px;
  border: 2px solid #7A413E;
}