/* GLOWNE */

	body, html
	{
		width: 100%;
		height: 100%;

		margin: 0px;
		padding: 0px;
	}

	body 
	{
		font-family: "Trebuchet MS", sans-serif;
		font-size: 14px;
		font-weight: normal;
		color: rgb(0,0,0);

		background-color: rgb(255,255,255);
	}

/* TEKSTY */

	h1
	{
		margin: 0px;

		padding-top: 5px;
		padding-right: 30px;
		padding-bottom: 5px;
		padding-left: 30px;

		font-size: 20px;
		font-weight: normal;

		color: rgb(0,0,0);

		text-align: left;
	}

	p
	{
		display: block;

		margin: 0px;

		padding-top: 10px;
		padding-right: 30px;
		padding-bottom: 10px;
		padding-left: 30px;

		text-align: left;
	}

	p a, p a:link, p a:visited, p a:active, ul li a, p a:link, ul li a:visited, ul li a:active
	{
		color: rgb(0,70,158);
		text-decoration: none;
	}

	p a:hover, ul li a:hover
	{
		color: rgb(0,0,0);
		text-decoration: none;
	}

	ul, 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;
 	}

	ul li, ol li
	{
		margin: 0px;

		padding-top: 5px;
		padding-right: 0px;
		padding-bottom: 5px;
		padding-left: 0px;

		text-align: left;
	}

/* LAYOUT */

	#head
	{
		display: block;
		width: 100%;
		height: 191px;

		margin: 0px;
		padding: 0px;

		background-image: url(back01.gif);
		background-repeat: repeat-x;
		background-position: top center;
	}

	.head_main
	{
		display: block;
		width: 1000px;
		height: 191px;

		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;

		padding: 0px;

		background-image: url(back04.gif);
		background-repeat: no-repeat;
		background-position: top center;
	}

	.head_logo
	{
		display: block;
		width: 933px;
		height: 75px;

		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;

		padding-top: 5px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}

	.head_lang
	{
		display: block;
		width: 967px;
		height: 42px;

		margin-top: 5px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;

		padding-top: 0px;
		padding-right: 33px;
		padding-bottom: 0px;
		padding-left: 0px;

		text-align: right;
	}

	.head_menu
	{
		display: block;
		width: 1000px;

		margin-top: 1px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;

		padding-top: 5px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}

	.head_menu div
	{
		display: block;
		float: left;

		margin: 0px;
		padding: 0px;
	}

	.head_menu div a
	{
		display: block;
	}

	.head_menu div a:hover
	{
		background-color: rgb(0,81,182);
	}

	#main
	{
		display: block;
		width: 100%;

		margin: 0px;
		padding: 0px;

		background-image: url(back03.jpg);
		background-repeat: repeat-x;
		background-position: top center;
	}

	.main_main
	{
		display: block;
		width: 1000px;

		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;

		padding: 0px;
	}

	.main_left
	{
		display: block;
		float: left;
		width: 669px;

		margin: 0px;
		padding: 0px;
	}

	.photos img
	{
		display: block;
		float: left;

		margin-top: 0px;
		margin-right: 1px;
		margin-bottom: 1px;
		margin-left: 0px;
	}

	.photos2 a
	{
		display: block;
		float: left;
		width: 150px;
		height: 100px;

		margin-top: 0px;
		margin-right: 1px;
		margin-bottom: 1px;
		margin-left: 0px;

		padding: 0px;
	}

	.main_right
	{
		display: block;
		float: right;
		width: 331px;

		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;

		padding: 0px;

		background-image: url(back05.jpg);
		background-repeat: no-repeat;
		background-position: top center;
	}

	#foot
	{
		display: block;
		width: 100%;
		height: 72px;

		margin: 0px;
		padding: 0px;

		background-color: rgb(255,255,255);
		background-image: url(back02.gif);
		background-repeat: repeat-x;
		background-position: bottom center;
	}

	.foot_main
	{
		display: block;
		width: 1000px;
		height: 72px;

		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;

		padding: 0px;

		background-image: url(back06.png);
		background-repeat: no-repeat;
		background-position: top center;
	}

	.foot_logo
	{
		display: block;
		width: 940px;

		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;

		padding-top: 35px;
		padding-right: 30px;
		padding-bottom: 0px;
		padding-left: 30px;
	}

