@import url("reset-min.css");

/* CSS Document */
p, input, textarea, label, li, select, option, legend {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#666666;
	line-height:1.6em;
}
option {
	font-size:1em;
}
p,ul,ol {
	margin-bottom:1.2em;
}
h1,h2,h3,h4,h5 {
	font-family:Arial, Helvetica, sans-serif;
	color:#4f90d9;
	font-weight:normal;
	line-height:1.1em;
}
h1 {
	font-size:2em;
	margin-bottom:0.8em;
}
h2 {
	font-size:1.8em;
	font-weight:normal;
	margin-bottom:0.8em;
}

h3 {
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:0.8em;
	color:#555;
}

h4 {
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:0.8em;
	color:#555;
}

h5 {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:0.8em;
	color:#555;
}
a:link, a:visited {
	color:#246fa8;
}

a:hover {
   text-decoration:none;
   color:#9e97e2;
}


ul {
  margin-left:1em;
}
ol {
  list-style-type:decimal; 
  margin-left:4em; 
}
li {
	background-image:url(../img/li.png);
	background-repeat:no-repeat;
	background-position:0px 0.75em;
	padding-left:1em;
}
ul li ul, ol ol {
	margin-bottom:0em !important;
}
li li {
	font-size: 1.0em;
}
ol li {
  background-image:none;
  padding-left:0em;
}
p img {
  
}
p.small {
	font-size:1.1em;
	color:#848687;
}

img.obrazek-z-lewej {
   float:left;
   margin-right:1.2em;
   margin-bottom:1.2em;
   clear:left;
}
img.obrazek-z-prawej {
   float:right;
   margin-left:1.2em;
   margin-bottom:1.2em;
   clear:right;
}

img.jeden-obok-drugiego {
   clear:none !important;
}

