html, body {
   background-color: #444444;
   margin: 0;
}
#tabela {
margin:0 auto;
border-spacing: 10px;
margin-top: 5px;
}

div.tytul_galerii h1{
	font-family: arial, tahoma;
	text-align: center;
	background-color: transparent;
	color: #AAAAAA;
	font-size: 20px;
}

div.tytul_zdjecia h2{
	font-family: arial,tahoma;
	text-align: center;
	background-color: transparent;
	color: #CC7600;
	font-size: 12px;
}

div.opis_zdjecia h3{
	font-family: tahoma, arial;
	text-align: center;
	background-color: transparent;
	color: #AAAAAA;
	font-size: 11px;
}

td.miniaturka {
	width: 150px;
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
	text-align: center;
	#vertical-align: middle;
	padding: 2px;
}
td.miniaturka_pionowa {
	width: 100px;
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
	text-align: center;
	padding: 2px;
}
td.zdjecie {
	width: 800px;
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
	text-align: center;
	padding: 4px;
}
td.zdjecie_pionowe {
	width: 350px;
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
	text-align: center;
	padding: 4px;
}
td.nawigacja {
	width: 800px;
	font-family:arial, tahoma;
	font-size: 11px;
	text-align: right;
	color: #CCCCCC;
}
td.poprzedni {
	width: 140px;
	font-family:arial, tahoma;
	font-size: 11px;
	text-align: left;
	color: #999999;
}
td.index {
	width: 140px;
	font-family:arial, tahoma;
	font-size: 11px;
	text-align: center;
	color: #CCCCCC;
}
td.nastepny {
	width: 140px;
	font-family:arial, tahoma;
	font-size: 11px;
	text-align: right;
	color: #999999;
}
td.strony_glowne {
	font-family:arial, tahoma;
	font-size: 10px;
	text-align: center;
	color: #999999;
}

a:link {
	color: #999999;
	text-decoration:none;
}

a:visited {
	color: #999999;
	text-decoration:none;
}

a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
