body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #b8cfe7;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
.strona #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #86C9F0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.strona #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #36C;
}
.strona #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	color: #FFF;
}
.strona #tresc {
	padding: 0 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 18px;
	text-align: left;
	background-color: #86C9F0;
}

.strona #tresc hr {
	color: #F00;
}
/*menu */

.hovermenu ul{
font: bold 13px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: #fff;
background-color: #009;
border: 2px solid #009;
}

.hovermenu ul li a:hover{
background-color: #06f;
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
/* koniec menu*/


.strona #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.strona #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.strona #footer a:link {
	color: #36C;
	text-decoration: underline;
}
.strona #footer a:visited {
	color: #36c;
	text-decoration: underline;
}
.strona #footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
	text-decoration: underline;
}
.strona #tresc h2 {
	font-size: 12px;
	font-weight: bold;
	color: #03C;
	background-color: #FC3;
	margin-right: 420px;
	margin-left: 25;
	padding-left: 5px;
}
.strona #tresc h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #333;
	background-color: #F00;
	margin-right: 200px;
	margin-left: 200px;
	font-family: Arial, Helvetica, sans-serif;
}
.strona #tresc a:link {
	color: #33F;
	text-decoration: underline;
}
.strona #tresc a:visited {
	color: #33f;
	text-decoration: underline;
}
.strona #tresc a:hover {
	color: #C00;
	text-decoration: underline;
}
.wysrodkowanie {
	text-align: center;
	font-weight: normal;
}
#foto_tytul
{
	
	margin-left: 223px;
}
#foto_1
{
	
	margin-left: 233px;
}
#efs
{
	float: left;
	padding-left: 10px;	
}
#zapytanie
{display: inline;
	float: right;
	padding-right: 10px;
	clear: left;
}
.nieb12
{
	font-style: italic;
	color: #006;
	font-size: 13px;
	text-align: center;
	font-weight: bolder;
}
.nieb12bld
{
	font-style: normal;
	color: #006;
	font-size: 12px;
	text-align: left;
	font-weight: bolder;
}
.granat_wysrod {
	color: #03C;
	text-align: center;
}
.czerwony {
	color: #F00;
}
.strona #container #tresc_srodek  p {
	text-align: center;
}
.strona #footer zapyt_ofert
{
	text-align: right;	
}
.strona #container #footer p .footer.zapyt_ofert {
	text-align: right;
}

.czerw_duzy
{
	font-size: 18px;
	font-weight: bold;
	color: #F00;
	text-align: center;
}

 #tabmen
{
	background:#009;
	height: 20px;
  }

