<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.maincontainer  
{    
    padding: 10px;    
}

#RedBG
{
    background: url(images/redbg.jpg) top left repeat-x #cb3649;  
    height: 26px;
    border: 0px solid #000; 
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; 
    behavior: url(PIE.htc);
    padding: 2px 0 0 10px;
    opacity: 100;
       
      
    /* Creating Shadow with css 3
    First value specifies the horizontal off-set of how far the shadow is from the left or right from the element. 
   Put negative value for placing shadow to the left of element
   The second value sets the vertical off-set.
   The third value sets the blur distance. 
   The fourth value sets the shadow color */
   /* box-shadow: 2px 2px 5px #407c80; */
    
}

#RedBG .Head, #YellowBG .Head 
{
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-weight: bold;
font-size:16px; 
margin:0 0 0 3px; 
color: #000; 
letter-spacing: 1px;
}


#YellowBG
{
    background: url(images/YellowBG.jpg) top left repeat-x #f2ca44; 
    height: 26px;
    border: 0px solid #000; 
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; 
    behavior: url(PIE.htc);
    padding: 2px 0 0 10px;
    opacity: 100;
    
    /* Creating Shadow with css 3
    First value specifies the horizontal off-set of how far the shadow is from the left or right from the element. 
   Put negative value for placing shadow to the left of element
   The second value sets the vertical off-set.
   The third value sets the blur distance. 
   The fourth value sets the shadow color */
   /* box-shadow: 2px 2px 5px #407c80; */
    
}

.containerInvisible
{
    padding: 10px;
}


/* We don´t want the horizontal line with all h2 tags all over the site, so we target the horizontal line just to h2 in the containers title */
.maincontainer h2 
{
    /* sätter 70% för att gradienten ska ses i horizontal line även om den används i mindre containers + placerar linjen i botten/under h2  */
    background: url('images/hline.jpg') 70% bottom no-repeat;
    padding-bottom: 10px;
}
    
.Content 
{
    padding: 10px;
}    </pre></body></html>