/* My-stylesheet.css    2009-12-16  */
/* ================================ */

A:link, A:visited { 
             font-family: Arial, non-serif;
             color: #ffffff;
             font-weight: bold;
             text-decoration: none }

A:hover    { color: yellow;
             background-color: #8c623a }

BODY       { margin: 5px 10px 15px;   /* top left bottom */
             font-family: Garamond;
             text-align: justify;
             font-size: 13pt; 
             line-height: 1.5 }

DIV.pretty    {width: 700px } /* korta rader för ökad läsbarhet */
DIV.so-pretty {width: 605px } /* ändå kortare rader */

P.init-letter:first-letter { 
             font-family: Copperplate Gothic Bold, serif;
             font-size: 2.2em; 
             color: brown;
             line-height: 1.0  }

BR.half-space { line-height: 0.5 }


/*SUPERSCRIPT  HTML-KOD:  <SPAN CLASS=sup>2</SPAN> */
SPAN.sup {   vertical-align: super; 
             font-size: 0.8em; 
             color: brown;
             font-weight: bold }

SPAN.red   { color: brown; 
             font-weight: bold }

P.hem      { left: 18px }    /* Länk */
P.arkiv    { left: 73px }    /* Länk */
.m1        { left: 437px }   /* Drop down: Intressanta ämnen */
.m2        { left: 633px }   /* Drop down: Övrigt  */
P.butik    { left: 127px }   /* Länk */
P.nyart    { left: 218px }   /* Länk */
P.kontakt  { left: 335px }   /* Länk */

P.hem, P.arkiv, P.butik, P.nyart, P.kontakt, .m1, .m2 {  
             position: absolute;
             top: 125px; 
             font-family: Arial, non-serif;
             font-size: 8pt;
             font-weight: bold;
             color: black }

.m1:hover, .m2:hover { 
             width: 200px;
             background-color: #c7b198 }


A.light-dark { background-color: #edb;  /* vald huvudmeny ska ha sådan bakgrund */
               color: #000000 }         /* huvudmenyer ska ha svart text        */ 

A.dark       { color: #000000 }         /* huvudmenyer ska alltid ha svart text */


P.light-dark { background-color: #edb;  /* vald huvudmeny ska ha sådan bakgrund */
               color: #000000 }         /* huvudmenyer ska ha svart text        */ 

P.dark       { color: #000000 }         /* huvudmenyer ska alltid ha svart text */


LI.nolabel { list-style: none;
             margin-left: 1em }

P.brun-list {background-color: #c7b198;
             font-family: Arial;
             font-size: 12pt;
             color: #c7b198;   /* RGB: R=199, G=177, B=152  */
             position: absolute;
             top: 111px;
             left: 10px;
             border-top: thick solid #8c623a;
             border-bottom: thin solid #8c623a;
             width: 945px }

img.float-left {
             float: left; 
             padding: 1em 1em 0 0 }

img.float-left-clear {
             float: left; 
             clear: left;
             padding: 1em 1em 0 0 }

img.float-right {
             float: right;
             padding: 1em 1em 3em 3em }

img.float-right-clear {
             float: right;
             clear: right;
             padding: 1em 1em 3em 3em }

DL         { margin-left: -1.5em;
             margin-top:  -1em }

P.submeny-intresse { 
             position: absolute;
             top: 4.1cm;
             left: 10px;
             font-family: Arial, non-serif;
             font-size: 8pt } 

P.datum    { position: absolute; /* uppdateringsdatum */
             top: 5.1cm;
             left: 16.5cm;
             font-family: Arial, non-serif;
             font-size: 8pt }

P.text-start { margin-top: 2em;
               color: white }

P.tva-kol-text { width: 18em;
               margin-rigth: 2em }

H1           { font-family: Monotype Corsiva, non-serif;
               font-size: 36pt;
               font-weight: bold }

H2           { font-family: Arial;
               font-size: 16pt;
               font-weight: bold }

H3           { font-family: Arial;
               font-size: 14pt;
               font-weight: bold }

P.bildtext   { font-family: Arial;
               font-size: 8pt;
               font-weight: bold;
               margin-top: -2em }

P.bldtxt     { font-family: Arial;
               font-size: 8pt;
               font-weight: bold}

P.uskrift-date { margin-left: 7cm;
                 font-family: Arial;
                 font-size: 11pt }

P.uskrift-name { margin-left: 8cm;
                 margin-top: -0.5em;
                 font-family: Arial;
                 font-size: 11pt;
                 font-style: italic }


/* TABELL används för att beskriva dokument, när de skapats, när de uppdaterats */

TD.right, TD.rubr-right {
    font-family: Arial, non-serif;
    font-size: 10pt;
    text-align: right;
    vAlign: top }  /* positionering top i tabellcell */

TD.rubr-right {font-weight: bold }



