body {
  background: #F3F3F3;
  color: #333;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
  padding-bottom: 25px;
}
html {
  background: #F3F3F3;
}
caption {
  text-align: left;
}
fieldset {
  margin: 1em 0;
}
fieldset legend {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  padding-left: 5px;
}
#wrapper {
  width: 777px;
  height: auto; /* Minimum height for page to prevent meny from overflowing the design */
  text-align: left;
  /* background: #fff url(grafikk/layout.gif) repeat; */
  background-color: #fff;
  color: #333;
  margin: 10px auto;
  padding: 0;
  border: 1px solid #566;
}
img {
  border: none;
}
img.block {
  display: block;
}
img.right, div.right {
  float: right;
}
img.wrapps {
  display: block;
}
a {
  color: #00c;
  text-decoration: none;
  /*  background: url(images/easycms_3xdott.gif) bottom left repeat-x; */
}
a:visited {
  color: #66c;
}
a:hover {
  color: #00c;
  text-decoration: underline;
  background: none;
}
a img {
  border: none;
}
a:active {
  color: red;
}
/* Search in top of page */
  #side-topp {
    position: relative;
  }
  #side-topp div.top-domenesok {
    position: absolute;
    top: 10px;
    right: 5px;
    font-weight: 700;
    color: #000;
  }
  #side-topp div.top-domenesok form input.domain {
    width: 100px;
    margin: 0;
    padding: 3px 3px;
    font-size: 12px;
  }
  #side-topp div.top-domenesok form input.search-btn {
    width: 40px;
    height: 17px;
    background: transparent url(http://images.steinhaug.no/search-off.gif) no-repeat;
    outline: none;
    border: none;
  }
  #side-topp div.top-domenesok form input.search-btn:hover {
    background: transparent url(http://images.steinhaug.no/search-on.gif) no-repeat;
  }
  #side-topp div.top-domenesok form div.pos-wrapper {
    float: right;
    width: 40px;
    padding-top: 2px;
    margin-left: 5px;
  }

/* ********************* */
#content, #content_full {
  font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 14px;
}
#content {
  width: 755px;
  margin-left: 15px;
}
#content_full {
  margin-left: 10px;
  width: 755px;
}
#content-float {
  width: 570px;
  float: left;
  margin-left: 15px;
}
#menu {
  font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
  float: left;
  color: black;
  width: 160px;
  z-index: 50;
  margin-left: 0;
}
#content h1, #content_full h1 {
  font-family: lucida, verdana, arial, helvetica, sans-serif;
  font-size:20px;
  color: #000;
  margin: 10px 0 10px 0;
}  
#content h2, #content_full h2 {
  font-family: lucida, verdana, arial, helvetica, sans-serif;
  font-size: 16px;
  color: black;
}
#content h3, #content_full h3 {
  font-family: lucida, verdana, arial, helvetica, sans-serif;
  font-size: 14px;
  color: black;
}
#nav {
  z-index: 100;
  top: 55px;
  border: 0;
  width: 775px;
  position: absolute;
}
#nav, #nav ul {
  font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-size: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 22px;
}
#nav a {
  display: block;
  width: 109px;
  text-align: center;
  color: black;
  font-weight: bold;
}
#nav a.daddy { background: url(http://images.steinhaug.no/steinhaug-webdevelopment.gif) center right no-repeat; }
#nav a:visited { }
#nav a:hover { }
#nav a:active { }
#nav li {
  float: left;
  width: 109px;
}
#nav li ul {
  position: absolute;
  background: #fe3;
  width: 150px;
  left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
  border:1px solid black;
  padding:0px 0 5px 0;
}
#nav li ul a {
  width: 140px;
  text-align:left;
  padding-left: 10px;
}
#nav li ul a:hover {
  background: #fff;
}
#nav li ul {
}
#nav li ul li {
  position: relative;
}
#nav li ul li ul {
  margin: -20px 0 0 145px;
}
#nav li ul li ul li {
}
#nav span {
  display: none;
}
#nav li:hover ul li ul, 
#nav li.sfhover ul li ul {
  left: -999em;
}
#nav li:hover ul, 
#nav li ul li:hover ul, 
#nav li.sfhover ul, 
#nav li ul li.sfhover ul { 
  left: auto;
}
#bottom {
  margin-top: 10px;
  position: relative;
  border: 1px solid #444;
  width: 773px;
  margin-left: 1px;
  margin-bottom: 1px;
  background-color: #F79A1D;
  font-size: 12px;
  height: 27px;
  /*	text-align:right; */
}  
#bottom img {
  padding:2px 0 1px 0;
}
#bottom_A {
  position: absolute;
  border: 0 solid #fff;
  width:300px;
  padding: 3px 0 0 10px;
}
#bottom_B {
  position: absolute;
  border: 0 solid #fff;
  width:300px;
  left: 320px;
  padding: 3px 0 0 10px;
}  
form { 
  display: inline;
  padding:0px;
  margin: 0;
}
input {
  font-size : 12px; 
  border: #888 1px solid;
  background-color: #fff;
}
input.domain {
  width:100px;
}
input.sub {	
  border: #fff 1px solid; 
  background-color: #000;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  height: 18px;
  font-size: 12px;
}
.sel {
  font-size : 11px;  
  height: 18px;
  border: #444444 1px solid;
  background-color: #fff;
}
.product_set {
  border: 0 solid green;
  width: 280px;
  float: left;
}
.product_set img {
  margin: 20px 10px 10px 0;
}
.product_set img.product {
  display: block;
  float: left;
}
.frontpage_breakoff { 
  clear: left;
  margin: 0 0 15px 0;
}

