	html, body 
	{
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
	}

	body 
	{
		color: rgb(50,50,50);
		font-family: Verdana, sans-serif;
		font-size: 10px;
		background-color: rgb(50,50,50);
		background-image: url(rest.gif);
	}

	table
	{
		text-align: left;
	}

	p
	{
		text-align: left;
		margin-top: 2px;
		margin-right: 0px;
		margin-bottom: 2px;
		margin-left: 0px;
		padding: 0px;
	}

	.text 
	{
		color: rgb(50,50,50);
		text-decoration: none;
	}

	.text a:visited, .text a:active 
	{
		color: rgb(50,50,50);
		text-decoration: none;
	}

	.text a, .text a:link
	{
		color: rgb(50,50,50);
		text-decoration: none;
	}

	.text a:hover 
	{
		color: rgb(150,150,150);
		text-decoration: none;
	}

	.tytul
	{
		color: rgb(180,180,180);
		font-family: Trebuchet MS, sans-serif;
		font-size: 20px;
	}

	.tytul a:visited, .tytul a:active 
	{
		color: rgb(150,150,150);
		text-decoration: none;
	}

	.tytul a, .tytul a:link
	{
		color: rgb(150,150,150);
		text-decoration: none;
	}

	.tytul a:hover 
	{
		color: rgb(0,0,0);
		text-decoration: none;
	}

	.start
	{
		color: rgb(223,0,36);
		font-family: Trebuchet MS, sans-serif;
		font-size: 14px;
		font-weight: bold;
	}

	.start a:visited, .start a:active 
	{
		color: rgb(150,150,150);
		text-decoration: none;
	}

	.start a, .start a:link
	{
		color: rgb(150,150,150);
		text-decoration: none;
	}

	.start a:hover 
	{
		color: rgb(0,0,0);
		text-decoration: none;
	}

	.content
	{
		background-image: url(back.gif);
	}

	.kolumna
	{
		background-image: url(bann.jpg);
		background-repeat: no-repeat;
	}

	#dane
	{
		width: 400px;
		height: 600px;
		overflow: auto;
		margin: 0px;
		padding: 0px;
		text-align: left;
	}

	#daneramka
	{
		width: 380px;
		margin: 0px;
		padding: 0px;
	}

	.galeria
	{
		float: left; 
		width: 65px; 
		height: 65px;
		background-color: rgb(223,0,36);
		background-repeat: no-repeat; 
		background-position: center center; 
		margin-top: 0px; 
		margin-right: 5px; 
		margin-bottom: 5px; 
		margin-left: 0px;
		padding: 0px;
	}

	.galeria a
	{
		display: block; 
		width: 65px;
		height: 65px;
		background-color: rgb(255,255,255);
		margin: 0px;
		padding: 0px;
		filter:alpha(opacity=20); 
		-moz-opacity:.20; 
		opacity:.20; 
	}

	.galeria a:hover
	{
		filter:alpha(opacity=0); 
		-moz-opacity:.0; 
		opacity:.0; 
	}

	.paginylink
	{
		display: block;
		float: left;
		color: rgb(255,255,255);
		padding-top: 4px;
		padding-right: 6px;
		padding-bottom: 4px;
		padding-left: 6px;
		margin-top: 0px;
		margin-right: 2px;
		margin-bottom: 0px;
		margin-left: 0px;
		background-color: rgb(223,0,36);
	}

	a.paginylink, a:link.paginylink, a:visited.paginylink, a:active.paginylink
	{
		color: rgb(255,255,255);
	}

	a:hover.paginylink
	{
		color: rgb(255,255,255);
		background-color: rgb(150,150,150);
	}

	.paginylinkselected
	{
		display: block;
		float: left;
		color: rgb(255,255,255);
		padding-top: 4px;
		padding-right: 6px;
		padding-bottom: 4px;
		padding-left: 6px;
		margin-top: 0px;
		margin-right: 2px;
		margin-bottom: 0px;
		margin-left: 0px;
		background-color: rgb(0,0,0);
	}

	form
	{
		padding: 0px;
		margin: 0px;
	}

	input, textarea
	{
		padding: 2px;
		margin: 0px;
		font-family: Trebuchet MS, sans-serif;
		font-size: 10px;
		color: rgb(50,50,50);
		border-style: solid;
		border-width: 1px;
		border-color: rgb(150,150,150);
		background-color: rgb(240,240,240);
	}

	.wpis
	{
		background-color: rgb(240,240,240);
		margin-top: 0px; 
		margin-right: 0px; 
		margin-bottom: 10px; 
		margin-left: 0px;
		padding: 10px;
	}