/* CSS Document */

  #huvud{ 
    font-family: "Arial";
    font-weight: bold;
    font-size: 24px;
    height: 70px;
    background-color: #ccccee;
/*    border-bottom-style: outset;
    border-bottom-width: 8px;*/
    background-image: url('fiber_ur_mark3.jpg');
 /*(Note the single quote!)*/
    background-repeat: no-repeat;
    background-position: 99% 50%;
    text-align: center;
    text-decoration: none;
    margin-top: 0;
    padding: 20px 0px 35px 0px;
    color: #000000;
  }
    img.logga{
      border: 0px;
      height: 80px;
      float: left;
      margin-left: 20px;}

    span.fig{
      float: left;
      margin-left: 50px;
    }

    div.container{
    width: 100%;
    border-left: 2px solid black;
    border-top: 2px solid black;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    background-color: #ffffff;
  }
  
  #content{
    margin-left: 180px;
    padding: 20px 0px 120px 50px;
    font-family: "Times New Roman";
    font-size: medium;
    background-color: #ffffdd;
  }

  #footer {
    padding: 5px 0px 5px 175px;
    clear: left;
    font-style: italic;
    font-size: 12px;
    font-family: "Times New Roman", "Times";
    border-top: 1px solid black;
    background-color: #dddddd;
      }

  #navlisttop { font-family: "Arial";
    white-space: nowrap;
    color: #ffffcc;
    height: 30px;
    padding-top:5px;
    background-color: #dddddd;
    }

  div.top_nl{
    position: relative;
    left: 180px;
    }

  a.top_nl{
    text-decoration: none;
    padding-right: 20px;
    white-space: nowrap;
    }

   p.indrag{
    
    padding-left:40px;
    font-family: "Times New Roman";
    font-style:italic;
    font-size: medium;
   }



 #navlistleft { font-family: "Arial", "Times New Roman";
    float: left;
    padding-top: 9px;
    width: 170px;
  }

/* Formats for the left navigation list. Try set width!*/

  ul.left_nl{
    margin:0 0 0 -5;
    list-style-type:none;
    list-style-position: inside;
    font-size: 13px;
    }
    
  ul.left_nl2{
    position: relative;
    left: -15px;
    
    list-style-type:none;
    font-size: 12px;
    font-style: italic;
    line-height: 15px;
    list-style-position: outside;

    }
    
  ul.left_nl3{
    position: relative;
    left: -30px;

    list-style-type:none;
    font-size: 10px;
    line-height: 15px;
    list-style-position: outside;

    }

  h3,h4{
    margin-bottom: -7px
  }
    

  h5{
    margin-bottom: -2px
  }
    
  a.none {
    text-decoration: none;
    }
    
  a.left_nl {
    text-decoration: none;
    }

   img.none{
   border: 0px;
   }

  table{
    font-family: "Times New Roman";
    font-size: medium;
  }


  .album {
  /*  position: relative;*/
    white-space: nowrap;
    font-style: italic;
    font-size: 11px;
    text-align: justify; /*Fixes the position of photo subtexts.*/
       }

  ul.none {
    list-style-type: none;
    font-family: "Times New Roman";
    font-size: medium;
    }

  div.responsible{
    float: right;
    padding-right: 15px;
    }
    
    div.right_flash{
      float: right; 
      border-left: solid black;
      border-left-width: thin;
      border-color: #990000;
      font-family: "Times New Roman";
      margin: 0px 5px 20px 0px;
      padding: 8px 0px 8px 5px;
      width: 30%; 
    }
    
  .text_whitesheet{
    font-size: medium;
    background-color:white; 
    font-family: "Times New Roman";
    padding: 30px 10px 20px 30px;
    width: 82%;
  }
  
    
    div.right_flash2{
      float: right; 
      border-left: solid black;
      border-left-width: thin;
      border-color: #990000;
      font-family: "Times New Roman";
      font-size: 13px;
      margin: 0px 5px 20px 0px;
      padding: 8px 0px 8px 5px;
      width: 43%; 
    }
    
    td.red{
      color: #990000;
    }

    
    td.yellow{
      color: #0000ff;
    }

    td.green{
      color: #008000
    }