/* Rubriker */
.rubrik {
        color:#8B0000; 
        font-size: 40px;
        font-family: "times new roman", serif;
        background-image: url("solband3.jpg");
        background-repeat: repeat-x;
        padding:10px;
        text-align:center;
        font-weight:bold;
} 

p      {    
        font-family: "times new roman", serif;
        font-size: 14px;
        font-weight: normal;
}
       
h2 {
	font-family: "times new roman", serif;
        font-size: 18px;
}
        
h4  {
	font-family: "times new roman", serif;
        font-size: 15px;
}

/* Textmassa */

body {
	background-color:#ffffcc;
}

div#page {
        width:810px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        color: #000000;
        background-color: #fafad2;
        background-repeat: repeat-y;
        border-style: solid;
        border-width: 2px;
        border-color: #f0e68c;
}


q  {
        font-style: italic;
            
}

/* L nkar */

a {
	color: #8B0000;
	font-family: "times new roman", serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
}

a:link  {
	color: #8B0000; background-color:#FAFAD2;
	text-decoration: none;
}

a:visited {
        color: #CD5C5C;
        text-decoration: none;
}

a:active {
        color: #CD5C5C;
        text-decoration: none;
}

a:link:hover {
        background-color: #FAFAD2;
        text-decoration: underline;
}

/* Standardbild, tabell */

img  {
       width: 300px;
       height: 200px;
       border-style: solid;
       border-width: 1px;
       border-color: #f0e68c; 
}

table {
       border-style: solid;
       border-width: 1px;
       border-color: #f0e68c;
}

      
	
/* Klasser: v lkomst, bilder med text, upphovsr ttslag bl  */

.fire {
      color: #CD5C5C;
      text-align: center;
      font-family: "harlow solid italic", "times new roman", serif;
}

.centrerat {
         text-align: center;
}
     
.brick  {
         color: #5f9ea0;
}

.storbild {
         width: 300px;
         height: 400px;
         border-style: solid;
         border-width: 1px;
         border-color: #f0e68c;
}

.fyrkantbild{
         width: 300px;
         height: 300px;
         border-style: solid;
         border-width: 1px;
         border-color; #f0e68c;
}

.smalbild{
         width: 300px;
         height: 150px;
         border-style: solid;
         border-width: 1px;
         border-color: #f0e68c;
}

.konstbild{
         width: 300px;
         height: 240px;
         border-style: solid;
         border-width: 1px;
         border-color: #f0e68c;
}

div.nav {
         float: left;
         font-weight: bold;
         width:133px;   
         padding:10px; 
         background-color:#FAFAD2;
         background-image: url( "gulkort.jpg");
         background-repeat: repeat-y;
}
          
div.content {
        padding-top:20px;
        margin-left:180px;
        padding-bottom:10px;
        padding-right:16px;
}                   
 
.fet {
        font-weight: bold;
}
      