.product-set-new {
  border: 0 solid green;
  width: 280px;
  float: left;
}
.product-set-new h2 {
  margin: 0;
}
.product-set-new img {
  margin: 20px 10px 10px 0;
}
.product-set-new img.product {
  display: block;
  float: left;
}

.breakoff { 
  clear: left;
}
.subimage {
  float:right;
}
.llegend {
  position: relative;
  background-color: #bdb;
  border: 2px solid #0c3;
  padding: 12px;
  margin-top: 25px;
  margin-bottom: 10px;
  clear: left;
  text-align: left;
}
.llegend h2 {
  position: absolute;
  margin-top: -27px;
  background-color: #fff;
  color: #000;
  font-size: 115%;
  font-family: sans-serif;
  font-weight: bold;
  text-align: right;
  padding-left: 15px;
  padding-top: 3px;
  padding-right: 15px;
  border: 2px solid #0c3;
  height: 17px;
}
.llegend_error {
  position: relative;
  background-color: #fcc;
  border: 2px solid #f00;
  padding: 12px;
  margin-top: 25px;
  margin-bottom: 10px;
  clear: left;
  text-align: left;
}
.llegend_error h2 {
  position: absolute;
  margin-top: -27px;
  background-color: #fff;
  color: #000;
  font-size: 115%;
  font-family: sans-serif;
  font-weight: bold;
  text-align: right;
  padding-left: 15px;
  padding-top: 3px;
  padding-right: 15px;
  border: 2px solid #f00;
  height: 17px;
}
.llegend_queries {
  position: relative;
  background-color: #fec;
  border: 2px solid #fa0;
  padding: 12px;
  margin-top: 25px;
  margin-bottom: 10px;
  clear: left;
  text-align: left;
}
.llegend_queries h2 {
  position: absolute;
  margin-top: -27px;
  background-color: #fff;
  color: #000;
  font-size: 115%;
  font-family: sans-serif;
  font-weight: bold;
  text-align: right;
  padding-left: 15px;
  padding-top: 3px;
  padding-right: 15px;
  border: 2px solid #fa0;
  height: 17px;
}
#content div.posterinfo {
  border: 1px solid #66FF99;
  background-color: #CCFFE8;
  width: 158px;
  margin-bottom: 20px;
  }
#content div.posterinfo h1 {
  margin: 0;
  background-color: #66FF99;
  padding: 6px 0 6px 0;
  border: 2px solid #fff;
  font-family: lucida, verdana, arial, helvetica, sans-serif;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  }
#content div.posterinfo p {
  padding: 0 5px;
  font-size: 12px;
  }
#content div.posterinfo a {
  padding: 0 5px;
  font-size: 12px;
  margin-top: -10px;
  margin-bottom: 5px;
  display: block;
  }
