body {
      background-image:url(tlo.jpg);
	color: black;
	font-size: 10pt;
	font-family: Arial;
	text-decoration: none;
	vertical-align: top;
}
/* kontrola nad obrazkami */
.image {
	text-align: center;
}
/* dodatkowe linki */
.linki {
      color: blue;
	text-align: left;
	font-size: 10pt;
}
/* obramowanie ramka */
.tabelka {
	border-style: solid;
	border-color: green;
	border-width: 2px;
	margin: auto;
	background-color: #FFFFFF;
	max-width: 900px;
	min-width: 900px;
}
/* lewa ramka */
.left{
      max-width: 160px;
      min-width: 160px;
      border : 0px solid;
      padding-left: 5px;
      vertical-align:top;
      float:left;
}
/* prawa ramka */
.right {
       max-width: 160px;
       min-width: 160px;
       border : 0px solid;
       padding-right: 5px;
       vertical-align:top;
       float:right;
}
/* srodek ramka */
.center {
        max-width: 560px;
        min-width: 560px;
        border : 0px solid;
        margin: 0px auto;
        padding-right: 5px;
        padding-left: 5px;
        vertical-align: top;
        color: black;
        float: left;
        font-size: 10pt;
}

/* formy typu szukaj */
.form {
	font-family: verdana;
	font-size: 8pt;
}
/* kreska nad stopk¹ */
.footer {
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 0px;
	border-top-width: 1px;
	font-size: 10pt;
	color: #FFFFFF;
	vertical-align: middle;
	max-width: 900px;
	min-width: 900px;
      text-align: center;
}
/* teskt redagowany */
.normal {
	font-size: 13px;
	padding: 5px;
	text-align: justify;
      vertical-align: top;	
}
/* nadpis nad menu */
.left_title {
	background-color: #008800;
	color: white;
	font-weight: bold;
	font-size: 8pt;
	max-width: 150px;
	min-width: 150px;
}
/* linki pozosta³e */
A {
	color: black;
	font-size: 10pt;
	font-family: Arial;
	font-style:normal;
	text-decoration: none;
}

A:hover {
	color: red;
	font-size: 10pt;
	font-family: Arial;
	font-style:normal;
	text-decoration: none;
}

A:active {
	color: red;
	font-size: 10pt;
	font-family: Arial;
	font-style:normal;
	text-decoration: none;
}
/* tekst po stronie menu, kolor tabelki menu */
.menu_left {
	padding: 5px;
	color: black;
	text-align: left;
	border-style: solid;
	border-color: #c3c3c3;
	background-color: #f8f8f8;
	border-width: 1px;
	font-size: 10pt;
	vertical-align: top;
	max-width: 150px;
	min-width: 150px;
}

/* linki w menu */
.menu_pozycja:hover {
	background-color: #008800;
}

.menu_pozycja:hover a {
	color: white;
}

.menu_pozycja a {
	color: black;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}

.menu_pozycja a:hover {
	color: white;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	background-color: #008800;
}
