/* CSS Document */

#naglowek {
	position: absolute;
	left: 400px;
	top: 65px;
	width: 250px;
	height: 75px;
	overflow: hidden;
	text-align: right;
	font-size: 0.75em;
	z-index: 1;
}
/* ===========  MENU =========== */
#menu_tlo {
	position: absolute;
	top: 250px;
	left: 0;
	background-image: url(../images/mazury_06.jpg);
	height: 35px;
	width: 100%
}

#menu_g {
	position: relative;
	top: 250px;
	width: 820px;
	height: 35px;
	margin: 0 auto;
	background-image: url(../images/mazury_07.jpg);
	background-repeat: no-repeat;
}

#menu_g img {
	margin-top: -5px;
	margin-left: -2.5em
}

.pozycja {
	width: 780px;
	margin: 0 auto;
	padding-top: 7px;
}

.pozycja li {
	text-align: right;
	display: inline;
	margin-left: 4%;
}

.pozycja a {
	text-decoration: none;
	color: #A44A4A;
}

.pozycja a:hover {
	text-decoration: underline;
	color: #8F2732;
}

/* ===========  TRESC =========== */

#tresc {
	min-height: 100%;
	width: 100%;
	text-align: left;
	margin: 255px auto 0 auto;
	padding-bottom: 3em;
}

#tekst {
	position: relavite;
	width: 800px;
	margin: 0 auto;
	font-size: 0.857em;
}

#l_kolumna {
	width: 65%;
	float: left;
}

#l_kolumna li {
	font-size: 0.88em;
}

#p_kolumna {
	left: 66%;
	float: left;
	width: 34%;
}

#p_kolumna_h li {
	font-size: 0.9em;
}

#l_kolumna_h {
	width: 60%;
	float: left;
}

#p_kolumna_h {
	float: left;
	width: 37%;
	margin-left: 1em;
}

#l_kolumna_d {
	width: 40%;
	float: left;
}

#p_kolumna_d {
	float: left;
	width: 57%;
	margin-left: 1em;
}