body {
	margin: 10px 0px 10px 0px; padding: 0px;
	background-color: #000007;
}

body, td, p, div {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

h1 {
	font-size:18px; 
	font-weight: normal;
	margin: 0px;
}
h2 {font-size:15px; margin: 0px;}
h3 {font-size:14px; margin: 0px;}
br.cb {
	clear: both;
	font-size: 0px;
}

a, a:active, a:visited {
	color: red;
}
a:hover {
	color: navy;
}

#ramme {
	margin: auto;
	width: 780px;
	padding: 10px;
	background-color: #333F48;
	border-right: #00172A 1px solid;
	border-bottom: #00172A 1px solid;
}

#topp {
	margin: auto;
	width: 780px;
	height: 90px;
	background-image: url(gfx/topp.gif);
	background-repeat: no-repeat;
}
#topp div {
	padding: 68px 0px 0px 20px;
}

#topp div ul {
	margin: 0px; padding: 0px; 
	list-style: none;
}
#topp div li {
	display: inline;
	margin: 0px; padding: 0px;	
}
#topp div a, #topp div a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	padding: 0px 5px 1px 5px;
	border: #69727A 1px solid;
}
#topp div a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #668299;
}

#submeny {
	margin: auto;
	width: 780px;
	height: 20px;
	background-image: url(gfx/toppmeny.gif);
	background-repeat: no-repeat;
}
#submeny ul {margin: 0px; padding: 2px 0px 0px 6px; list-style: none;}
#submeny li {
	display: inline;
	padding: 0px 10px 0px 0px;
}
#submeny a, #submeny a:visited {
	color: #333;
	font-size: 11px;
	text-decoration: none;
}
#submeny a:hover {
	color: #BC5B25;
	text-decoration: underline;
}

#side {
	margin: auto;
	width: 740px;
	padding: 20px;
	background-color: #FFF;
}

.side1 {
  width: 740px; height:500px;
  margin: 20px 0px 15px 0px;
  background-image: url(/images/large/svanen.jpg);
  background-repeat: no-repeat;
}

.dotted {}
.dotted td {
	border-bottom: silver 1px dotted;
	line-height: 20px;
}

#stripe {
	margin: auto;
	width: 780px;
	font-size: 4px;
	background-color: #F25051;
}

#bunn {
	font-size: 10px; color: #FFF;
	text-align: center;
}
#bunn a, #bunn a:visited {
	font-size: 10px; color: #668299;
	text-decoration: none;	
}
#bunn a:hover {
	color: #A8B8C5;
	text-decoration: underline;
}
#bunn p {
	font-size: 10px; color: #FFF;
	margin: 4px;
}


/* Added CSS */

  #frontpage-layout {
    width: 740px;
  }
  #frontpage-layout div.kristi-kinsarvik-image {
    width: 540px;
    float: left;
    position: relative;
  }
  #frontpage-layout div.kristi-kinsarvik-image h1 {
    bottom: 10px;
    right: 15px;
    color: #fff;
    position: absolute;
  }
  #frontpage-layout div.news-block {
    width: 180px;
    margin-left: 20px;
    float: left;
  }
  #frontpage-layout div.news-block div.item h1 {
    color: #333;
  }
  #frontpage-layout div.news-block div.item h1 a {
    color: #333;
    font-size: 12px;
    font-weight: bold;
  }
  #frontpage-layout div.news-block div.item p {
    margin: 0.5em 0;
  }
  #frontpage-layout div.news-block div.item p.publisert {
    font-size: 10px;
    margin: 0;
  }
  #frontpage-layout div.news-block div.item p.ingress {
    font-size: 11px;
  }
  #frontpage-layout div.news-block div.item p.link a {
    font-size: 11px;
  }
  #frontpage-layout div.news-block div.item p.link a span {
    display: none;
  }

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}