@font-face {
    font-family: DroidSansMonoRegular;
    src: url('../fonts/droidsansmono-webfont.eot');
    src: local('☺'), url('../fonts/droidsansmono-webfont.woff') format('woff'), url('../fonts/droidsansmono-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }


@font-face {
    font-family: DroidSansRegular;
    src: url('../fonts/droidsans-webfont.eot');
    src: local('☺'), url('../fonts/droidsans-webfont.woff') format('woff'), url('../fonts/droidsans-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }


@font-face {
    font-family: DroidSansBold;
    src: url('../fonts/droidsans-bold-webfont.eot');
    src: local('☺'), url('../fonts/droidsans-bold-webfont.woff') format('woff'), url('../fonts/droidsans-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
  }

body {
    margin: 0;
    padding: 0;
    font-family: DroidSansRegular, Calibri, Tahoma, Verdana, Arial;
    font-size: 12px;
    color: #222222;
    background: #FFFFFF;
  }


h1, h2, h3 {
    margin: 0;
    font-weight: normal;
    color: #000000;
  }


h1 {
    font-size : 175%;
  }


h2 {
    font-size: 150%;
/*    border-left : 1em solid #000000;
    border-bottom-color : #000000;
    border-bottom-style : solid;
    border-bottom-width : thin;
    padding-left : 2em; */
  }


h3 {
    font-size: 100%;
    font-weight: bold;
  }


p, ol, ul {
    line-height: 125%;
  }


ol {
    margin-left: 0;
    padding-left: 0;
    list-style-position: inside;
  }


ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
  }


ul li {
    padding-left: 15px;
    font-size: 15px;
  }


ol li {
    padding-left: 15px;
    list-style-position: inside;
    font-size: 15px;
  }


blockquote {
    margin: 0;
    padding-left: 20px;
    font-style: italic;
  }


a {
    color: #51331E;
    text-decoration: none;
    font-weight: bolder;
  }


a:hover {
    text-decoration: none;
    background : #388D1C;
  }


img {
    border: none;
  }


img.left {
    float: left;
    margin: 3px 15px 0 0;
  }


img.right {
    float: right;
    margin: 3px 0 0 15px;
  }


hr {
    display: none;
  }


p {
    font-size: 13px;
  }

/* Nagłówek */


#naglowek {
    width: 100%;
    height: 200px;
    margin: 0 auto;
  }


#czesto-uzywane-funkcje {
    width: 100%;
    height: 25px;
    margin: .005em auto .005em auto;
    background: #41B14B;
    border-bottom: 5px solid #FFFFFF;
    /* border-top: 1px solid #000000;
    */
  }


#czesto-uzywane-funkcje a {
    text-decoration: none;
    color: #202C36;
    padding: 10px 10px 10px 10px;
    vertical-align: middle;
    font-size: 90%;
  }

/* Logo */


#logo {
    background-image : url(../images/logo_przezroczyste-tlo.png);
    background-position : center center;
    background-repeat : no-repeat;
    background-color : #EFF8DC;
    height : 100px;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
  }

/* Treść */

#page {
    width: auto;
    margin : 0;
    padding: 0 2em 0 2em;
    background : white;
  }


#content {
    float: left;
    width: 70%;
    padding-top: 1em;
    font-size: 15px;
  }


h1.title {
    padding-bottom: 1em;
  }

/* Panel informacyjny */


#sidebar {
    float: right;
    width: 260px;
    margin: 1.5em 0;
  }


.boxed {
    margin: 0 0 20px 0;
  }


.boxed .title {
    width: 250px;
    height: 35px;
    margin: 0;
    padding: 10px 0 0 10px;
    background: #F82727;
    font-size: 120%;
    color: #000000;
  }


.boxed .content {
    padding: 0px;
    border: 1px solid #F82727;
    border-top: none;
    background : #F8EEEE;
  }


.boxed a:hover {
    background : #F8706B;
  }


.boxed h3 {
    margin: 0;
  }


.boxed p, .boxed ul, .boxed ol {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
  }


.boxed ul li {
    padding: 8px 0 8px 0px;
  }


.boxed ul li.first {
    border: none;
    padding : 10px;
  }


.boxed ul li.second {
    margin: 0;
    padding: 10px;
    background : #E2D9D9;
    display : block;
    border : none;
  }

/* Stopka informacyjna */

#stopka {
    height: 25px;
    padding: 5px 0 1px 0;
    background: #C8EAD5;
    border-top: 2px solid #B4D3C0;
  }


#stopka p {
    margin: 0;
    text-align: center;
    line-height: normal;
    font-size: 85%;
    color: #000000;
  }


#stopka a {
    color: #000000;
    text-decoration: none;
  }

/* Menu */

#nav, #nav ul {
    padding : 0;
    margin : 0;
    list-style : none;
    /* border : 1px solid #000;
    border-color : #000000;
    border-width : 1px 0px 1px 0px;
    */
    border-top : 5px solid #FFFFFF;
    background : #A5DD44;
    position : relative;
    z-index : 200;
  }


#nav {
    height : 25px;
    padding : 0;
  }


#nav table {
    border-collapse : collapse;
  }


#nav li {
    float : left;
    padding : 0 20px 0 10px;
  }


#nav li li {
    float : none;
  }

/* a hack for IE5.x and IE6 */


#nav li a li {
    float : left;
  }


#nav li a {
    display : block;
    float : left;
    /*color : #111; */
    height : 25px;
    padding-right : 5px;
    line-height : 25px;
    text-decoration : none;
    white-space : nowrap;
  }


#nav li li a {
    height : 25px;
    line-height : 25px;
    float : none;
  }


#nav li:hover {
    position : relative;
    z-index : 300;
    background : #388D1C;
  }


