/* CSS Document */
body {
	background-color: #FFFFFF;
	background-image: url(tlo.gif);
	margin-top: 5px;
}

body,th,tr,input,select,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

td { vertical-align: top; }
form { margin: 0px; }

a:link {text-decoration: none; color: #000000; }
a:visited {text-decoration: none; color: #000000; }
a:active {text-decoration: none; color: #000000; }
a:hover {text-decoration: underline; color: #333333; }

#main { /* glowny obszar strony (zawierajacy wszystko ponizej) */
	width: 758px;
	background-image: url(tlo_main.gif);
	background-repeat: repeat-y;
	background-position: left middle;		
}

#top { /* gora strony */
	width: 758px;
	text-align:center;
	padding: 0px 6px 0px 6px;
	background-image: url(tlo_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#bottom { /* stopka */
	width: 758px;
	font-size: 10px;
	background-image: url(tlo_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px 0px 10px 0px;
}

/* suma szerokosci #left, $przedzialka i #center musi byc rowna szerokosci #main (#top, #botttom) */

#left { /* lewa czesc strony */
	width: 160px;
	height: 450px;
	padding: 0px 0px 10px 12px;
}

#przedzialka { /* kolumna oddzielajaca lewa czesc strony od srodkowej */
	width: 11px;
	background-image: url(krop.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#center { /* srodkowa (glowna czesc strony */
	width:587px;
	padding: 4px 15px 10px 2px;
}

#banner { /* zdjecie bannera glownego */
 margin: 3px 0px 4px 0px;
}

h1 { /* tytul podstron w panelu administracyjnym */
	font-size: 13px;
	font-weight: bold;
	color: #333399;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	font-variant: small-caps;
}

#tytul_strony { /* tytul wyswietlanych stron */
	font-size: 15px;
	font-weight: bold;
	padding:0px 0px 6px 0px;
}

#nazwa_galerii { /* nazwa wyswietlanej galerii */
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	padding: 10px 0px 0px 0px;
}
#miniaturka {
	border: 1px solid #CCCCCC;
	margin: 8px; /* max: 10px */
}

#dzial_menu { /* box z nazwa dzialu i stronami (ew. wybor jezykow, wyszukiwarka, sonda) */
	width: 158px;
	margin: 4px 0px 10px 0px;
}
#naglowek_menu {
	width:100%;
	text-align: left;
	background-color: #FBFDFF;
	background-image: url(tlo_naglowek_menu.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#reszta_menu {
	width:100%;
	border: 1px solid #CCCCCC;
	background-color: #F8F8F8;
	padding: 5px 5px 5px 5px;
}