body {
	background-color: #a6c6de;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/tlo_pasek.png), url(img/tlo_aga.jpg);
	background-repeat: repeat-x, no-repeat;
	background-position: left top, right 81px;
}

#KONTENER {
	width: 842px;
/*	height: 800px; */
	margin: 0px auto;
}

#MENU {
    width: 842px;
    height: 135px;
}

#MENU ul {
    margin: 0;
    padding: 0;
}

#MENU li {
    list-style-type: none;
    display: inline-block;
    text-align: center;
    width: 140px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

#MENU li.aktywne {
    border: solid 1px;
    border-color: #1274d9;
    background-image: url(img/tresc_tlo-gradient.png);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-icab-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	

}

#MENU a {
    text-decoration: none;
    font-size: 14px;
    color: #000000;
    line-height: 15px;
    font-family: Arial;
}

#MENU a:hover {
    font-weight: bold;
}

#TRESC {
	/* background: url(img/tresc_tlo-gradient.png) repeat-x; */
	background-color: rgba(255, 255, 255, 0.80);

	width: 840px;
	padding: 16px 16px 16px 16px;
	border: solid 1px;
	border-color: #1274d9;
	
	border-radius: 25px;
	-moz-border-radius: 25px;
	-khtml-border-radius: 25px;
	-icab-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;

	
}


#TRESC h1 {
    color: #000000;
    line-height: 28px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    text-align: left;
}

#TRESC p {
    font-size: 14px;
    color: #000000;
    line-height: 21px;
    font-family:Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-align : justify;
}

#TRESC img {
    border: solid 1px;
    border-color: #1274d9;
    float: left;
    margin-right: 25px;
}

#TRESC a.mail {
    font-family:Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    text-decoration: underline;
    color: #000000;
}

#TRESC li {
    font-size: 14px;
    color: #000000;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-align : left;
	margin-top: 0px;

}

#TRESC ul {
	padding-left: 30px;
	margin-top: 0px;
}

p.ostrzezenie {
    color: red;
    font-size: 36px;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
}


table, td, tr {
    border-collapse: collapse;
    border: none;
	text-align: left;
	vertical-align: top;

	padding: 0px;

}
