/* Rubriker */
.rubrik {
        color:#8B0000; 
        font-size: 44px;
        font-family: arial, sans-serif;
        background-image: url("himmel.jpg");
        background-repeat: repeat-x;
        padding:5px;
        text-align:center;
        font-weight:800;
        border-width: 3px;
        border-color: #cd5c5c;
        border-style: solid;
} 

p      {    
        font-family: arial, sans-serif;
        font-size: 14px;
        font-weight: normal;
}
       
h3 {
	font-family: arial, sans-serif;
        font-size: 18px;
        color:#000000;
}
         
h4 {
	font-family: arial, sans-serif;
        font-size: 15px;
}

/* Textmassa */

body {
	background-color:#336699;
}

div#page {
        width:810px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        color: #000000;
        background-color: #ffdead;
        border-style: solid;
        border-width: 2px;
        border-color: #deb887;
}

q  {
        font-style: italic;
            
}

/* Länkar */

a {
	color: #8B0000;
	font-family: arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
}

a:link  {
	color: #8B0000; background-color:F5DEB3;
	text-decoration: none;
}

a:visited {
        color: #CD5C5C;
        text-decoration: none;
}

a:active {
        color: #CD5C5C;
        text-decoration: none;
}

a:link:hover {
        background-color: #F5DEB3;
        text-decoration: underline;
}

/* Standardbild, tabell */

img  {
       width: 480px;
       height: 320px;
       border-style: solid;
       border-width: 2px;
       border-color: #deb887; 
}
      
    
     
	
/* Klasser: välkomst, bilder med text, upphovsrättslag blå */

.fire {
      color: #CD5C5C;
      text-align: center;
      font-family: "harlow solid italic", arial, sans-serif;
}

.centrerat {
         text-align: center;
}
     
.brick  {
         color: #0000cd;
}

    
         
    
       
         

.fyrkantbild {
         width: 300px;
         height: 300px;
         border-style: solid;
         border-width: 1px;
         border-color; #f0e68c;
}

.minbild{
         float:right;
         width: 120px;
         height: 180px;
         border-style: solid;
         border-width: 1px;
         border-color: #deb887;
}

div.nav {
         float: left;
         font-weight: bold;
         width:133px;   
         padding:10px; 
         background-color:#ffdead;
         
}
          
div.content {
        padding-top:20px;
        margin-left:180px;
        padding-bottom:10px;
        padding-right:16px;
}                   
 
.fet {
        font-weight: bold;
}
      