body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #232426;
}

h1 {
	font-size: 13px;
	color: #FFF;
}

h2 {
	font-size: 13px;
	color: #FFF;
}

.main_kontener {
	background-image: url(images/tlo.jpg);
	background-repeat: no-repeat;
	height: 675px;
	width: 900px;
	position: relative;
}
.logo {
	height: 100px;
	width: 215px;
	position: relative;
	left: 40px;
	top: 20px;
	float: left;
}
.menu_kontener {
	height: 140px;
	width: 450px;
	left: 90px;
	position: relative;
	top: 0px;
	float: left;
}
.menu_item {
	float: left;
	height: 130px;
	width: 110px;
}
.menu_item a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	vertical-align: text-bottom;
	display: block;
	width: 100px;
	padding-top: 100px;
	padding-bottom: 4px;
}


.menu_item a:hover {
	background-image: url(images/menu_bg.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4F4F4F;
}
.lewy {
	background-image: url(images/bg1.png);
	background-repeat: no-repeat;
	height: 363px;
	width: 198px;
	position: relative;
	clear: left;
	top: 80px;
	left: 100px;
	float: left;
}
.lewy img {
	padding-left: 20px;
	padding-top: 30px;
}

.prawy {
	background-image: url(images/bg2.png);
	background-repeat: no-repeat;
	float: left;
	height: 363px;
	width: 428px;
	position: relative;
	top: 80px;
	left: 160px;
}
.lewy_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
	padding-top: 50px;
	padding-left: 6px;
}
.prawy_text p {
	line-height: 24px;
	text-align: justify;
}

.prawy_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #999;
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.lewy_text a {
	color: #CCC;
}
