a,
a:link,
a:visited,
a:active {
  text-decoration: none;
  color: #01669A;
  
}
.tekst a,
.tekst a:link,
.tekst a:visited,
.tekst a:active {
  text-decoration: underline;
}
h2 {
  font-size: 14px;
  margin: 25px 0 5px 0;
}
h3 {
  font-size: 12px;
}
h4 {
  font-size: 11px;
}
#anbefaler h2 {
  font-size: 16px;
  background: url(gfx/hand.gif) no-repeat;
  background-position: 0 1px;
  padding-left: 30px;
}
dl {
  margin: 0;
}
.piler {
  padding-left: 10px;
  background: no-repeat url(gfx/piler.gif);
  background-position: 0 4px;  
}
#tema-topp {
  float: left;
  font-size: 11px;
  font-family: verdana, sans-serif;
  background-color: #a6bdd6;
  width: 586px;
  padding: 5px 0;
  color: white;
}
#tema-topp a,
#tema-topp a:link,
#tema-topp a:visited {
  text-decoration: none;
  color: white;
}
#tema-topp a:hover {
  text-decoration: underline;
}
#tema-topp h1,
#tema-topp div {
  padding-left: 10px;
}
#tema-kropp {
  width: 410px;
  overflow: hidden;
}
#tema-kropp .box-model-hack {
  padding: 15px;
}
#tema-topp h1 {
  font-size: 20px;
}
ul {
  padding: 0;
  margin: 0 0 0 16px;
}
li {
  /*list-style-image: url(/bilete/punkt_gron.gif);*/  
  list-style-image: url(gfx/piler.gif);
  margin-left: 0;
  padding-left: 0;
}
#tema-topp li {
  list-style-image: url(gfx/pilerKvit.gif);
}
.stikkord-hovudtema {
  width: 90%;
  margin-left: 10px;
}


/* stilar i kropp.inc */
#tematekst p {
    margin: 0 0 5px 0;
}
#visste-du-at {
    border: 1px solid #333;
    margin-top: 20px;
    padding: 10px;
}
#visste-du-at h2 {
    margin-top: 0;
}
#visste-du-at .kb {
    text-align: right;
    margin-top: 3px;
}
#visste-du-at .kb a {
    padding-left: 10px;
    background: no-repeat url(gfx/piler.gif);
    background-position: 0 4px;
    text-decoration:none;
}
dt {
    font-weight: bold;
}
.eigar {
    font-family: "MS Sans Serif", Arial, Verdana;
    font-size: 8px;
    padding-left: 5px;
}
 
/* stilar i neromrade.inc */
#neromrade {
  float: right;
  width: 152px;
  padding: 5px;
  padding-bottom: 15px;
  font-size: 11px;
  font-family: verdana, sans-serif;
}

#neromrade h3,
#neromrade h4 {
    margin: 15px 0 5px 0;
}

#neromrade .stad a {
    text-decoration: none;
    float: right;
}

.merk {
    color: red;
    /*display:none;*/
}
.visdok {
    background-color: #d4d0c8;
    border: 2px inset #d4d0c8;
    margin: 5px 0;
    padding: 5px;
    overflow:auto;
    font-family: "Courier New";
    clear: both;
    color: black;
}

/* stilar i trefflista for søk på poststad */
.treffliste {
  margin: 10px 50px;
}

/* stilar på framsida (default.asp) */
#tema-brei {
  padding: 15px;
  width: 546px;
}

.temaliste a,
.temaliste a:visited {
  text-decoration: none;
  font-weight:bold;
}
.temaliste a:hover {
  text-decoration: underline;
  font-weight: bold;
}
/* undertema */
.temaliste ul a,
.temaliste ul a:visited,
.temaliste ul a:hover {
  font-weight:normal;
}
/* kunne gjort dette direkte med ul, men IE gjengir feil då */
.kolonne {
  float:left;
  width: 270px;
  padding-bottom: 50px;
}
ul.temaliste,
.temaliste ul {
  padding: 0;
  margin: 0 0 0 16px;
}
.temaliste li {
  margin-top: 8px;
}
.temaliste ul li {
  margin-top: 0;
}
li {
  list-style-image: url(/bilete/punkt_gron.gif);
  margin-left: 0;
  padding-left: 0;
}

/* Boks med bokstavar på inngangsida */
.bokstavar {
  background-color: #f7f3f7;
  padding: 10px 10px 10px 10px;
  clear: both;
  height: 22px;
  margin: 0;
  margin-bottom: 20px;
}
.bokstavar a {
  display: block;
  float: left;
  width: 21px;
  padding: 4px 0;
  line-height: 14px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #f7f3f7;
}
.bokstavar a:hover {
  border-color: white #666 #666 white;
}
.bokstavar a.aktiv {
  background-color: #4095ac;
  color: white;
  font-size: 18px;
  line-height: 22px;
  padding: 0 0;
}
.forrige_neste {
  clear: both;
  text-align: center;
}
.forrige_neste a {
  font-weight: bold;
  margin: 0 20px;
}