body
{
background-color:#FAFAFE;
}

#pojemnik {
    width: 1180px;
    margin: 0 auto;
	margin-top:40px;
    background: url('images/pojemnik.png') center top repeat-y;
}
#naglowek {

    width: 1180px;
    height: 312px;
    position: relative;
}

#menu {
	font-size:16px;
    width: 198px;
    float: left;
    list-style-type: none;
    margin: 40px 0;
	margin-left:40px;
    padding: 0 0 0 40px;
}
#tekst {
	font-size:16px;
	float:right;
    width: 760px;
	margin-right:100px;
    font-family: tahoma, arial, veranda, sans-serif;
   
}
#stopka {
    clear: both;
    background: url('images/stopka.png') center bottom no-repeat;
    width: 1180px;
    height: 65px;
    display: block;
    padding-top: 10px;
   font-family: tahoma, arial, veranda, sans-serif;
  
    text-align: center;

}

#menu li {
    margin: 0;
    padding: 0;
    line-height: 0.1px;
}
#menu li a {
	color:#0000ee;
    display: block;
    padding: 20px 20px;
    margin: 0;
    text-decoration: none;
    font-family: "Tahoma";

    background: url('images/przycisk.png');
   border-top: 1px solid rgb(110, 110, 210);

   }
#menu li a:hover {
    font-weight: bold;
    padding-left: 25px;
    color: black;
    background: url('images/przycisk1.png');
}

#tabela td
{border:1px solid #000;
}

#terminy
{
float:left;
}

#terminy td
{border:1px solid #000;
}

div#info
{
width:440px;
float:right;
margin-left:10px;
}

div#clear1
{
clear:both;
}

.zolty
{background-color:#fff339;}
.zielony
{background-color:#54dc42;}
.czerwony
{background-color:#dc4249;}


#tabela td.os
{font-size:10px;
font-style:italic;
border-right:0px solid #000;}
#tabela td.cena
{font-weight:bold;
border-left:0px solid #000;}

