body 
	{
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	}

body.pokaz 
	{
	background-color: #222222;
	margin: 0;
	padding: 0;
	text-align: center;
	}

div.glowny
	{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0px;
	padding: 10px;
	width: 950px;
	background: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	}

div.poboczny
	{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0px;
	padding: 10px;
	width: 950px;
	background: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	}

div.pokaz
	{
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0px;
	padding: 0px;
	width: 100%;
	height: 500;
	background: #FFFFFF;
	border-width: 1px 0px;
	border-style: dotted;
	border-color: #171717;
	}

div.pokazciemny
	{
	margin-top: 0px;
	margin-bottom: 10px;
	border: 0px;
	padding: 0px;
	width: 100%;
	height: 500;
	background: #161616;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #000000;
	}


div.exif
	{
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	padding: 0px;
	width: 235px;
	}

img.logo
	{
	margin-top: 14px;
	margin-bottom: 10px;
	border: 0px;
	}

img.pokaz
	{
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid black;
	}

img.wew
	{
	width: 110px;
	height: 110px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid black;
	}

img.wew2
	{
	width: 306px;
	height: 306px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid black;
	}

p.tekst
	{ 
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-align: left;
	} 

p.tekstjasny
	{ 
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Tahoma;
	font-size: 11px;
	color: #5A5A5A;
	text-align: left;
	} 

p.tekstcenter
	{ 
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-align: center;
	} 

p.tekstjasnycenter
	{ 
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Tahoma;
	font-size: 11px;
	color: #5A5A5A;
	text-align: center;
	} 

p.tekstprawy
	{ 
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	text-align: right;
	} 

p.stopka	
	{ 
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-align: center;
	} 

hr 	{
	height: 1px;
	border-width: 0px;
	margin: 0px 0px;
	background: url('layout/punkt.gif');
	}

A.normalny 
	{
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
	color: #000000;
	}

A.kategoria
	{
	text-decoration: none;
	text-transform: none;
	color: #000000;
	}

A:link {
	color: #000000;
	}

A:visited
	{
	color: #000000;
	}

A:hover
	{
	text-decoration: underline; color: #000000;
	}

A:active
	{
	color: #000000;
	}

#nawigacja a{color: #5A5A5A; text-decoration: none; font-weight: bold;}
#nawigacja a:hover{color: #5A5A5A; text-decoration: underline; font-weight: bold;}