@charset "iso-8859-2";
/* CSS Document */


html, body  
	{background: #ffffff; 
	 text-align: center; 
	 font-size: 1em; 
	 font-family: Tahoma, Geneva, sans-serif;
	}
body *
	{margin: 0px; 
	 padding: 0px; 
	 font-size: 1em; 
	 text-align:justify;
	}
img 
  {border: 0px;
  float:right;
  margin:4px;
	}
h1 
	{font-size: 1.5em; 
	 font-weight: bold;
	 
	}
h2 
	{font-size: 1.4em;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
h3
	{font-size: 1em; 
	 font-weight: bold;
	}
a 
	{color: #000; 
	 font-size: 1.2em;
	 text-decoration:none;
	}
a:visited 
	{color: #000;
	}
a:hover 
	{color: #CCC;
	}

.content {
	font: normal 1em Tahoma, Geneva, sans-serif;
	background: #F0F0F0;
	padding: 10px;
	width: 900px;
	margin:75px auto;
	height: auto;
		box-shadow:1px 1px 20px #000; /* cienie */
  -webkit-box-shadow: 1px 1px 20px #000;
  -moz-box-shadow: 1px 1px 20px #000;
 /* background-color:rgba(91, 106, 245, 0.2); */
  }
.text {
	 margin-top:5px;
	 color:#343;
	 font: normal 1em Tahoma, Geneva, sans-serif;
	}