#content div.posterinfo strong {
  font-weight: normal;
}
div.poster {
  border: 1px solid #FFEB82;
  background-color: #FFF7C2;
  width: 158px;
  text-align: center;
  margin-bottom: 20px;
}
div.poster div.normal {
  border: 2px solid #fff;
  border-bottom: none;
  padding-bottom: 3px;
}
div.poster div.header {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  background-color: #FFEE7F;
  padding: 6px 0 6px 0;
  border: 2px solid #fff;
}
div.poster ul {
  margin: 0;
  padding: 0;
  width: 154px;
  border: 2px solid white;
  border-bottom: none;
  text-align: left;
}
div.poster ul li {
  list-style-type: none;
  border-bottom: 2px solid white;
  font-size: 11px;
}
div.poster ul li.new-page {
  display: none;
}
div.poster ul li.cent {
  text-align: center;
}
div.poster ul li.header {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  background-color: #FFEE7F;
  padding: 6px 0 6px 0;
}
div.poster ul a {
  padding: 3px 5px 3px 5px;
  display: block;
  width: 144px;
  text-align:left;
  color: #000;
  border: 0 solid red;
}
div.poster ul a:visited {
  color: #000;
}
div.poster ul a:hover {
  background-color: #fff;
  text-decoration: none;
  color: #888;
}
div.w3 {
  margin-bottom: 30px;
}
div.w3 img {
  float: right;
  margin-right: 10px;
}
#webhotellpakker {
}
#webhotellpakker div {
  width: 160px;
  height: 120px;
  float: left;
}
#webhotellpakker div p {
  display: none;
}
#webhotellpakker br {
  clear: left;
}
#producttop {
  position: relative;
  width: 754px;
  height: 250px;
}
#producttop div.PPt {
  position: absolute;
  background-image: url(http://images.steinhaug.no/top/PicturePerfect.gif);
  width: 754px;
  height: 250px;
}
#producttop div.PPi {
  position: absolute;
  background-image: url(http://images.steinhaug.no/top/PicturePerfect.jpg);
  width: 250px;
  height: 250px;
}
#producttop div.MMt {
  position: absolute;
  background-image: url(http://images.steinhaug.no/top/MarketMax.gif);
  width: 754px;
  height: 250px;
}
#producttop div.MMi {
  position: absolute;
  background-image: url(http://images.steinhaug.no/top/MarketMax.jpg);
  width: 250px;
  height: 250px;
}
#ringmeg {
  position: absolute;
  display: block;
  left: 386px;
  background-image: url(http://images.steinhaug.no/vi-ringer-deg.gif);
  width: 368px;
  height: 78px;
  padding: 0;
  margin: 0;
}
#ringmeg form {
  display: block;
  width: 338px;
  padding: 33px 0 0 30px;

}
#ringmeg input {
  height: 14px;
  margin: 0;
  padding: 0;
}
#ringmeg input.submit {
  background-color: #FFEB82;
  border: 1px solid #000;
  display: block;
  margin-top:3px;
  margin-left: 30px;
  height: 20px;
}
#coltwo {
 margin: 0;
/*
 width: 754px;
*/
  width: 100%;
}
#coltwo div.one {
  float: left;
  display: inline;
  margin-left: 10px;
/*
  width: 362px;
*/
  width: 46%;
}
#coltwo div.two {
  float: left;
  display: inline;
  margin-left: 20px;
/*
  width:362px;
*/
  width: 46%;
}
#colthree {
 margin: 0;
 width: 754px;
}
#colthree div.one {
  float: left;
  display: inline;
  width: 244px;
}
#colthree div.two {
  float: left;
  display: inline;
  margin-left: 11px;
  width: 244px;
}
#colthree div.three {
  float: left;
  display: inline;
  margin-left: 11px;
  width: 244px;
}
br.colbreak {
  clear: both;
}
ul.img, ul.img_top, ul.img_top_narrow {
  padding: 0 0 0 10px;
}
ul.img li, ul.img_top li, ul.img_top_narrow li {
  padding: 0 0 0 30px;
  background-position: left ;
  background-repeat: no-repeat;
  height: auto;
  list-style-type: none;
}
ul.img_top li, ul.img_top_narrow li {
  background-position: top left;
}
ul.img_top_narrow li {
  padding: 0 0 0 18px;
} 
li.tlf {
  background: transparent url(http://images.steinhaug.no/ico_tlf.gif);
}
li.fax {
  background: transparent url(http://images.steinhaug.no/ico_fax.gif);
}
li.epost {
  background: transparent url(http://images.steinhaug.no/ico_mail.gif);
}
li.arrow {
  background: transparent url(http://images.steinhaug.no/arrow-15.gif);
  margin-bottom: 10px;
}
/* FFEB82 */
/* FFF7C2 */
table.priser {
  width: 570px;
  border: 1px solid #FFEB82;
  background-color: #FFF7C2;
}
table.priser th {
  background-color: #FFF7C2;
  font-weight: bold;
  padding-left: 5px;
  font-size: 12px;
}
table.priser td {
  padding: 2px;
}
table.priser tr {
  background-color: #FFF;
}
table.priser tr.trans {
  background-color: transparent;
}
table.priser tr.yb {
  background-color: #FF0;
}
table.priser sup {
  font-weight: bold;
  color: red;
}
/* -------------------- */
/* CMS response settings */
/* -------------------- */
#easycmsForm {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color : black;
  position: relative;
  width: 310px;
  text-align: left;
  border: 0 solid black;
  line-height: 22px;
 }
#easycmsFormRight {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: black;
  position: absolute;
  top: 0;
  left: 320px;
  height: auto;
  width: 190px;
  text-align: left;
  line-height: 14px;
 }
#easycmsForm span{
  position: absolute;
/*  float: left; NOT NEEDED AT ALL? */
  left: 90px;
  text-align: left;
 }
#easycmsForm .items {
  margin-left: 90px;
  text-align: left;
 }
