/* Stilmall enligt CSS1 för webbsidor Teknikarv.se.   */
/* Primärt avsedd att användas tillsammans med        */
/* Internet Explorer 4.x/5.x på Windows 95, 98, NT4.  */
/* Utvecklad av Peter Berggren.                       */
/* Senast reviderad 2001-01-21                        */

a:link       { color: #000080 }                      /* länk som inte är besökt */
a:visited    { color: #800080 }                      /* länk som är besökt */
a:active     { color: #FF0000 }                             /* länk som visas just nu */
a:hover      { color: #0033CC; background-color: #E2E2E2 }  /* länk som markören hålls vid */

body         { font-family: Georgia; font-size: 10pt; background-color: #FFFFFF; 
               margin-left: 5; margin-right: 5; margin-top: 3px }     
           
p            { font-family: Georgia; font-size: 10pt; color: #000000 }
.brodtext    { font-family: Georgia; font-size: 10pt; color: #000000 }
.citat       { font-family: Georgia; font-size: 10pt; color: #000000 }
.ingess      { font-family: Georgia; font-size: 10pt; color: #000000; font-style: italic; 
               font-weight: bold }
ul           { font-family: Tahoma, Arial; font-size: 10pt; color: #000000 }
li           { font-family: Tahoma, Arial; font-size: 10pt; color: #000000 }

.bildtext    { font-family: Verdana, Helvetica; font-size: 8.5pt; color: #000000; font-style: italic }
.fotnot      { font-family: Tahoma, Arial, Helvetica; font-size: 8pt; color: #000000 }

h1, h2, h3, h4, h5, h6 { font-family: Verdana, Arial, Helvetica }
h1           { color: #800080; font-size: 18pt }
h2           { color: #800080; font-size: 15pt }
h3           { color: #800080; font-size: 13pt; font-weight: bold }
h4           { font-family: Arial, Helvetica; color: #800080; font-size: 11pt; font-weight: bold }

.rubrik        { margin: 0px } /* Tar bort marginalerna för H1-H6 i tabellceller. */

.tabell-rubrik   { font-family: Tahoma, Arial, Helvetica ; font-size: 8.5pt; font-weight: bold; vertical-align: top }
.tabell-text     { font-family: Tahoma, Arial, Helvetica ; font-size: 8.5pt; vertical-align: top }
.tabell-fotnot   { font-family: Tahoma, Arial, Helvetica ; font-size: 8pt; vertical-align: top }
.tabell-loklista { font-family: Tahoma, Arial, Helvetica ; font-size: 8pt; vertical-align: top }
 
.meny-rubrik  { font-family: Tahoma, Arial, Helvetica; font-size: 8.5pt; font-weight: bold }
.meny-lankar  { font-family: Tahoma, Arial, Helvetica; font-size: 7.5pt }

img          { border: 1 solid #000000 }  /* Gör att alla bilder får en svart tunn ramlinje */
.none        { border: none }             /* Specialklass för några få bilder som inte ska ha ram. */