/*----------------------------------------------
 |  text.css |
 |-----------
 |  Bodytext elements
 *---------------------------------------------*/
div#bodytext {
  padding-bottom: 15px;
  padding-top: 0px;
  padding-left: 15px;
  padding-right: 0px;
  width: 600px;
}

div#bodytext li p {
  margin: 0px;
  padding: 0px;
}

div#bodytext p {
  padding-top: 0px;
  margin-top: 0px;
  color: black;
  font-weight: normal;
}

div#bodytext h2 {
  padding-top: 0px;
  margin-top: 0px;
  font-size: 14px;
  line-height: 17px;
  color: black;
  font-weight: bold;
}

div#bodytext h1 {
  padding-top: 0px;
  margin-top: 0px;
  font-size: 25px;
  line-height: 23px;
  color: #0067C2;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 7px;
}

div#bodytext span.newsdate {

}

h1#aktuellt span, h1#welcome span {
  display: none;
}

h1#aktuellt {
  background-image: url(../images/aktuellt.gif);
  background-position: left;
  background-repeat: no-repeat;
  width: 495px;
  height: 21px;
  padding: 0px;
  margin: 0px;
} 

h1#welcome {
  background-image: url(../images/welcome.gif);
  background-image: url(../images/welcome.gif);
  background-position: left;
  background-repeat: no-repeat;
  width: 385px;
  height: 28px;
  padding: 0px;
  margin: 0px;
 
}
