  .head {
    width: 100%;
    height: 120px;
    background-image: url(/templates/monolit/images/bghead.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 29px;
  }

  body {
    background-image: url(/templates/monolit/images/bg.png);
    background-repeat: no-repeat;
  }

  .dottedLineHTop {
    position: absolute;
    left: 0px;
    top: 28px;  
  }

  .dottedLineHBottom {
    position: absolute;
    left: 0px;
    top: 149px;  
  }
  
  .head_image {
    background-color: white;
    width: 697px;
    height: 120px;
    position: absolute;
    left: 13px;
    top: 29px;
  }

  .head_image_border {
    background-color: black;
    background-image: url(/templates/monolit/images/headImageBorder.png);
    width: 5px;
    height: 120px;
    position: absolute;
    left: 708px;
    top: 29px;
  }

  .sciezka {
    position: absolute;
    left: 32px;
    top: 159px;
    visibility: visible;
  }

  a.as {
  	text-decoration: none;
  	color: #072c59;
  }

  .mapaLogowanie {
    height: 12px;
    position: absolute;
    left: 540px;
    top: 159px;
  }
  

  .content {
    clear: both;
    width: 100%;
    padding-top: 145px;    
    padding-bottom: 20px;
  }

  .contentFull {
    margin: 20px 20px 20px 32px;
    width: 708px ;
    clear: both;
    text-align: justify;
  }

  .col1 {
    width: 177px;
    padding: 20px 0px 20px 32px;
    float: left;
    text-align: justify;
  }
  .col2 {
    margin: 20px 0px 20px 32px;
    width: 470px ;
    float: left;
    text-align: justify;
  }
  .col3 {
    width: 0px ;
    float: left;
    visibility: hidden;
  }


