@charset "UTF-8";

.body{
	margin: 0px 0px 0px 0px;
		
}

div.kontener {
	position: relative;
	margin: 0px 0px 0px 0px;
	/*border:0px dashed red; */
	width:  100%;
	
}

div.kontener:after{
		content: "";
    display: block;
    clear: both;
}

div.lmargin{
	float: left;
	position: fixed;
	left:0;
    bottom:0;
    width: 40px;
	height: auto;
}

div.rmargin{
	position: fixed;
	float: right;
	right:0;
    top:0;
	margin-top: 0;
    width: 40px;
	height: auto;
}

div.struct_l{
	position: relative;
    float: left;
    width: 250px;
	height: auto;
	margin-left: 50px;
	margin-right: 10px;
	}

div.struct_c{
 	overflow-x: auto;
	overflow-y: auto;
   	position: sticky;
	
	height: 860px;
	width: 950px; 
  	float: left;
	top:40px;
	margin-top: 40px;
	margin-left: 10px;
	left: 10px;
	margin-right: -100%;
	right: -100%;
 	margin-bottom: 0;
  
} 
	 
.gdtop{
	position:fixed;
	top: 0px; 
	float:none; 
	height: 180px;
	width: 100%;
 	background-color: white;
	
}
.gdcenter{
 	overflow-x: auto;
	overflow-y: auto;
   	position:relative;
	margin-top: 20px;
	height: auto;
	width: 1100px; 
  	float: none;
	margin-bottom: 0;
  
} 

.gdcertyfikat{
	position: inherit;
	float: left;
	margin-left: 40px;
	left: 20px;
}
div.gdgal a{
	
	background-color: white;
	border-radius: 0px;
	border: none;
	padding: 0px 10px 0px 10px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-weight: bolder;
	text-decoration: none;
	color: darkred;
  	
}

 div.gdgal a:hover{
	text-decoration: none;
	color: #004700;
}

div.gdkon{
	float:  left;
	position: relative;
	width: 230px;
	margin-left: 50px;
	margin-top: 20px;
 	text-decoration: none;
	text-align: center;
}


p{ 	
	text-align: center;
	font-family: "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 12;
	text-shadow: 5px 5px 6px gray ;
}
	
table{
	border: none;
	width: 100%;
	height: 100%;
	font-size: 12px;
	font-weight: bold;	
}
tr{padding: 2px 5px 2px 5px;}
td{padding: 2px 5px 2px 5px;}

div.pagination{  
	width: 650px;
	height: 150px;
  	text-align:justify; 	
	padding: 10px;
	
}
div.pagination a {	 
    color: black;
    float: none;
	padding: 2px 7px 2px 7px;
    text-decoration: none;
	border-radius: 5px;
    transition: background-color .2s;
	
}

div.pagination a:active { 
	background-color: #B70000;
	color: red;
	border-radius: 5px;
 
}
div.pagination a:visited:not(.visited) { 
	background-color: #B70000;
	
	border-radius: 5px;
    
}


div.pagination a:hover:not(.active) {
	background-color: #ddd;
	border-radius: 5px;  
}
  
/* poprzednie ustawienia 
div.struct_c{
 	height: 860px;
}

div.struct_c{
 	overflow-x: auto;
	overflow-y: auto;
	position: -webkit-sticky;
  	position: sticky;
	height: 860px;
	width: 900px; 
  	top: 40px;
	float: left;
	left:auto;
	right: auto;
	
 
	 
}
*/
.clearfix:after {
	content: "";
    display: block;
    clear: both;
}

/*oznakowanie_sam_pol.php*/
.osp_left{
	position: inherit;
	float: left;
	margin-left: 40px;
	left: 20px;
	width: 300px;
	text-align: justify;
	align-content: center;
}
