/* OGóLNE */

*, html {
	color: #000;
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
}

* td { vertical-align: top;}

body {
	background: #598fa1;
	text-align: center;
	color: #000;
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	margin: 0px 0;
	padding: 0;
}

table, tr, td, th, img {
	margin: 0;
	padding: 0;
}


/* ########################## podstrony ######################## */

#maintable { width: 995px; margin: 0 auto; padding:0; border: 0px solid #000;}

a, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


/* ########################### ładowanie danych ####################### */

div#loading, div#sprawdzanie {
	position: absolute;
	text-align: center;
	width: 990px;
	height: 100%;
	margin: auto;
	display: none;
}

div#napis, div#napis2 {
	font-size: 30px; 
	color: white;
	background: gray;
	width: 400px;
	color: white;
	height: 100px;	
	margin: 0 auto;
	margin-top: 200px;
}	

div#sprawdzanie {
	width: 100%;
}	
div#napis2 {
  height: 160px;
}