/* GLOWNE */

	body, html
	{
		width: 100%;
		height: 100%;

		margin: 0px;
		padding: 0px;
	}

	body 
	{
		font-family: "Verdana", 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-color: rgb(255,255,255);
	}

	hr
	{
		display: block;

		font-size: 1px;

		height: 1px;

		margin-top: 5px;
		margin-right: 10px;
		margin-bottom: 5px;
		margin-left: 10px;

		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: rgb(241,89,42);
		border-top: 0px;
		border-left: 0px;
		border-right: 0px;

		line-height: 0px;
	}

	small
	{
		color: rgb(100,100,100);
	}

/* LAYOUT */

	.header
	{
		display: block;
		width: 1000px;
		height: 254px;

		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;

		padding: 0px;

		background-repeat: no-repeat;
		background-position: top center;

		text-align: right;
	}

	.languages
	{
		display: block;
		padding: 10px;
		text-align: right;
	}

	.languages img
	{
		width: 22px;
		height: 22px;
		margin: 0px;
	}

	#main
	{
		display: block;
		width: 1000px;

		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;

		background-image: url(main.jpg);
		background-repeat: no-repeat;
		background-position: bottom center;
	}

	/* menu */

		.menu
		{
			display: block;
			float: left;

			width: 278px;

			margin: 0px;
			padding: 0px;

			background-image: url(menu.jpg);
			background-repeat: no-repeat;
			background-position: top center;
		}

		.menu ul
		{
			width: 278px;

			position: relative;
			top: -50px;
			left: 0px;

			margin: 0px;
			padding: 0px;

			list-style-type: none;
		}

		.menu ul li
		{
			margin: 0px;
			padding: 0px;

			color: rgb(100,100,100);

			list-style-type: none;

			text-align: left;
			text-decoration: none;

			font-size: 18px;
			font-weight: normal;

			background-image: url(menu_item.gif);
			background-repeat: no-repeat;
			background-position: bottom center;
		}

		.menu ul li a
		{
			display: block;

			width: 238px;
			height: 18px;

			margin: 0px;
			padding: 20px;

			color: rgb(100,100,100);
			text-decoration: none;
		}

		.menu ul li a:link, .menu ul li a:visited, .menu ul li a:active
		{
			color: rgb(100,100,100);
			text-decoration: none;
		}

		.menu ul li a:hover
		{
			color: rgb(241,89,42);
			text-decoration: none;
		}

		.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(241,89,42);
			text-decoration: none;
		}

		.menu ul li.selected a:hover
		{
			color: rgb(100,100,100);
			text-decoration: none;
		}

	/* content - dla tekstu i galerii jesli sa jakies zdjecia */

		.content
		{
			display: block;
			width: 722px;

			margin: 0px;
			padding: 0px;
		}

		.content div
		{
			display: block;
			float: left;
		}

	/* column */

		.column
		{
			display: block;
			float: left;

			width: 722px;

			position: relative;
			top: -50px;
			left: 0px;

			margin: 0px;
			padding: 0px;
		}

		.column h1
		{
			margin: 0px;

			padding-top: 5px;
			padding-right: 10px;
			padding-bottom: 5px;
			padding-left: 10px;

			font-size: 25px;
			font-weight: normal;
			color: rgb(241,89,42);

			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(241,89,42);
			text-decoration: underline;
		}

		.column p a:hover, .column ul li a:hover, .column ol li a:hover
		{
			color: rgb(100,100,100);
			text-decoration: underline;
		}

		.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-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;
		}

	/* tables */

		.tables
		{
			display: block;

			margin: 0px;

			padding-top: 5px;
			padding-right: 10px;
			padding-bottom: 20px;
			padding-left: 10px;

			text-align: left;
		}

		.tables a, .tables a:link, .tables a:visited, .tables a:active
		{
			color: rgb(241,89,42);
			text-decoration: underline;
		}

		.tables a:hover
		{
			color: rgb(100,100,100);
			text-decoration: underline;
		}

		.tablesHeader
		{
			background-color: rgb(189,58,29);
			text-align: center;
		}

		.tablesHeader small
		{
			color: rgb(255,255,255);
		}

		.tablesLight
		{
			background-color: rgb(230,230,230);
			text-align: left;
		}

		.tablesDark
		{
			background-color: rgb(220,220,220);
			text-align: left;
		}

		.tablesLink
		{
			background-image: url(button_m.gif);
			background-repeat: repeat-x;
			background-position: center center;
		}

		td.tablesLink a, td.tablesLink a:link, td.tablesLink a:visited, td.tablesLink p a:active
		{
			color: rgb(255,255,255);
			text-decoration: none;
		}

		td.tablesLink a:hover
		{
			color: rgb(255,255,255);
			text-decoration: underline;
		}

		td.tablesLink a span
		{
			color: rgb(255,255,255);
			text-decoration: underline;
		}

	/* index */

		.indexFormat
		{
			display: block;
			width: 722px;

			margin-top: 0px;
			margin-right: auto;
			margin-bottom: 0px;
			margin-left: auto;

			background-repeat: no-repeat;
			background-position: top center;
		}

		.indexLeft
		{
			display: block;
			float: left;

			width: 240px;

			padding-top: 50px;
			padding-right: 0px;
			padding-bottom: 0px;
			padding-left: 121px;

			text-align: left;
		}

		.indexRight
		{
			display: block;
			float: left;

			width: 240px;

			padding-top: 50px;
			padding-right: 121px;
			padding-bottom: 0px;
			padding-left: 0px;

			text-align: right;
		}

		.indexRight p
		{
			text-align: right;
		}

	/* footer */

		.footer
		{
			display: block;
			width: 1000px;
			height: 89px;

			margin-top: 0px;
			margin-right: auto;
			margin-bottom: 0px;
			margin-left: auto;

			padding: 0px;

			background-image: url(footer.jpg);
			background-repeat: no-repeat;
			background-position: top center;
		}

		.footer p
		{
			display: block;
			float: left;

			margin: 0px;

			padding-top: 20px;
			padding-right: 20px;
			padding-bottom: 0px;
			padding-left: 20px;

			color: rgb(100,100,100);
			text-align: left;
		}

		.footer p a, .footer p a:link, .footer p a:visited, .footer p a:active
		{
			color: rgb(241,89,42);
			text-decoration: underline;
		}

		.footer p a:hover
		{
			color: rgb(100,100,100);
			text-decoration: underline;
		}

