	html, body
	{
		width: 100%;
		height: 100%;

		margin: 0px;
		padding: 0px;
	}

	body 
	{
		font-family: "Verdana", sans-serif;
		font-size: 13px;
		font-weight: normal;
		color: rgb(0,0,0);

		background-color: rgb(112,54,105);
	}

	.sl_home, .sl_realizacje, .sl_obrazy, .sl_omnie, .sl_kontakt
	{
		display: none;
	}

	table
	{
		background-image: url(back.jpg);
		background-repeat: no-repeat;
		background-position: center center;
	}

	hr
	{
		display: block;

		font-size: 1px;
		height: 1px;

		margin-top: 20px;
		margin-right: 10px;
		margin-bottom: 20px;
		margin-left: 10px;

		padding: 0px;

		border-bottom-style: dashed;
		border-bottom-width: 1px;
		border-bottom-color: rgb(112,54,105);
		border-top: 0px;
		border-left: 0px;
		border-right: 0px;

		line-height: 0px;
	}

	p
	{
		display: block;

		margin: 0px;

		padding-top: 5px;
		padding-right: 10px;
		padding-bottom: 5px;
		padding-left: 10px;

		text-align: right;
	}

	p a, p a:link, p a:visited, p a:active
	{
		color: rgb(0,0,0);
		text-decoration: underline;
	}

	p a:hover
	{
		color: rgb(100,100,100);
		text-decoration: underline;
	}

	p.al_left
	{
		text-align: left;
	}

	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;
 	}

	ul li
	{
		margin: 0px;

		padding-top: 5px;
		padding-right: 0px;
		padding-bottom: 5px;
		padding-left: 0px;

		text-align: left;
	}

	h1
	{
		display: none;
	}

	.main
	{
		display: block;
		width: 1000px;
		height: 950px;

		margin: auto;
		padding: 0px;

		overflow: hidden;
	}

	.logo, .logo a
	{
		display: block;
		width: 1000px;
		height: 150px;

		margin: 0px;
		padding: 0px;
	}

	.logo a span
	{
		display: none;
	}

	.menu
	{
		display: block;
		float: left;
		width: 385px;
		height: 550px;

		margin: 0px;

		padding-top: 135px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;

		text-align: left;
	}

	.menu a
	{
		display: block;
		width: 385px;
		height: 40px;
	}

	.menu a:hover
	{
		height: 38px;

		border-bottom-style: dashed;
		border-bottom-width: 1px;
		border-bottom-color: rgb(255,255,221);
	}

	.menu a span
	{
		display: none;
	}

	.cont
	{
		display: block;
		float: left;
		width: 615px;
		height: 680px;

		margin: 0px;

		padding-top: 50px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;

		overflow: auto;
	}

	.foot
	{
		display: block;
		width: 1000px;

		margin: 0px;
		padding: 0px;
	}

	.foot p
	{
		font-size: 11px;
		text-align: right;
	}
