body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: "Trebuchet MS", Helvetica;
}

.kant {
	background-color: #ffffff;
	background-image: url(bilder/skjerm05.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

#alt {
	background-image: url(bilder/skjerm06.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

#topp {
	background-color: #333333;
	background-image: url(bilder/skjerm02.jpg);
	background-repeat: repeat-x;
}

h1 {
	margin: 0px;
	padding: 0px;
	height: 100px;
	background-image: url(bilder/skjerm01.jpg);
	background-repeat: no-repeat;
}

#meny {
	background-image: url(bilder/skjerm04.jpg);
	background-repeat: no-repeat;
        background-position: top left;
        float: left;
        width: 212px;
        padding-top: 90px;
        font-size: 0.9em;
}

#meny h2 {
	color: #FFFFCC;
        font-size: 1.2em;
	margin: 0.5em 0 0 1em;
	padding: 0;
}

#meny ul {
	margin: 0 0 0 2em;
	padding: 0px;
	list-style: none;
}

#meny a:link {
	color: #FFFFCC;
	text-decoration: none;
}
#meny a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}
#meny a:visited {
	color: #CCCCCC;
	text-decoration: none;

}
#meny a:active {
	color: #FFFF00;
	text-decoration: none;
}

#meny a:visited:hover {
	color: #FFFFCC;
	text-decoration: underline;
}




#tekst {
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 215px;
	height: 100%;
}

#bunn {
        clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #333333;
	background-image: url(bilder/skjerm08.jpg);
}

iframe {
	margin: 0;
	padding: 0 0 0 5px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	background-image: none;
	border: 1px solid black;
}

.fieldset {
  border:1px solid black;
  padding: 1em;
  margin: 2em 1em;
  width: 35em;
}

.login fieldset {
  width: 20em;
}

label {
  float: left;
  width: 8em;
  margin-right: 0.5em;
  padding-bottom: 0em;
  text-align: right;
  font-weight: bold;
  font-size: 100%;
}

label.inline {
  display: inline;
  font-weight: bold;
  width: Auto;
  margin: 0;
  float: none;
}


legend {
  padding: 0.2em 0.5em;
  font-weight: bold;
  color: black;
  font-size: 120%;
  text-align: right;
}

.fbk {
    font-family: Impact, "Arial black";
	font-weight: Normal;
}

h2.fbk {
    text-align: Center;
	font-weight: 600;
	padding: 1em 5em 0 5em;
}

.center {
    text-align: Center;
}

.spalteen {
     margin: 0 220px 0 0;
}

.spalteto {
     padding: 0.4em;
     width: 190px;
     float: right;
     border: 1px solid gray;
}

.spalteto h2 {
     font-size: 1em;
     margin: 0;
     padding: 0;
}

.spalteto p {
     font-size: 0.8em;
     margin: 0.4em 0;
     padding: 0;
}

.spalteto li {
     font-size: 0.8em;
}

.spalteto p.sig {
     text-align: right;
     font-style: italic;
}

.spalteto img {
    display: none;
}

.hidden {
	display: none;
}

