.content
{
  background: url(/grf/bakgrunn.gif) repeat-y;
}

.content .main
{
  height: 386px;
  background: url(/grf/bg_front.jpg) no-repeat;
}

.content .main .teasers
{
  position: absolute;
  left: 24px;
  top: 301px;
  width: 508px;
  height: 218px;
}


.content .main .teasers .above
{
  height: 3px;
  background: url(/grf/bg_box_top.png) left bottom no-repeat;
}

.content .main .teasers .block
{
  height: 210px;
  padding-left: 3px;
  padding-right: 5px;
  background: transparent url(/grf/bg_box.png) repeat-y;
}

.content .main .teasers .below
{
  height: 5px;
  background: transparent url(/grf/bg_box_bottom.png) left top no-repeat;
}

.content .main .teasers .block .article
{
  position: relative;
  width: 488px;
  height: 62px;
  margin: 6px 6px 0px 6px;
  background: #bbc7ce;
}

.content .main .teasers .block .article .image
{
  width: 111px;
  float: left;
  margin-right: 12px;
}

.content .main .teasers .block .article .abstract
{
  padding-top: 10px;
  color: black;
  font-size: x-small;
}

.content .main .teasers .block .article .more
{
  position: absolute;
  right: 6px;
  bottom: 6px;
}

.content .main .viewport
{
  width: 819px;
  height: 386px;
  background: url(/grf/firkanter_fs.gif) no-repeat right bottom;
}

