/* CSS Document */

body{
text-align:center;
/*background-color:#eee;*/
background-image:url(tlo.jpg)
}

h1 {font-size:24px;margin-top:15px}
h2 {font-size:20px;margin-top:15px}

body,p,h1,h2,h3,h4,table,td,ul,ol
{
font-family:verdana,helvetica,arial,sans-serif;
}

a{
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

a:active {
color:#FF9900
}

div.naglowek {
padding-left:10px;
}

.cialo{
text-align: left;
font-family: Verdana, Arial;
font-size: 12px;
.font-size: 11px; /* IE */
color: black;
/*background-color:#eee;*/
margin: 0 auto;
width: 960px;
}

img {
border:none;
}

div.bank {
margin:8px;
float: left;
padding: 20px;
border: 2px solid #999;
background-color:white;
width:420px;  /* Mozilla */
.width:462px; /* dla IE7! */ 
height: 380px;
.height: 410px;
overflow:hidden;
}

div.produkty {
margin: 10px;
padding: 20px;
border:1px solid #999;
background-color: f5f5f5;
}

div.nazwa {
width: 200px;
float: left;
height: 70px;
text-align:right;
}

div.logo {
width: 200px;   /* dla Moz */
.width: 140px; /* dla IE7 */
float: left;
height: 70px;
}

div.opis {
width: 390px;
padding: 5px;
margin:10px;
}


