body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  padding: 0;
  margin: 0;
}
#kontener{
	margin: auto;
	width: 720px;
	padding: 0;
}
#header{
	padding: 5pt 0;
	text-align: justify;
	font-size: 7pt;
	border-bottom: 2px solid Silver;
	margin: 0;
}
#logo{
	text-align: center; 
	color: rgb(38, 65, 24);
	font-weight: bold;
	width: 264px;
	margin: 15px 30px 0 0;
}
#univ{
	float:right;
	width: 350px;
}
#univ a{
  color: #264118;
  font-size: 12px;
}
#menu{
	margin: 5px 0 25px 0;
	padding: 2px;
	clear: both;
	height: 20px;
	border: 1px solid #003000;
	background-image: url(img/tlo.jpg);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
  color: #ffffff;
}
#menu li{
	margin: 3px 0;
	display: inline;
}
#menu a{
  color: #ffffff;
  text-decoration: none;
}
#menu a:hover {
  text-decoration: underline;
}


#footer{
  clear: both;
  border-top: 10px solid #819d7c;
  text-align: right;
  font-size: 12px;
}


#body {
	min-height: 300px;
}
#body p{
  text-align: justify;
}
#body h1{
	font-size: 18pt;
	font-weight: bold;

}

#body h1.topic{
	font-size: 18pt;
	font-weight: bold;
	padding: 25px 0  5px 0;
}

#kolumna1{
	width: 220px;
	float: left;
}
#kolumna2{
	width: 280px;
	float: left;
}
#kolumna3{
	width: 220px;
	float: left;
}
.topic_logo{
float: right;
}


div.issue {
  border: 1px solid #003000;
  background-color: #f5f5f5; /* e3f9e5 */
  background-image: url("img/box.jpg");
  width: 215px;
  padding: 5px;
  float: right; 
  margin-left: 12px; 
  margin-top: 14px
}
div.issuem {
	border: 1px solid #003000;
	background-color: #f5f5f5; /* e3f9e5 */
	background-image: url("img/box.jpg");
	width: 200px;
	padding: 5px;
	float: right;
	margin-left: 12px;
	margin-top: 14px;
	background-repeat: no-repeat;
	font-size: 8pt;
}


a {
	color: #006401;
	text-decoration: none;
}

a:hover {
  text-decoration:underline;
}

a.controls {
  font-weight: bold;
  font-size: 10px;
}

a.controls:hover {
}


a.navbar:hover {
  text-decoration: underline;
}

td.footer {
  text-align: right;
  font-size: 12px;
}

center.footer {
   font-size: 12px;
}

.head {
  font-size: 150%;
  font-weight: bold;
}

.issue_year {
  font-size: 16px;
  font-weight: bold;
}


ul 
{
list-style-image: url("img/bullet.png");
margin-left: 0px;
padding-left: 15px;
}
ol 
{
margin-left: 0px;
padding-left: 15px;
}

#result table{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 0px;
	padding: 0;
	margin: 0px;
	width: 100%;
	clear: both;
	border-collapse: collapse;
}
#result th{
	vertical-align: middle;
	text-align: left;
	border-bottom: 2px solid Silver;
	border-top: 2px solid Silver;
	margin-bottom: 10px;
}

#result .numer{
	font-size: 11px;
	vertical-align: top;
	white-space: nowrap;
	width: 80px;
}

#result .topic{
	font-size: 12px;
	vertical-align: top;
	width: 90px;
}
#result .title{
	vertical-align: top;
	text-align: justify;
	font-weight: 900;
	font-size: 12px;
}
#result .author{
	vertical-align: top;
	text-align: justify;
	font-size: 12px;
}

#result .art{
	vertical-align: top;
}
#result .icons{
	padding-bottom: 10px;
}
#result img{
	border: 0px;
}

#result .abstract{
	text-indent: 2em;
	font-size: 11px;
	border-bottom: 2px solid #DCDCDC;
	padding-bottom: 10px;
	line-height: 1.3em;
}
#result a{
	color: #004401;
	text-decoration: none;
}
#result a:hover{
	color: #008001;
	text-decoration: underline;
}

.newline{
	clear: both;
}
form{
}
input, option
{
	font-size: 13px;
}
#search{
	border: thin solid Black;
	background-color: #F0FFF0;
	margin: 25px 0;
	padding: 10px;
}
#searchtext{
	width:200px;
}
.topic_issue{
	display: none;
}
.nobr{
	white-space: nowrap;
}

.cleartopic{
  clear: both;
}
ADDRESS{
	width: 370px;
	border: 1px solid Green;
	background-color: #F0FFF0;
	padding: 10px;
	: ;
	line-height: 1.3em;
	text-align: center;
}


/* Hide scrollbar for Chrome, Safari and Opera */
.statsframe::-webkit-scrollbar {
	display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.statsframe {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}