@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 14px;
	text-align: center;
}
body {
	background-color: black;
	background-image: none;
	background-attachment: fixed;
	background-position: center top;
}
h1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #00a7dc;
}
h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #00a7dc;
}
a:link {
	color: #00a7dc;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #00a7dc;
}
a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #00a7dc;
}
a:active {
	text-decoration: underline;
	color: #FFF;
	background-color: #0099FF;
}
#container  {
	width: 1000px; /* automatyczne marginesy (w połączeniu z szerokością) powodują wyśrodkowanie strony */
	border: 1px solid #000000;
	text-align: left; /* ustawienie to przesłania domyślne ustawienie wyrównania tekstu: środkowanie w elemencie body. */
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 1;
}
#header  {
	background-color: #000000;
	height: 300px;
	width: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#header_index  {
	background-color: #000000;
	height: 190px;
	width: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#header h1  {
	margin: 0; /* użycie dopełnienia, a nie marginesu, pozwoli utrzymać odpowiednią odległość między elementem a krawędziami elementu div */
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
}
#mainContent  {
	text-align: justify;
	height: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: auto;
	line-height: 20px;
}
#footer  {
	padding: 0 10px;
	background-color: black;
	font-size: 12px;
	color: white;
}
#footer p  {
	margin: 0; /* wyzerowanie marginesów pierwszego elementu w stopce pozwoli uniknąć ewentualnego skrócenia marginesów - tj. dodania niepotrzebnych spacji między elementami div */
	padding: 10px 10px; /* użycie dopełnienia zapewni marginesy, a jednocześnie uniemożliwi ich skrócenie */
}