#nav a:hover {
    position : relative;
    z-index : 300;
    text-decoration : none;
    /*color : #b75; */
  }


#nav :hover ul {
    left : 0;
    top : 25px;
  }

/* another hack for IE5.5 and IE6 */


#nav a:hover ul {
    left : -10px;
  }


#nav ul {
    position : absolute;
    left : -9999px;
    top : -9999px;
  }

/* it could have been this simple if all browsers understood */
/* show next level */


#nav li:hover li:hover > ul {
    left : -15px;
    margin-left : 100%;
    top : -1px;
  }

/* keep further levels hidden */


#nav li:hover > ul ul {
    position : absolute;
    left : -9999px;
    top : -9999px;
    width : auto;
  }

/* show path followed */


#nav li:hover > a {
    text-decoration : none;
    /*color : #b75; */
  }

/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */


#nav a:hover a:hover ul,#nav a:hover a:hover a:hover ul,#nav a:hover a:hover a:hover a:hover ul,#nav a:hover a:hover a:hover a:hover a:hover ul {
    left : 100%;
    top : -1px;
  }

/* keep further levels hidden */


#nav a:hover ul ul,#nav a:hover a:hover ul ul,#nav a:hover a:hover a:hover ul ul,#nav a:hover a:hover a:hover a:hover ul ul {
    position : absolute;
    left : -9999px;
    top : -9999px;
  }


#kontener {
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: justify;
    position: relative;
  }

/* Informacje ogólne */


#struktura table {
    margin : 3em 1em 1em 0em;
    width : 700px;
  }


#struktura td {
    border-bottom-color : #ff9900;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    padding : 1em 1em 1em 2em;
    text-align : left;
    vertical-align : middle;
    width : 500px;
  }

/* Godziny otwarcia */


#godziny table {
    margin : 3em auto 1em auto;
    width : 700px;
  }


#godziny th {
    border-bottom-color : #ff9900;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-right-width: 1px;
    border-right-color: #ff9900;
    border-right-style: solid;
    font-variant : small-caps;
    font-weight : bold;
    font-size: 16px;
    padding : 1em;
    text-align : right;
    vertical-align : middle;
    width : 183px;
  }


#godziny td {
    border-bottom-color : #ff9900;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-right-color : #ff9900;
    border-right-style : solid;
    border-right-width : 1px;
    padding : .5em 0em .5em 0em;
    text-align : center;
    vertical-align : middle;
    width : 283px;
  }

/* Czasopisma */


table.czasopisma {
    margin : 3em 2em 1em 2em;
    table-layout : auto;
    width : 600px;
  }


table.czasopisma th {
    background-color : #fff4ab;
    border-bottom-color : #ff9900;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-right-color : #ff9900;
    border-right-style : solid;
    border-right-width : 1px;
    font-weight : bold;
    padding : 1em .5em 1em .5em;
    text-align : center;
    vertical-align : middle;
  }


table.czasopisma td.tytul {
    border-bottom-color : #ff9900;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-right-color : #ff9900;
    border-right-style : solid;
    border-right-width : 1px;
    padding : .5em;
    text-align : left;
    vertical-align : middle;
  }


table.czasopisma td.f {
    border-bottom-color : #ff9900;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-right-color : #ff9900;
    border-right-style : solid;
    border-right-width : 1px;
    padding : .5em 0em .5em 0em;
    text-align : center;
    vertical-align : middle;
    width : 100px;
  }

/* Nowe zakupy */


table.nowosci {
    margin : 3em 2em 1em 2em;
    table-layout : auto;
    width : 600px;
  }


table.nowosci td.img {
    border-bottom-color : #ff9900;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    padding : .5em 0em .5em 0em;
    text-align : center;
    vertical-align : middle;
  }


table.nowosci td.opis {
    border-bottom-color : #ff9900;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    padding : .5em 1em .5em 1em;
    text-align : left;
    vertical-align : middle;
  }


p.uwaga {
    color : #ff3300;
    font-weight : bold;
    text-align : center;
    display : block;
  }


a#aaa1 {
    background-image : url(../images/aaa1.png);
    background-repeat : no-repeat;
    padding-bottom : 13px;
    padding-top : 5px;
  }


a#aaa2 {
    background-image:url(../images/aaa2.png);
    background-repeat : no-repeat;
    padding-bottom : 13px;
    padding-top : 5px;
  }


a#aaa3 {
    background-image:url(../images/aaa3.png);
    background-repeat : no-repeat;
    padding-bottom : 13px;
    padding-top : 5px;
  }


.nwd {
    display:none;
  }

a:hover.fullaccess {
    text-decoration : none;
    background : #409F20;
  }


a:hover.restrictedaccess {
    text-decoration: none;
    background : #FF3300;
  }


a:hover.partialaccess {
    text-decoration : none;
    background : #FFFF33;
  }


.uwaga {
    color : #FF0000;
    font-weight : bolder;
  }


.wazne {
    margin : 25px;
    padding : 10px;
    border : #aaa dotted 1px;
    display : block;
    text-align: justify;
    background-color: #FF9698;
    font-size: larger;
    color:black;
  }


.wyroznienie {
    margin : 25px;
    padding : 10px;
    border : #aaa dotted 1px;
    display : block;
    text-align: justify;
    background-color: #F1FFA8;
  }


.zerknij {
    margin : 50px 0 0 0;
    padding : 5px;
    border : #aaa solid 1px;
    display : block;
    text-align: justify;
    background-color: #FCFCD4;
  }


h3.zerknij {
    background-color : #B1B1B1;
    color : #2F2F2F;
    margin : -6px;
    font-size : 120%;
  }

/* Wyszukiwarka EBSCO */

