



/*				GENERELT
------------------------------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #5a7e8a;
}

a:hover {
  color: #8cc4d7;
}


body {
  font-size: 62.5%;
  font-family: "lucida sans unicode", sans-serif;
  color: #333;
  background: #fff url(body.gif) repeat-x -1px 10px;
}

#container {
  width: 1200px;
}

#sidebar {
  float: left;
  width: 400px;
  background: url(sidebar.gif) repeat-y 100% 0;
}

#main {
  float: left;
  width: 800px;
  padding: 71px 0 40px 0;
}

.kolonne {
  float: left;
  width: 180px;
  margin: 0 20px 20px 0;
}

h1 {
  width: 400px;
  height: 71px;
  text-indent: -1000em;
  background: url(logo.gif) no-repeat;
}


#sidebar .bunn {
  height: 100px;
  background: url(sidebar-bunn.gif) repeat-y 100% 0;
}

ul {
  list-style: none;
}

h2 {
  margin: 20px 0 10px 0;
  padding: 0 0 2px 0;
  font-size: 1.8em;
  font-weight: normal;
  color: #8A6E5A;
}

#sidebar h2, #sidebar ol {
  margin-left: 60px;
  margin-right: 40px;
}

h2 .detalj {
  float: right;
  margin: 6px 0 0 0;
  font-size: 11px;
}

.tabell {
  list-style-position: inside;
  font-size: 1.2em;
}

.tabell li {
  position: relative;
  padding: 5px 10px;
}

.tabell li.par {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #f7f7f7;
}

.tabell li span {
  position: absolute;
  right: 10px;
}

.meny {
  overflow: auto;
  margin-left: 60px;
  margin-right: 40px;
  list-style: none;
  font-size: 1.2em;
}

.meny li {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 16px;
}

li span {
  font-weight: bold;
}

span.pluss { color: green; }
span.minus { color: red; }


.sum {
  margin: 5px 10px 0 0;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
}

.fb-comments {
  margin-left: 60px;
}