@charset "utf-8";
/* CSS Document */

#clear {clear: both;}

a{
  color: silver;
}

a:hover{
  color: white;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0.03cm;
	color: white;
	background-color:#999999;
}

#siteWrapper {
	width: 920px;
	border: 0px solid red;
	text-align: left;
}

#header {
  position: relative;
	height: 184px;
	border: 0px solid blue;
	background-image:url(designbilder/header.jpg);
}

#header #iso{
  position: absolute;
  top: 187px;
  right: 52px;
  height: 35px;
  width: 35px;
}

#header .flag {
	height: 25px;
	border: 0px solid silver;
	padding-left: 27px;
	padding-top: 16px;
	font-family: verdana;
	font-size: 9px;
}

#menu {
	height: 63px;
	border: 0px solid green;
	background-image:url(designbilder/bgMenu.gif);
}

#content {
	border: 0px solid black;
	padding: 0px 27px 5px 27px;
	background-image: url(designbilder/bgContent.gif);
}

#content .top{
	border: 0px solid black;
	height: 26px;
	background-color: #476182;
}

#content .left{
	border: 0px solid blue;
	width: 349px;
	float: left;
}

#content .right{
	border: 0px solid red;
	width: 476px;
	float: right;
}

#footer {
	height: 92px;
	border: 0px solid blue;
	background-image: url(designbilder/bgFooter.gif);
	color: black;
	padding: 0px 27px 0px 27px;
}

#footer .f1 {
	width: 363px;
	float: left;
	border: 0px solid red;
	margin-top: 35px;
}

#footer .f2 {
	width: 485px;
	float: right;
	border: 0px solid green;
	margin-top: 35px;
}

/* FONTER */
h1 {font-size: 18px; color: f0881a; margin: 0px;}

h2 {font-size: 14px; color: f0881a; margin: 0px;}

h3 {font-size: 11px; font-weight: bold; color: #476182; margin: 0px; padding-left: 10px; background-image: url(designbilder/bullet.gif); background-repeat: no-repeat;}

h4 {font-size: 11px; font-weight: bold; color: f0881a; margin: 0px;}

/* LINKER */
a:link, a:hover, a:visited, a:active {text-decoration: none}

/* TABELL */
table {
  font-size: 11px;
  text-align: left;
}

/* ListItems */
#listItem {
  float: left;
  margin-top: 5px;
  width: 100%;
  font-size: 11px;
  padding-bottom: 0px;
  border: 0px ridge #7d8fa6;
}

#listItem .title a{
  font-size: 11px;
  color: white;
  font-weight: bold;
}

.title a{
  font-size: 11px;
  color: white;
  font-weight: bold;
  border: 0px ridge #7d8fa6;
}

.teaser {
  font-weight: bold;
}

#listItem .teaser{
  font-size: 11px;
}

#listItem .lesmer a{
  font-size: 11px;
  color: white;
}

#venstreListe {
  border: 0px solid red;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0px;
}

/* BILDEVISNING */

#toppBilder{
  width: 100%; 
  margin: 0; 
  padding: 5px 0 10px 0; 
  text-align: center;
}

#hoyreBilder{
  float: right; 
  margin: 0; 
  padding: 0px 0 0 0; 
  text-align: right;
}

#venstreBilder{
  width: 349px;
  float: left; 
  margin: 0; 
  padding: 0; 
  text-align: left;
}

#bunnBilder{
  clear:both;
  width: 100%; 
  margin: 0;
  padding: 5px 0 10px 0; 
  text-align: center;
}

div.bilderamme{
  margin-bottom: 2px;
  padding: 2px;
  border: 1px solid silver;
  text-align: center;
}

div.bilderamme2{
  display: inline;
  border: 1px solid silver;
  background-color: white;
  padding: 2px;
  margin: 2px;
  width: 60px;
  height: 40px;
  text-align: center;

}

div.bilderamme img{
  border: 0;
  margin:0;
  padding: 0;
  vertical-align: top;
}

div.bildetekst {
  clear: both;
  margin: 1px;
  text-align: right;
  vertical-align: top;
  font-style: oblique;
  font-size: 10px;
}

/* STOLPEMENY */

a.subMenyElement{
  color: black;
  height: 16px;
  background-repeat: no-repeat;
  padding-left: 15px; 
  font-weight: normal;
}

a.subMenySelectedElement{
  width: 100%;
  color: #cccccc;
  height: 16px;
  padding-left: 15px; 
  font-weight: normal;
  padding-left: 5px;
}


/* FORM ELEMENTER */
input {
  font-size: 10px;
  width: 150px;
}

textarea {
  font-size: 10px;
  font-family: Arial;
  width: 150px;
  height: 100px;
}

select {
  font-size: 10px;
}

.suskjemaledetekst {
  font-size: 12px;
  font-weight: bold;
  margin: 3px 0 3px 0;
  color: #F0881A;
}

/* VEDLEGG */

#SUFIlecontainer {
  border-top: 0px solid silver;
  margin-top: 2px;
  float: left;
  display: block;
}