/* CSS Document */
 @import url("reset-min.css"); 
/*
* {
	 border:1px solid black;
	 padding:1px;
}
*/


/* GLOBALS */
h1, h2, h3, h4, h5  {
	font-family:Arial, Helvetica, sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration:none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	text-decoration:underline;
}

h1 {
	color:#424242;
	font-size:2.8em;
	font-weight:bold;
	line-height:1.5em;
	margin-bottom:0.8em;
}

h2 {
	color:#424242;
	font-size:1.8em;
	font-weight:bold;
	line-height:1.5em;
	margin-bottom:0.7em;
}

h3 {
	color:#424242;
	font-size:1.3em;
	line-height:1.1em;
	font-weight:bold;
	margin-bottom:0.7em;
}

h4 {
	color:#666666;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.3em;
	margin-bottom:0.7em;
}

h5 {
	color:#000;
	font-size:1.1em;
	font-weight:normal;
	line-height:1.5em;
	padding-bottom:5px;
}

h6 {
	font-size:1.0em;
	font-weight:bold;
	line-height:1.5em;
}

p, td, th, li, textarea, label, input, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height:1.4em;
	color:#696969;
}

textarea, label, input, select {
	font-size: 1.1em;
	line-height:1.3em;
}
p {
	margin-bottom:1em;
}

p a {
	text-decoration:underline;
	color:#ff670c;
	font-weight:bold;
}

p a:hover, label a:hover {
	color:#ff670c;
	text-decoration:none;
	font-weight:bold;
}

li a {	
	text-decoration:underline;
	color:#847d82;
}

li a:hover{
	color:#847d82;
	text-decoration:none;
}

ol {
	list-style-type:decimal;
	list-style-position:outside;
}

ul, ol {
	margin:0 0 1em 2em;
	padding:0;
}
li li {
	font-size:1em;
}

li ul, li ol {
	margin:0;
	padding:0;
	}

ul li {
	list-style:outside disc;
	}
ul li ul, ol li ol, ul li ol, ol li ul {
	padding-left:1.5em;
}

p img {
	background-image:url(../img/imgarrow.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	border:none;
	margin:0;
}
a.img {
	background-image:url(../img/imgarrow.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	padding:0 0 0 0;
	border:none;
	margin:0;
}
img.obrazek-z-lewej {
   float:left;
   margin-right:1em;
   margin-bottom:1em;
   clear:left;
}
img.obrazek-z-prawej {
   float:right;
   margin-left:1em;
   margin-bottom:1em;
   clear:right;
   overflow:hidden;
}
a.kliknij-aby-powiekszyc img {
	padding-bottom:25px;
}
img.rozmiesc-w-poziomie {
	clear:none !important;
}

div.col-left {
  width: 49%;
  float:left;
}
div.col-right {
  width: 49%;
  float:right;
}

