.title{
  position: absolute;
  width: 942px;
  height: 150px;
  left: 50%;
  margin-left:-471px;
  top:25px;

  background-image: url(bilder/jpg/headbanner6.jpg);

}

.meny{
  position: absolute;
  width: 942px;
  height: 30px;
  left: 50%;
  margin-left:-471px;
  top: 175px;

  background-image: url(bilder/meny/jpg/menuline.jpg);

}

.content{
  position: absolute;
  width: 942px;
  height: 455px;
  left: 50%;
  margin-left:-471px;
  top: 210px;

  background-color: ffffff;
  border: 1px solid #01a1ff;
}



a:link{
  font-family: Arial;
  color: black;
  text-decoration:none;
}
a:hover{
  font-family: Arial;
  color: black;
  text-decoration: underline;
}
a:visited{
  font-family: Arial;
  color: black;
}
a:active{
  font-family: Arial;
  color: black;
}

h1{
  font-family: Calibri;
  color: #01a1ff;
  font-size: 30px;
}

h2{
  font-family: Calibri;
  color: black;
  font-size: 14px;
}

h3{
  font-family: Calibri;
  color: #01a1ff;
  font-size: 40px;
}

h4{
  font-family: Calibri;
  color: #01a1ff;
  font-size: 17spx;
}

body{
  background-color: dcdcdc;
}

