@charset "utf-8";
/* ***************************************************************** */
/* Tohbbe Lindblom, Kreativitetsverket sept 2015                     */
/* uppdaterad 2026-04-27                                             */
/* ***************************************************************** */

a { 
    color: #5C4644; 
    font-family: arial; 
    font-weight: bold; 
    font-size: 12px; 
    text-decoration: none; 
} 

a:visited { color: #0095ff; }
a:active { color: #0095ff; }
a:hover { color: #FF0000; }

.rubrik18fet {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
}
.rubrik18 {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 18px;
}
.rubrik24fet {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 24px;
}
.rubrik24 {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 24px;
}
.rubrik24green {
    color: #009A31;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 24px;
}

.text12 {
    color: #000000;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}
.text14 {
    color: #000000;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}
.text12b {
    color: #000000;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}
.red18 {
    color: #FF0000; 
    font-family: arial; 
    font-weight: bold; 
    font-size: 18px; 
    text-decoration: none;
}    
.text18 {
    color: #000000; 
    font-family: arial; 
    font-weight: normal; 
    font-size: 18px; 
    text-decoration: none;
}
.text20 {
    color: #000000; 
    font-family: arial; 
    font-weight: normal; 
    font-size: 20px; 
    text-decoration: none;
}
.text24 {
    color: #000000; 
    font-family: arial; 
    font-weight: normal; 
    font-size: 24px; 
    text-decoration: none;
}
.text26 {
    color: #000000; 
    font-family: arial; 
    font-weight: normal; 
    font-size: 26px; 
    text-decoration: none;
}
.text28 {
    color: #000000; 
    font-family: arial; 
    font-weight: normal; 
    font-size: 28px; 
    text-decoration: none;
}

.uppdaterad {
    font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #333333;
}

#rcorners1 {
    border-radius: 25px 25px 0px 0px;
    background: #FFFF80;
    padding: 20px; 
    width: 852px;
    height: 150px;    
}

#rcorners2 {
    border-radius: 0px 0px 25px 25px;
    background: #FFFF80;
    padding: 20px; 
    width: 852px;
    height: 150px;    
}

/* FIX FÖR ÅÄÖ: Tvinga bort "small-caps" från alla element */
* {
    font-variant: normal !important;
}