



					/*	Generell definisjon av skriftstiler	*/
p {
  font-family: arial;
  font-size: 12px;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 15px;
  }

p#small {
  font-family: arial;
  font-size: 10px;
  text-align: left;
  }

p#big {
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  }

h1 {
  font-family: arial;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  }

h2 {
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
  }

h3 {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  text-transform:uppercase;
  margin-bottom: 5px;
  }

h4 {
  font-family: arial;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 5px;
  }  



					/*	Stiler med grønn skrift		*/
div#gronn {
  color: #009900;
  }

div#gronn th {
  color: #009900;
  }

div#gronn td {
  color: #009900;
  }




					/*	Definisjon av listestiler	*/
ol {
  list-style-type: decimal;
  }

ol li ol {
  list-style-type: lower-alpha;
  }

ol li ol li ol {
  list-style-type: lower-roman;
  }

ul {
  list-style-type: square;
  }

ul#nomarker {
  list-style-type: none;
  }

ul#orden {
  list-style-type: none;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  }

ul#orden li#head {
  font-weight: bold;
  line-height: 16px;
  margin-top: 0px;
  margin-bottom: 3px;
  padding: 3px 0px 3px 5px;
  display: block;
  background-color: #ccffcc;
  }

ul#orden li {
  line-height: 16px;
  padding: 0px 0px 5px 5px;
  margin: 0px;
  }

ul#orden li#hode {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 3px 0px 3px 5px;
  display: block;
  color: #ffffff;
  background-color: #000099;
  }
  
li {
  font-family: arial;
  font-size: 12px;
  text-align: left;
  margin-top: 5px;
  }

ul#blokk {
  padding: 0px 0px 0px 0px;
  }

ul#blokk li {
  padding: 0px 0px 0px 5px;
  }

ul#blokk li#over {
  font-size: 12px;
  line-height: 16px;
  list-style: none;
  background-color: #ccccff;
  color: black;
  font-weight: bold;
  display: block;
  padding: 3px 0px 3px 5px;
  margin-bottom: 3px;
  margin-left: 0px;
  }

div#marg {
  position: relative;
  left: 5px;
  }


					/*	Definisjon av lenkestiler	*/
a {
  color: #000099;
  text-decoration: none;
  }

a:hover {
  color: #3333ff;
  text-decoration: none;
  }

a#name {
  color: black;
  text-decoration: none;
  }




					/*	Definisjon av tabellstiler	*/
td {
  font-family: arial;
  font-size: 12px;
  text-align: center;
  padding: 2px 0px 2px 0px;
  }

th {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 2px 0px 2px 0px;
  }

th#sjef {
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0px 10px 0px;
  }

table#left th#sjef {
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0px 10px 0px;
  }

table#left td {
  font-family: arial;
  font-size: 12px;
  text-align: left;
  padding: 2px 0px 2px 4px;
  }

table#left th {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  padding: 2px 0px 2px 4px;
  }

table#lefthead th {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  padding: 2px 0px 2px 4px;
  }

table#lefthead th#center {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 2px 0px 2px 4px;
  }

table#big td {
  font-family: verdana;
  font-size: 20px;
  font-weight: bold;
  }


					/*	Definisjon av bilder	*/
a img {
  border: 0px solid white;
  }