/* CSS Document */

  @font-face
 {
 font-family: Monotype Corsiva;
    src: url('MTCORSVA.TTF');
 }

/*
 div
{
font-family: Monotype Corsiva;
}
*/
  #container{
/*    width: 450px;
    height: 100%;*/

/*    height: 100%;*/
    font-family: "Times New Roman";
    border-left: 2px solid black;
    border-top: 2px solid black;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    background-color: #e5e5e5;
    }
    
   #huvud { font-family: "Crimson_Text";
    font-weight: bold;
    font-size: 20px;
    width: 100%;  
    background-image: none;
    text-align: center;
    text-decoration: none;
    margin-top: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    color: rgb(0,102,51);
    background-color: rgb(191,202,141);
    border-bottom-style: outset;
    }

  #controls{
    padding: 5px 0px 5px 175px;
    border-left: 1px solid black;
    border-right: 1px solid black;

    font-size: 12px;
    font-family: "Times New Roman", "Times";

    background-color: #e5e5e5;
  }
  
  #footer {
    padding: 5px 0px 5px 0px;
    clear: left;
    font-style: italic;
    font-size: 12px;
    font-family: "Times New Roman", "Times";
    border: 1px solid black;
    border: 1px solid black;
    background-color: #bbbbbb;
    background-image: url('copyright4.png');
    background-repeat: no-repeat;
    background-position: 65% 5px;
      }


  #footer_cpr {
    padding: 5px 0px 5px 5px;
    clear: left;
    text-align:center;
    font-style: italic;
    font-size: 12px;
    font-family: "Times New Roman", "Times";
    border-top: 1px solid black;
    background-color: #bbbbbb;
      }

/*Ansvarig för sidan (på bottenlisten):*/
  span.resp{
    float: right;
    margin-right: 15px;
    font-family: inherit;
    }
 
/*Senast uppdaaterad (på bottenlisten):*/
  span.upd{
    float: left;
  }

  p.sans{
    font-family: "Cambria", "Arial";
  }

  h3{
    font-size: 21px
  }
  h4{
    font-size: 18px;
    position: relative;
    top: -10px;
  }
  
  p{
    position: relative;
    top: -15px;
  }

 .text1 {
    margin-bottom: -0px;
    padding-left: 20px;
    font-family: "Times New Roman";
    font-size: medium;
    width: 85%;
   }
   
  p.indent{
    text-indent:20px;
  }

  p.undertecknad{
    margin-top: -0px;
    padding-left:40px;
    font-family: "Times New Roman";
    font-style:italic;
    font-size: 14px;
   }

   img.none{
   border: 0px;
   }

  p.t2{
   text-indent: 25px;
 
      }

  .flr{
    border: 0px;
    float: right;
    margin:0px 10px 5px 15px;
    height: 120px;
  }

   .illustration_float_left {
    float: left;
    margin: 0px 10px 5px 15px;
    padding: 5px 0px 5px 5px;
    width:170px;     
    height: 120px;
    font-style: italic;
    font-size: 11px;
   }

  ol{
    margin-top: -10px;
    margin-bottom: 20px
  }

  ul.none {
     list-style-type:none;
    }

  .text_whitesheet_medium{
    background-color: white; 
    font-family: "Times New Roman";
    font-size: medium;
    padding: 10px 10px 5px 30px;
  }
  
  div.responsible{
    float: right;
    padding-right: 15px;
    font-family: "Times New Roman";
    }
    
   p.indrag{
    
    margin-left:40px;
    font-family: "Times New Roman";
    font-style:italic;
   }