/* zerowanie */
body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: Black;
	background-image: url(img/background.jpg);
	background-repeat: repeat-x;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10pt;
	color: White;
}
#page
{
	width: 950px;
	background-color: Black;
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
}
#menu
{
	width: 950px;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	clear: both;
}
#srodek
{
	background: Black;
	width: 950px;
	height: 100%;
	float: left;
	clear: both;
}
#zdjecie
{
	border: 1px solid #666666;
	width: 930px;
	height: 350px;
	float: none;
	clear: both;
	margin-top: 10px;
}
#tekst
{
	width: 930px;
	height: 100%;
	float: left;
	clear: both;
	margin: 10px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10pt;
	color: White;
	text-align: left;
}
.tekst_en
{
	color: #555555;
}
#stopka
{
	border-top: 1px dotted #282828;
	width: 930px;
	height: 30px;
	float: none;
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #282828;
	font-size: 8pt;
}
#stopka a:link
{
	color: #282828;
	font-size: 8pt;
}
#stopka a:hover
{
	color: #A1A1A1;
	font-size: 8pt;
}
/* linki */
a:link
{
	color: #1C3A4A;
	text-decoration: none;
	
}
a:visited
{
	color: #1C3A4A;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
	color: #B3BCC9;
}
#menu .kategoria {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 11px;
	font-weight: bold;
	color: #1D1D1D;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;;
	border-bottom-color: #BDC7CE;
}

#menu .kategoria a {
	font-size: 11px;
	font-weight: bold;
	color: #1D1D1D;
	text-decoration: none;
}
#menu .kategoria a:link {
	font-size: 11px;
	font-weight: bold;
	color: #1D1D1D;
	text-decoration: none;
	
}
#menu .kategoria a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #131313;
	text-decoration: none;
}	
#menu .kategoria a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #1D1D1D;
	text-decoration: none;
	
}


