﻿
* {
	margin: 0;
	padding: 0
}


body {
    width: 100%;
    height: 100%;
    color: #000000;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    background-color: #FFFFFF;	 
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {}


a.home {
    text-decoration: underline;
	 color: #FFFFFF;
}

a:hover.home {
	 background: #FFFFFF;
    text-decoration: underline;
	 color: #900A00;
}


a.homeikony {
    text-decoration: underline;
	 color: #FFFFFF;
}

a:hover.homeikony {
	 background: #FFFFFF;
    text-decoration: underline;
	 color: #1A350D;
}



ul.none { list-style: none; }
ul.kwadraty { list-style: square; margin: 10px 0px 0 25px; }
ul.kola { list-style: disc;  margin: 10px 0px 0 25px;}
ul.cyfry { list-style: decimal; margin: 10px 0px 0 25px;}

h3 { font-size: 1em; margin: 0px; }
h4 { font-size: 1em; margin: 0 0 7px 0; }

p { margin: 10px 0 0 0;}
	
.clear { clear: both; }
.test { border: 1px dotted red;}
.szukajinput {
	border: 1px solid #FFFFFF;
	width: 106px;
	height: 16px;
	color: #FFFFFF;
	background: #A6CE38;
	font-size: 1.1em;

}

/* --------------------------------------------------------------------------- */

.centrowanie {
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
	border: 0px dotted red;
}


/* --------------------------------------------------------------------------- */

/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
   	height: 0; 
    line-height: 0; /* for Opera */
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

/* --------------------------------------------------------------------------- */


/* Print */
 
@media print{ 
.noprint {display: none;} 
.print {visibility: visible;}
}

@media screen{ 
.noscreen {display: none;} 
.screen {visibility: visible;}
}
