/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015-11-21, 11:21:28
    Author     : Tomek
*/
body {
    background-color: #c3e9c4;
    font-family: calibri, sans-serif;
}
#whraper {
  width: 1035;
  margin-left:auto;
  margin-right:auto;
  border-width:1px;
  border-style:solid;
  border-color:green;
  margin-top: -10px;
  padding: 0 0 7 0;
  clear:both;
  float:none;
  overflow:hidden;
  -moz-box-shadow: 10px 10px 5px #888;
  -webkit-box-shadow: 10px 10px 5px #888;
  box-shadow: 0px 0px 20px #888;
  }
#headnote {
  //height:82px;
  font-family:cambria;
  font-style:italic;
  //color:red;
  padding-top:0px;
  margin-top:0px;
  clear:both;
  float:none;
  overflow: hidden;
  }
#head_baner {
    background-color: white;
    background-image:url('../graphics/baner_m.png');
    float: left;
    width:200px;
    height: 80px;
    //border: 1 1 1 1;
    //border-style: dotted;
  }
#head_main {
    width:835px;
    height: 80px;
    background-image:url('./img/header_explorator.png');
    //background-size: 200px;
    float: left;
    //border-width: 1px;
    //border-style: dotted;
  }
#main {
  clear: both;
  text-align:center;
  overflow: hidden;
  }
#query {
    height: 27px;
    width: auto;
    margin: 5 7 7 7;
    padding: 5 0 0 0;
    border-color: grey;
    border-style: solid;
    border-radius: 5px;
    border-width: 1 1 1 1; 
}
label.query {
    font-size: small;
}
input[type=text].query {
    width: 200px;
    height: 22px;
}
#main_result {
  width: 800px;
  text-align:left;
  float: left;
  //clear:both;
  margin: 0 0 0 7;
  padding: 2 0 2 0;
  border-color: grey;
  border-width: 1 1 1 1;
  border-style: solid;
  border-radius: 5px;
  /*box-shadow: 0px 0px 10px #888;*/
  overflow:hidden;
}
.hightlight {
    background-color: yellow;
}
#item {
    margin: 5 5 5 5;
    background-color: #d3fad4;
    border-radius: 5px;
    padding: 5 5 5 5;
}
#item_footnote {
    margin: 10 0 0 30;
    //padding: 0 0 0 10;
    //text-indent: -10;
    font-size: small;
}
#filtr {
    float: right;
    //clear: both;
    width: 200px;
    margin: 0 7 0 6;
    border-color: grey;
    border-style: solid;
    border-radius: 5px;
    border-width: 1 1 1 1;
    /*box-shadow: -2px 2px 2px #888;*/
    text-align: left;
    padding: 5 5 5 5;
    //font-size:small;
}
p.filtr {
    margin: 0 0 0 0;
    //font-size: normal;
}
ul.filtr {
    margin: 5 0 5 0;
    list-style-type: none;
    padding: 0 0 0 23px;
    font-size: small;
    //text-decoration-line: none;
    text-indent: -18px;
    
}
img.filtr {
    height: 11px;
    width: 13px;
    //display: block;
    margin: 0 5 0 0;
    //border-color: black;
    //border-width: 1px;
    //border-style: solid;
}
hr[name='przypis']{
    width: 150px;
    align: left;
    border-color: green;
    border-width: 1 0 0 0;
    //height: 5px;
}
#headings {
    color:brown;
    line-height: 0.95;
    margin: 5 0 0 0;
    //padding: 5 0 0 0;
}
.h0 {
    margin: 0 0 0 0;
    font-weight: bold;
}
.h1 {
    margin: 0 0 0 10;
    font-style: italic;
}
.h2 {
    margin: 0 0 0 25;
    font-style: italic;
}
.h3 {
    margin: 0 0 0 40;
    font-style: italic;
}
.h4 {
    margin: 0 0 0 55;
    font-style: italic;
}
.h5 {
    margin: 0 0 0 70;
    font-style: italic;
}
.h6 {
    margin: 0 0 0 85;
    font-style: italic;
}

a:visited, :link {
  text-decoration-line: none;
  color:red;
}
a:hover {
  font-weight: bold;    
}
a:active {
  text-decoration-line: none;
  color:red;
}
a.filtr:visited, :link {
    text-decoration: none;
    color: brown;
}
a.filtr:hover {
    font-weight: bold;
}
a.filtr:active {
    text-decoration: none;
    color: brown;
}
img.info {
    //background-color: white;
    height: 15px;
    border-color: black;
    border-width: 1px;
    border-style: solid;
    margin: 0 0 0 0;
    vertical-align: top;
}
ul.info {
    list-style: circle;
    text-align: left;
    margin: 5 0 0 0;
}
li.info {
    //line-height: 10px;
    height: 20px;
    vertical-align: middle;
}
p.info {
    margin: 0 0 0 7;
}
#info {
    width: auto;
    padding: 7 0 5 7;
    margin: 0 7 0 7;
    border-color: grey;
    border-style: solid;
    border-radius: 5px;
    border-width: 1 1 1 1;
}