/* GLOWNE */

	html, body
	{
		width: 100%;
		height: 100%;

		margin: 0px;
		padding: 0px;

		background-color: rgb(255,255,255);
	}

	body
	{
		font-family: "Tahoma", sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: rgb(0,0,0);

		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;

		text-align: center;

		background-image: url(body.gif);
		background-repeat: repeat-x;
	}

	hr
	{
		display: block;

		font-size: 1px;

		width: 800px;
		height: 1px;

		margin-top: 5px;
		margin-right: auto;
		margin-bottom: 5px;
		margin-left: auto;

		padding: 0px;

		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: rgb(157,238,237);
		border-top: 0px;
		border-left: 0px;
		border-right: 0px;

		line-height: 0px;
	}

/* LAYOUT */

	.header
	{
		display: block;
		width: 1024px;

		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;

		padding: 0px;
	}

	#main
	{
		display: block;
		width: 1024px;

		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
	}

	#main div
	{
		display: block;
		float: left;
	}

	.menu
	{
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 154px;

		width: 260px;
		height: 600px;

		background-image: url(menu.jpg);
		background-repeat: no-repeat;
	}

	.menu ul
	{
		width: 250px;
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}

	.menu ul li
	{
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 10px;
		margin-left: 0px;

		padding: 0px;

		color: rgb(0,116,175);

		list-style-type: none;

		text-align: left;
		text-decoration: none;

		font-size: 18px;
		font-weight: normal;

		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: rgb(153,204,204);
	}

	.menu ul li a
	{
		display: block;

		width: 210px;
		height: 20px;

		margin: 0px;
		padding: 20px;

		color: rgb(0,84,127);
		background-color: rgb(255,255,255);

		text-decoration: none;

		filter: alpha(opacity=50);
		-moz-opacity:.50;
		opacity:.50;
	}

	.menu ul li a:link, .menu ul li a:visited, .menu ul li a:active
	{
		color: rgb(0,84,127);
		background-color: rgb(255,255,255);

		text-decoration: none;

		filter: alpha(opacity=50);
		-moz-opacity:.50;
		opacity:.50;
	}

	.menu ul li a:hover
	{
		color: rgb(0,175,173);
		background-color: rgb(255,255,255);

		text-decoration: none;

		filter: alpha(opacity=80);
		-moz-opacity:.80;
		opacity:.80;
	}

	.menu ul li.selected a, .menu ul li.selected a:link, .menu ul li.selected a:visited, .menu ul li.selected a:active, .menu ul li.selected a:hover
	{
		color: rgb(255,255,255);
		background-color: rgb(122,223,241);

		text-decoration: none;

		filter: alpha(opacity=80);
		-moz-opacity:.80;
		opacity:.80;
	}

	.column
	{
		display: block;
		width: 450px;

		background-image: url(column.jpg);
		background-repeat: no-repeat;
		background-color: rgb(255,255,255);
	}

	.column h1
	{
		margin: 0px;
		padding: 10px;

		font-size: 18px;
		font-weight: normal;
		color: rgb(0,84,127);

		text-align: left;
	}

	.column p
	{
		display: block;

		margin: 0px;

		padding-top: 5px;
		padding-right: 10px;
		padding-bottom: 5px;
		padding-left: 10px;

		text-align: left;
	}

	.column p a, .column p a:link, .column p a:visited, .column p a:active, .column ul li a, .column ul li a:link, .column ul li a:visited, .column ul li a:active, .column ol li a, .column ol li a:link, .column ol li a:visited, .column ol li a:active
	{
		color: rgb(0,84,127);
		text-decoration: underline;
	}

	.column p a:hover, .column ul li a:hover, .column ol li a:hover
	{
		color: rgb(0,175,173);
		text-decoration: underline;
	}

	.selectedLink
	{
		color: rgb(0,175,173);
		text-decoration: underline;
	}

	.column hr
	{
		width: 430px;
	}

	.column ul
	{
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 30px;

		padding-top: 5px;
		padding-right: 10px;
		padding-bottom: 5px;
		padding-left: 10px;

		list-style-image: url('li.gif');
		list-style-position: outside;
 	}

	.column ol
	{
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 30px;

		padding-top: 5px;
		padding-right: 10px;
		padding-bottom: 5px;
		padding-left: 10px;

		list-style-position: outside;
 	}

	.column ul li, .column ol li
	{
		margin: 0px;

		padding-top: 5px;
		padding-right: 0px;
		padding-bottom: 5px;
		padding-left: 0px;

		text-align: left;
	}

	.title
	{
		width: 160px;

		background-image: url(title_back.gif);
		background-repeat: repeat-y;
	}

	.title span
	{
		display: block;
		width: 160px;

		background-image: url(title.jpg);
		background-repeat: no-repeat;
		background-position: top center;
	}

	.footer
	{
		display: block;
		width: 800px;

		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;

		padding-top: 10px;
		padding-right: 0px;
		padding-bottom: 20px;
		padding-left: 0px;

		font-size: 11px;
		color: rgb(0,84,127);
	}

	.footer p
	{
		margin: 0px;

		padding-top: 3px;
		padding-right: 10px;
		padding-bottom: 3px;
		padding-left: 10px;

		text-align: center;
	}

	.footer p a, .footer p a:link, .footer p a:visited, .footer p a:active
	{
		color: rgb(0,175,173);
		text-decoration: none;
	}

	.footer p a:hover
	{
		color: rgb(0,84,127);
		text-decoration: none;
	}

	.slowa
	{
		display: none;
		visibility: hidden;
	}