/* GALLERY */

	#gallery
	{
		display: block;

		margin: 0px;

		padding-top: 5px;
		padding-right: 10px;
		padding-bottom: 5px;
		padding-left: 10px;
	}

	#gallery div
	{
		display: block;
		float: left;

		width: 172px;
		height: 130px;

		margin: 0px;
		padding: 0px;

		overflow: hidden;

		text-align: center;

		background-image: url(photo.png);
		background-repeat: no-repeat;
		background-position: center center;
	}

	#gallery div small
	{
		display: block;

		width: 152px;
		height: 25px;

		margin-top: 4px;
		margin-right: 10px;
		margin-bottom: 10px;
		margin-left: 10px;

		font-family: "Tahoma", sans-serif;
		font-size: 11px;

		color: rgb(100,100,100);

		overflow: hidden;
	}

	#gallery div div
	{
		display: block;
		float: none;

		width: 152px;
		height: 80px;

		margin-top: 10px;
		margin-right: 10px;
		margin-bottom: 0px;
		margin-left: 10px;

		padding: 0px;

		background-repeat: no-repeat;
		background-position: center center;
	}

	#gallery div div a
	{
		display: block;

		width: 152px;
		height: 80px;

		margin: 0px;
		padding: 0px;

		background-color: rgb(0,0,0);

		filter:alpha(opacity=20);
		-moz-opacity:.20;
		opacity:.20;
	}

	#gallery div div a:hover
	{
		background-color: rgb(0,0,0);

		filter:alpha(opacity=0);
		-moz-opacity:.0;
		opacity:.0;
	}

	#gallery div div a span
	{
		display: none;

		margin: 0px;
		padding: 0px;
	}

/* FORMULARZE */

	form
	{
		margin: 0px;
		padding: 0px;
	}

	label
	{
		color: rgb(241,89,42);
	}

	input, textarea, select, option
	{
		font-family: "Tahoma", sans-serif;
		font-size: 12px;
		font-weight: normal;

		color: rgb(100,100,100);

		margin: 0px;
		padding: 4px;
	}

	textarea
	{
		width: 500px;
		height: 150px;
	}

	input, textarea
	{
		border-style: solid;
		border-width: 1px;
		border-color: rgb(220,220,220);

		background-color: rgb(255,255,255);
	}

/* 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: 5px;
		padding-right: 8px;
		padding-bottom: 5px;
		padding-left: 8px;
	}

	.paginacja span
	{
		color: rgb(255,255,255);
		background-color: rgb(100,100,100);
	}

	.paginacja a
	{
		background-color: rgb(220,220,220);
	}

	p.paginacja a, p.paginacja a:link, p.paginacja a:visited, p.paginacja a:active, p.paginacja a:hover
	{
		color: rgb(255,255,255);
		text-decoration: none;
	}