#easycmsForm input {
  font-size: 12px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  width: 200px;
  height: 18px;
  border: #004E87 1px solid;
  padding: 0;
 }
#easycmsForm input.button {
  font-size: 8px;
  width: 14px;
  height: 14px;
  border: #004E87 1px solid;
  cursor: pointer;
  background-color: white;
 }
#easycmsForm input.send {
  font-size: 12px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  width: 140px;
  border: #004E87 1px solid;
  cursor: pointer;
  margin-top: 20px;
 }
#easycmsForm textarea {
  font-size: 12px;
  width: 420px;
  height: 100px;
  border: #004E87 1px solid;
 }
  
 /* referanser */
 
 div.referanse {
  border: 2px dotted #ccc;
  background-color: #fafafa;
  padding: 9px 8px 0 8px;
  /* width: 528px; */
  margin-bottom: 1em;
}
div.referanse .ref-text {
  width: 310px;
  float: left;
}
div.referanse .ref-img {
  float: left;
  width: 218px;
  margin-left: 10px;
}
div.referanse .ref-img a {
  display: block;
  padding: 2px;
  border: 1px solid #fafafa;
}
div.referanse .ref-img a:hover {
  border: 1px solid #00f;
}
div.referanse .ref-clear {
  clear: left;
  height: 10px;
}
#kampanjebanner {
  width: 468px; 
  margin: auto;
  margin-bottom: 10px;
  padding: 5px 10px 5px 10px;
  border: 1px solid #ccc;
  background-color: #fafafa;
}
#kampanjebanner h1 {
  font-size: 10px;
  margin: 0 0 2px 0;
  padding:0;
}
.phpdig-form-menu {
  margin: 0;
  padding: 0;
}
.phpdig-form-menu ul {
  margin: 0;
  padding: 0;
}
.phpdig-form-menu input.phpdiginputtext {
  width: 130px;
  height: 15px;
}
.phpdig-form-menu input.phpdiginputsubmit {
  width: 50px;
  background-color: #FFB136;
  color: #fff;
  font-weight: bold;
}
a span {
  position: absolute;
  top: -200px;
}
/* Coloumns */
div.left {
  width: 275px;
  float: left;
}
div.right {
  width: 275px;
}
br.cb {
  clear: both;
}
/* maby make class of this */
fieldset {
  border: 1px dotted #444;
  background-color: #f8f8f8;
}
fieldset legend {
  color: #000;
  background-color: #fff;
  padding: .1ex 1.5ex;
  border-right: 1px dotted gray;
  border-bottom: 1px dotted gray;
}
fieldset input {
 padding: 1px 2px;
}
div.right-image {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
div.right-image p {
  margin: 0;
  padding: 0;
  font-size: 10px;
}
.pull_quote {
  border: solid 1px #990000; 
  width: 210px; 
  float: right;
  margin-left: 1em;
}
.pull_quote .quote {
  background-color: white; 
  margin: 0.5em -1px 0.5em -1px; 
  padding: 0 1em 0 1em; 
  font-size: 14px; 
  color: #990000; 
  font-weight: bold; 
  font-family: arial; 
  text-align: right;
  overflow: visible;
}
.pull_quote .credit {
  margin-top: 0.75em;
  color: black;
  font-size: 10px;
  font-weight: normal;
  font-family: arial, sans serif;
}
.pull_quote .quo {
  font-size: 2em; 
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  top: 0.15em;
  /* The following "undo" is to keep IE from choking */
  font-size: ; 
  line-height: ;
}
ul.liste {
}
ul.liste li {
  font-weight: bold;
}
ul.liste li ul {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}
ul.liste li ul li {
  font-weight: normal;
}
.nyheter h2 {
}
.nyheter h2 {
  margin-bottom: 0;
}
p.ingress {
  font-weight: bold;
}
p.ingress a, p.ingress a:visited,
p.tekst a, p.tekst a:visited {
  color: #000;
}
div.right-image-200 {
  width: 202px; 
  float: right; 
  margin-left: 10px;
  text-align: center;
}
div.right-image-200 img {
  border: 1px solid #666;
}
div.right-image-200 a {
  font-size: 11px;
}