body {
  width:100%;
  height:100%;
  text-align:center;
  margin:0px;
  background-color:#ecece7;
  /* background-image:url('grafikk/rod.png'); */
  background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  overflow-y: scroll;
}

img {
	border: none;
}

h1 {
  margin-top: 0px;
}
#container {
	position: relative;
	margin: 20px auto 0 auto;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
}

.forside_artikkel {
	width: 400px;
}

.forside_artikkel_overskrift {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: black;
	text-decoration: none;
}
.forside_artikkel_overskrift:hover {
	color: red;
}	

.forside_artikkel_ingress {
	font-style: normal;
	font-size: 13px;
}

.l_forside_artikkel_overskrift {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: black;
	text-decoration: none;
}
.l_forside_artikkel_overskrift:hover {
	color: red;
}

.l_forside_artikkel_ingress {
	font-style: normal;
	font-size: 13px;
}

.SmaaArtikler {
	margin-top: 15px;
	border: none;
}

.lesnyhet_overskrift {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: black;
}

.link {
	color: blue;
	text-decoration: none;
}
.link:hover {
	color: red;
}

.meny2_nivaa1 {
  color: darkred;
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.0em;
  margin-left: 10px;
  margin-right: 10px;
}

.meny2_nivaa1:hover {
  color: white;
  background-color: #ee0606;
}

.meny2_nivaa2 {
  color: darkred;
  display: block;
  text-decoration: none;
  font-weight: regular;
  font-size: 1.0em;
  margin-left: 15px;
}

.meny2_nivaa2:hover {
  color: white;
  background-color: #ee0606;
}

#navcontainer ul
{
  margin-top: 0px;
  padding-left: 0;
  margin-left: 0;
  /* background-color: #036; */
  background-color: #333333;
  color: White;
  float: left;
  width: 100%;
  font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { 
  display: inline; 
}

#navcontainer ul li a
{
  padding: 0.2em 1em;
  /* background-color: #036; */
  background-color: #333333;
  color: White;
  text-decoration: none;
  float: left;
  border-right: 1px solid #fff;
}

#navcontainer li#aktiv a#aktiv {
  background-color: gray;
  color: black;
}

#navcontainer ul li a:hover
{
  /* background-color: #369; */
  background-color: gray;
  color: #fff;
}

.galleri_bilde {
  border: 2px solid black;
  margin-bottom: 5px;
}

.galleri_link {
  text-decoration: none;
  font-weight: bold;
}

.vis_bilde {
  border: 1px solid black;
  margin-bottom: 6px;
}

.link_bla_bilde {
  color: blue;
  text-decoration: none;
}

.link_bla_bilde:hover {
  color: black;
}
