body {
	background-image: url('images/bg.png');
	background-position: top;
	background-repeat: repeat;
	color: #6a4105;
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-family: Geneva, Verdana, sans-serif
}

a {
	color: #a4660a;
	text-decoration: none;
}

a:hover {
	color: #a4660a;
	text-decoration: underline;
}

.clearfix {
	display: block;
	clear: both;
}

.top {
	height: 140px;
	width: 100%;
	background-color: transparent;
	background-image: url('images/bg-top.png');
	background-position: left top;
	background-repeat: repeat-x;
}

.top .top-we {
	width: 900px;
	margin: 0 auto;
	height: 140px;
}

.top .top-we .nazwas {
	float: left;
	margin: 2px 0 0 30px;
	font-size: 40px;
	font-family: "Times New Roman", Georgia, Times, serif;
	line-height: 34px;
	text-shadow: 0px 0px 10px #999999;
    filter: dropshadow(color=#999999, offx=0, offy=0);
	color: #000;
}

.top .top-we .nazwas a {
	color: #000;
}

.top .top-we .nazwas a:hover {
	color: #555;
	text-decoration: none;
}

.top .top-we .nazwaopr {
	float: right;
	color: #032e04;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: italic;
	text-shadow: 0px 0px 10px #FFFFFF;
	filter: progid:DXImageTransform.Microsoft.Glow(color=dddbc2,strength=4);
    /*filter: glow(color=#eae4a8, offx=0, offy=0);*/
	margin: 22px 120px 0 0;
}

.top .top-we .topmenu {
	margin: 19px 0 0 0;
	float: left;
}

.top .top-we .topmenu ul.topmenu {
	width: 900px;
	margin: 0 auto;
	display: inline;
	list-style: none;
	padding: 0;
}

.top .top-we .topmenu ul.topmenu li {
	display: inline;
	list-style: none;
	font-size: 12px;
	padding: 0;
	margin: 0 10px;
}

.top .top-we .topmenu ul.topmenu li.topmen-1 {
	padding: 0;
	margin: 0;
}

.top .top-we .topmenu ul.topmenu li a {
	padding: 14px 25px 15px 25px;
}

.top .top-we .topmenu ul.topmenu li a:hover, .top .top-we .topmenu ul.topmenu li.active a {
	color: #fff;
	transition: all 0.3s ease-out 0s;
	background: #fceabb;
	background: #f6e6b4;
	background: #f7c767;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3Yzc2NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YyYWYzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VhYTM0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZDkwMTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f7c767 0%, #f2af32 50%, #eaa34d 51%, #ed9017 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7c767), color-stop(50%,#f2af32), color-stop(51%,#eaa34d), color-stop(100%,#ed9017));
	background: -webkit-linear-gradient(top,  #f7c767 0%,#f2af32 50%,#eaa34d 51%,#ed9017 100%);
	background: -o-linear-gradient(top,  #f7c767 0%,#f2af32 50%,#eaa34d 51%,#ed9017 100%);
	background: -ms-linear-gradient(top,  #f7c767 0%,#f2af32 50%,#eaa34d 51%,#ed9017 100%);
	background: linear-gradient(to bottom,  #f7c767 0%,#f2af32 50%,#eaa34d 51%,#ed9017 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7c767', endColorstr='#ed9017',GradientType=0 );
}

.main {
	width: 900px;
	margin: 10px auto;
}

.main .main-left {
	float: left;
	width: 650px;
	height: auto;
}

.main .main-left h2 {
	padding: 0;
	margin: 0 0 15px 0;
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
}

.main .main-left a.apdf {
	font-size: 10px;
	text-align: right;
	text-transform: uppercase;
}

.main .main-left span {
	font-size: 10px;
	padding-left: 25px;
}

.main .main-left .div-naj {
	background-color: rgba(234, 232, 164, 0.4);
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.main .main-left p.naj {
	line-height: 20px;
}

.main .main-left h2 {
	margin: 5px 0;
	padding: 0;
	text-shadow: 0px 0px 8px #999;
}

.main .main-left img {
	height: 250px;
	width: auto;
	margin: 0 10px 10px 0;
	float: left;
	border: none;
}

.main .main-left table.najartykuly tr td.najartTytul {
	font-size: 13px;
	font-weight: bold;
	color: #C60;
}

.main .main-left table.najartykuly tr td.najartTytul a {
	color: #C60;
}

.main .main-left table.najartykuly tr td.najartTytul span.EnTitle {
	font-style: italic;
	color: #777;
	margin-left: 10px;
	padding: 0;
	display: block;
}

.main .main-left table.najartykuly tr td.najartPDF {
	font-size: 10px;
}

.main .main-left table.najartykuly tr td.najartAutor {
	font-size: 11px;
	height: 15px;
	padding-left: 20px;
	font-style: italic;
}

.main .main-left div.artykul {
	margin: 18px 0;
}

.main .main-left div.artykul div.najartAut {
	padding-bottom: 20px;
}

.main .main-left div.artykul div.artTytul {
	font-size: 13px;
	font-weight: bold;
	color: #C60;
}

.main .main-left div.artykul div.artTytul a {
	color: #C60;
}

.main .main-left div.artykul div.artTytul span.EnTitle {
	font-style: italic;
	color: #777;
	margin-left: 10px;
	padding: 0;
	display: block;
}

.main .main-left div.artykul div.artPDF {
	font-size: 10px;
}

.main .main-left div.artykul div.artAutor {
	font-size: 11px;
	padding-left: 20px;
	font-style: italic;
}

.main .main-left div.artykul div.artAut {
	padding-bottom: 20px;
}

.main .main-left ul.raporty {
	padding: 0;
	margin: 0;
}

.main .main-left ul.raporty li {
	list-style: none;
	padding: 4px 8px;
	margin: 15px 0;
	background-color: rgba(234, 232, 164, 0.4);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.main .main-left ul.raporty li a span {
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 21px;
    font-style: italic;
    font-weight: bold;
	margin: 0;
	padding: 0;
}

.main .main-left ul.raporty li p.opis {
	font-size: 11px;
	font-style: italic;
	margin: 0;
	padding: 4px 0 0 30px;
}

.main .main-left ul.raporty li p.opis span.raport-data {
	font-size: 9px;
	padding: 0 0 6px 0;
	margin: 0 0 0 -13px;
}

.main .main-left ul.raporty li p.opis span.raport-opis {
	padding: 0;
	font-size: 11px;
	margin: 0;
}

.main .main-right ul.zeszyty {
	list-style: none;
	padding: 0;
	margin: 0;
}

.main .main-right ul.zeszyty li a {
	/* list-style: none; */
	padding: 8px;
	margin: 0;
	text-align: center;
}

.main .main-right ul.zeszyty li a img {
	height: 80px;
	margin: 0 5px 5px 0;
	float: left;
	border: none;
}

.main .main-right ul.zeszyty li a span {
	padding: 0;
	margin: 0 auto;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}

.main .main-right ul.zeszyty li a {
	display: block;
}

.main .main-right ul.zeszyty li a:hover {
	background-color: rgba(234, 232, 164, 0.4);
}

.main .main-right {
	float: right;
	width: 240px;
	height: auto;
}

.main .main-right .naj-r h3  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	text-align: center;
	margin: 0;
	padding: 0 0 15px 0;
}

.main .main-left h3  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	margin: 0;
	padding: 0 0 15px 0;
}

.main .main-right .naj-r p {
	padding: 0;
	margin: 0;
	font-size: 12px;
	text-align: center;
}

.main .main-right .naj-r p img {
	margin: 5px 0 5px 0;
	padding: 4px;
	border: 1px solid #F30;
	background-color: #FC3;
}

.footer {
	width: 100%;
}

.footer .footer-wew {
	width: 900px;
	margin: 10px auto;
	font-size: 9px;
	text-align: center;
}




#ciasteczka_alert{
    position:relative;
    display:none;
    height: 15px;
    background: #3e749d;
    font-family: Verdana, Geneva, sans-serif;
    border-bottom:1px solid #FFF;
    background: linear-gradient(to bottom, rgba(247, 176, 176, 1) 0%,rgba(173, 57, 57, 1) 100%);
    padding: 3px 10px;
    margin: 0 auto;
    font-size: 10px;
    font: Verdana, Geneva, sans-serif;
    color: #fff;
}
#ciasteczka_alertLinkBox{
    text-transform:uppercase;
    font-size: 11px;
    width: 100px;
    background: #FF7F00;
    text-align:center;
    position:absolute;
    margin-top: 0px;
    margin-left: 9px;top:-4px;
    z-index:10;
    border-radius:5px;
    border:1px solid gray;
    background: linear-gradient(to bottom, rgba(255, 224, 154, 0.9) 0%, rgba(211, 162, 2, 0.9) 100%);
    color:#FFF;
    padding:8px;
    box-shadow:0px 0px 5px rgba(50,50,50,0.7);
    text-decoration: none;
}
#ciasteczka_alertLinkBox:hover{
   background: #ea6949; 
}






.main-right .naj-r .gsc-control-cse {
	background: none;
	border: none;
	padding: 0;
	margin: 19px 0 0 0;
}

.main-right .naj-r nput#gsc-i-id1 {
	font-size: 12px!important;
}

.main-right .naj-r input.gsc-search-button {
	padding: 5px 10px;
	background-color: #d2c969;
	border: 1px solid #ad9a16;
}
.doi {
	font-size: 9px;
	height: 15px;
	padding-left: 20px;
	font-style: italic;
	margin:5px;
}
.bibtexShow {
	font-size: 9px;
	height: 15px;
	padding-left: 20px;
	font-style: italic;
		margin:5px;
}
div.bibtex {
	color: #6a4105;
	font-family: Geneva, Verdana, sans-serif;
	font-size: 11px;
	font-style: italic;
	padding-left: 25px;
	display: none;
	font-weight: normal;
}
.szczegoly{
	font-weight: normal;
	margin: 5px;
}