/* PAGINACJA */

	.paginacja
	{
		display: block;

		margin: 0px;

		padding-top: 5px;
		padding-right: 0px;
		padding-bottom: 5px;
		padding-left: 0px;

		font-size: 10px;
	}

	.paginacja a, .paginacja span
	{
		display: block;
		float: left;

		margin-top: 0px;
		margin-right: 4px;
		margin-bottom: 4px;
		margin-left: 0px;

		padding-top: 3px;
		padding-right: 6px;
		padding-bottom: 3px;
		padding-left: 6px;

		background-color: rgb(123,224,242);
	}

	.paginacja span
	{
		color: rgb(255,246,233);

		border-style: solid;
		border-width: 1px;
		border-color: rgb(241,245,246);
	}

	.paginacja a
	{
		background-color: transparent;

		border-style: solid;
		border-width: 1px;
		border-color: rgb(241,245,246);
	}

	p.paginacja a, p.paginacja a:link, p.paginacja a:visited, p.paginacja a:active, p.paginacja a:hover
	{
		text-decoration: none;
	}

/* GALLERY */

	.content
	{
		display: block;
		float: none;
		width: 450px;

		margin: 0px;
		padding: 0px;
	}

	.content div
	{
		display: block;

		margin: 0px;
		padding: 0px;
	}

	#gallery
	{
		display: block;

		margin: 0px;

		padding-top: 3px;
		padding-right: 8px;
		padding-bottom: 3px;
		padding-left: 8px;

		background-color: rgb(232,244,247);
	}

	#gallery div
	{
		display: block;
		float: left;

		width: 90px;
		height: 105px;

		margin: 2px;
		padding: 0px;

		overflow: hidden;

		text-align: center;
	}

	#gallery div small
	{
		display: block;

		width: 86px;
		height: 35px;

		padding: 2px;
	}

	#gallery div div
	{
		display: block;
		float: none;

		width: 90px;
		height: 66px;

		margin: 0px;
		padding: 0px;

		background-repeat: no-repeat;
		background-position: center center;
	}

	#gallery div div a
	{
		display: block;

		width: 90px;
		height: 66px;

		margin: 0px;
		padding: 0px;
	}

	#gallery div div a:hover
	{
		background-color: rgb(255,255,255);

		filter:alpha(opacity=20);
		-moz-opacity:.20;
		opacity:.20;
	}

	#gallery div div a span
	{
		display: none;

		margin: 0px;
		padding: 0px;
	}

/* FORMULARZE */

	form
	{
		margin: 0px;
		padding: 0px;
	}

	input, textarea, select, option
	{
		font-family: "Tahoma", sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: rgb(0,0,0);

		margin: 0px;
		padding: 4px;
	}

	textarea
	{
		width: 350px;
		height: 150px;
	}

	input, textarea
	{
		border-style: solid;
		border-width: 1px;
		border-color: rgb(153,204,204);
	}

/* COMMENTS */

	blockquote
	{
		display: block;

		margin-top: 0px;
		margin-right: 4px;
		margin-bottom: 4px;
		margin-left: 0px;

		padding-top: 5px;
		padding-right: 10px;
		padding-bottom: 5px;
		padding-left: 10px;

		text-align: left;
	}

	blockquote p
	{
		background-color: rgb(250,250,250);

		border-style: dashed;
		border-width: 1px;
		border-color: rgb(240,240,240);
	}
