/* CSS Document */
 @import url("reset.css"); 
/*
* {
	 border:1px solid black;
	 padding:1px;
}
*/
body {
	font-size:62.5%;
}

/* 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:#990000;
	font-size:2.2em;
	font-weight:normal;
	padding-bottom:15px;
}

h2 {
	font-size:2.0em;
	color:#999999;
	font-weight:normal;
	padding-bottom:15px;
}

h3 {
	font-size:1.5em;
	line-height:1.3em;
	padding-bottom:5px;
}

h4 {
	font-size:1.2em;
	font-weight:bold;
	line-height:1.4em;
	padding-bottom:5px;
}

h5 {
	font-size:1.1em;
	font-weight:bold;
	line-height:1.5em;
}

h6 {
	font-size:1.0em;
	font-weight:bold;
	line-height:1.5em;
}

p, td, th, li, label {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height:1.4em;
	color:#000000;
}
li p {
 font-size:1.0em;
}
p {
	margin-bottom:10px;
}

p a {
	text-decoration:underline;
	color:#3366cc;
}

p a:hover {
	color:#3366cc;
	text-decoration:none;
}

li a {	
	text-decoration:underline;
	color:#3366cc;
}

li a:hover{
	color:#3366cc;
	text-decoration:none;
}
ol {
	list-style-type:decimal;
	list-style-position:outside;
}
ul, ol {
	margin:0 0 1em 2em;
	padding:0;
}
li ul, li ol {margin:0;}
ul li {
	list-style:outside disc;
}
li li {
	padding-left:1.5em;
}

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;
}