body {
	margin:0;
}

/* desing button*/



/* Top Navigation Bar */
.topnav {
  width: 100%;
  overflow: hidden;
  background-color: #FF0099;
}

.topnav a {
  float: left;
  width:15%;
  color: #000000;
  text-align: center;
  padding: 10px 5px;
  text-decoration: none;
  font-size: 20px;
}

.topnav a:hover {
  background-color: #FFFF00;
  color: black;
}

.topnav a.active {
    background-color: #4CAF50;
    color: white;
}


.wiecej
{
   text-align: right;
}

/* Table Design */


.tDesign {
    border-collapse: collapse;
}

.tDesign_caption {
  padding: 0.3em;
  color:#000;
  background: #CCFF66;
  font-size:24px;
}

.tDesign_th{
    background-color: #4CAF50;
    color: white;
    text-align: left;
    padding: 8px;
    border: 1px solid #000;
    font-size:20px;
}

.tDesign_td{

    text-align: left;
    padding: 8px;
    border: 1px solid #000;
    font-size:16px;
}


/* Left menu style */

#leftmenuHeader
{
   margin: 0;
   font-size:24px;
   padding: 5px;
   border-top: 2px  dotted #0000FF;
   border-bottom: 2px dotted #0000FF;
   text-align: center;
}

.leftmenuHeader
{
   margin:0;
   padding:0;
   border-top: 1px dotted #aaa;
   border-bottom: 1px dotted #aaa;
}

.leftmenu
{
   list-style-type: none;
   margin: 0;
   padding-left: 5px;
}

.leftmenu li
{
   margin-top: 1px;
   border-bottom: 1px dashed #BCBCBC;
}

.leftmenu li a
{
   text-decoration: none;
   padding-left: 15px;
   color: #000000;
   font-weight: bold;
   background: url(images/1.gif) left center no-repeat;
   font-size:18px;
}

.leftmenu li a:hover
{
   color: #00CC00;
   background: url(images/2.gif) left center no-repeat;
}

/* Middle Menu list*/

#middlemenuHeader
{
   margin: 0 10px 0 10px;
   padding: 5px;
   border-top: 1px dotted #aaa;
   border-bottom: 1px dotted #aaa;
   text-align: justify;
}

#middlemenuHeader p
{
   font-size:24px;
}

#middlemenuHeader a:hover
{
   color: #ff0000;
}

#middlemenu {
  
}

#middlemenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:20px;
}

#middlemenu li {
	margin: 0;
	padding: 0;
}

#middlemenu ul {
	padding-bottom: 15px;
}

#middlemenu li {
	border-bottom: 1px dashed #BCBCBC;
	background: url(images/icon.png) left center no-repeat;
	padding-left: 15px;
}
#middlemenu ul li a {
	color: blue;
	border: none;
	text-decoration: none;
}

#middlemenu a:hover {
	text-decoration: none;
	color: #FF0000;
}


/* right menu */

.rightmenuHeader
{
   margin:0;
   padding:0;
   border-top: 1px dotted #aaa;
   border-bottom: 1px dotted #aaa;
}

.rightmenu
{
 
}

.rightmenu ul {
	margin: 0;
	padding: 10px;
	list-style: square;
	font-size:15px;
}

.rightmenu li {
	margin: 0;
	padding: 0;
}

.rightmenu ul {
	padding-bottom: 15px;
}

.rightmenu li {
	border-bottom: 1px dashed #BCBCBC;
	padding-left: 0;
}
.rightmenu ul li a {
    text-decoration: none;
	color: #FF0000;
	border: none;
}

.rightmenu a:hover {	
	color: #3300FF;
}

/* for content */

#content
{
   margin:0;
   padding: 5px;
   border-top: 1px dotted #aaa;
   border-bottom: 1px dotted #aaa;
   text-align: center;
   font-size:24px;
}


#content_small_ex
{
   margin:0;
   padding: 5px;
   text-align: center;
   font-size:20px;
}

#content_small_ex a{
  text-decoration: none;
  border: none;
}

/*pagination*/

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

.pagination a.inactive {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

/* Footer */

.footer {
	width: 1000px;
	height: 20px;
	margin: 0 auto;
	padding: 0 0 15px 0;
	background: #BBBBBB;
	color: #FFFFFF;
}

.footer p {
	margin: 5px;
	line-height: normal;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}

.footer a {
	color: blue;
	border-bottom: 2px #FFFFFF dotted;
}
	