/* Stilark for Global & Local (www.global-local.no) */
/*  Laget av Thomas K. Føre, fore@stud.iot.ntnu.no  */
/*                 Trondheim, 2000                  */




/* Vanlig tekst 1/2 */
body, p, 
h1, h2, h3, h4, h5, h6,
ul, ol, li,
table, th, td,
div, span

{ font-family: Arial, Helvetica; font-size: 10pt }

/* Vanlig tekst 2/2 */

.b1 { font-size: 11pt } /* b1 for big */
.b2 { font-weight: bold } /* b2 for bold */
.b3 { font-size: 11pt; font-weight: bold } /* b3 for big and bold */
.c { text-align: center } /* c for center */
.cs { font-size: 9pt; text-align: center } /* cs for center and small */
.rs { font-size: 9pt; text-align: right } /* cs for right and small */
.l { text-align: left } /* l for left */
.r { text-align: right } /* r for right */
.s { font-size: 9pt } /* s for small */

/* Bruksmåte ved eksempel (i html-kode): */
/* <div class="c">Tekst...</div> eller   */
/* <td class="r">Tekst...</td> etc.      */

/* Forside */
.f1 { font-size: 25pt }
.f2 { font-size: 16pt }

/* Tabeller */
table { border: thin black  }
td { vertical-align: top }
.m { vertical-align: middle }


/* Overskrifter */
h1 { font-size: 14pt; font-weight: bold }
h2 { font-size: 12pt; font-weight: bold }
h3 { font-size: 10pt; font-weight: bold }

/* Lister */
ul {  list-style-type: square; list-style-position: inside }

/* Lenker */
a { text-decoration: underline; font-weight: bold }
a:link { color: #417689; } /* tidligere #006699 */
a:hover { color: #417689; background-color: #ddddcc }
a:active { color: #417689; }
a:visited { color: #417689; }

a.c2:link { color: #eeeedd }
a.c2:hover { color: #eeeedd; background-color: #417689 }
a.c2:active { color: #eeeedd }
a.c2:visited { color: #eeeedd }


/* Farge */
.bc1 { background-color: #417689 }

.bc2 { background-color: #eeeedd }
.c2 { color: #eeeedd }

/* Bilder */

.il { } /* il for image left, til venstre for tekst */
.ir { } /* ir for image right, til høyre for tekst */
