/* CSS Document */
@import url("reset.css"); 
body {
	font-size:62.5%;
}

p, input, textarea, label, li, select, option {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height:1.5em;
	color:#666666;
}
input {
	line-height:1.1em;
}
p, ul, ol {
	padding-bottom:1em;
}

ul {
	list-style-image:url(../images/ul.png);
	margin-left:2em;
}

ol {
  list-style-type:decimal; 
  margin-left:4em; 
}

ul ul, ol ol {
	padding-bottom:0em;
}
li li {
	font-size: 1.0em;
}
h1, h2, h3, h4, h5 {
	font-family:Arial, Helvetica, sans-serif;
	color:#87245c;/*#4b4b4b;*/
	padding-bottom:0.5em;
}
h1 {
	font-size:1.5em;
	line-height:1.3em;
	
}
h2 {
	font-size:1.4em;
	line-height:1.3em;
}



h3 {
	font-size:1.3em;
	line-height:1.6em;
}

h4 {
	font-size:1.2em;
	color:#87245c;
	font-weight:bold;
	line-height:1.5em;
}

h5 {
	font-size:1.2em;
	color:#424242;
	font-weight:bold;
	line-height:1.4em;
}

a {
	color:#666666;	
}

a:hover {
	color:#87245c;
	text-decoration:none;
}

p a:hover {
	color:#FFF;
	text-decoration:none;
	background-color:#444444;
}

.color-red-01 {
	color:#c12119;
}

.color-gray-01 {
	color:#969696;
}

.color-gray-02 {
	color:#c6c6c6;
}

.color-gray-03 {
	color:#424242;
}

img.obrazek-z-lewej {
   float:left;
   margin-right:10px;
   margin-bottom:10px;
   clear:left;
}
img.obrazek-z-prawej {
   float:right;
   margin-left:10px;
   margin-bottom:10px;
    clear:right;
}

td.box01 {
  border:1px solid #DEDEDE;  
  background-color:#F7F7F7;
  padding:20px; 
}




