body {
 margin: 5px;
 font-family: Tahoma, Verdana, Lucida, Arial, Helvetica, sans-serif;
 padding: 0px;
 font-size: 11pt;
 background: #f9f9f9;
 text-align: left;
}

img {
margin: 8px;
}


#header
{
 height: 130px;
 width: 750px;
 margin-left: 10px;
 margin-top: 10px;
 border: solid 1px #e0e0e0;
 background: #ffffff;
}



div.logo {
 float: left;
 margin-top: 5px;
 margin-left: 3px;
 height: 120px;
 width: 87px;
 background: #efefef;
 border: solid 1px #e0e0e0;
}

div.title {
 float: left;
 text-align: center;
 margin-top: 5px;
 margin-left: 5px;
 height: 120px;
 width: 460px;
 background:#efefef;
 border: solid 1px #e0e0e0;
}

div.logoalch {
 float: left;
 margin-top: 5px;
 margin-left: 5px;
 padding-left: 5px;
 height: 120px;
 width: 170px;
 background: #efefef;
 border: solid 1px #e0e0e0;
}

/* ----------------------------------------------- NAGŁÓWKI */

h1
{
    font-size: 3.5em;
    font-weight: bold;
    margin: auto;
    margin-top: 10px; 
    padding: auto;
    color: #BB5353;
}



h2
{
    font-size: 2.5em;
    font-weight: bold;
    margin:  3px; 
    padding:  3px; 
    color: #BB5353;
}

h3
{
    font-size: 1.3em;
    font-weight: bold;
    margin: 3px;
    margin-top: 3px; 
    padding: 0px;
    color: #BB5353;
}


/* ----------------------------------------------- MENU */




/* ----------------------------------------------- GŁÓWNE POJEMNIKI */

#container {
 width: 750px;
 margin-left: 10;
 margin-top:10;
 padding-top: 1px;
 padding-bottom: 1px;
 background: #f0f0f0;

}

#footer {
 margin-left: 10;
 font-size: 0.7em;
}

/* ----------------------------------------------- MNIEJSZE POJEMNIKI */

div.clear {
	clear: both;
}




div.menu:hover {

}

/* ----------------------------------------------- TEKST */

p {
 margin-left: 1em;
 margin-right: 1em; 
}

a {
 color: #BB5353;
 text-decoration: none;

} 

a:hover {
 color: navy;
 border: none;
}

table  {
 font-size: 0.9em;
 margin-left: 3px;
 width: 744px; 
 text-align: left;
 border: solid 1px #e0e0e0;

}

td {
 padding: 5px;
 background: #dddddd;
}

td.t1 {
 font-weight: 800;
  width: 20px; 

}

th {
 font-weight: 800;

}

th.t1 {
 width: 40px; 
}
th.t2 {
 width: 50px; 
}

th.t3 {
 width: 150px; 
}

div.but {
 font-weight: bold;
 width: 450px;
 margin-left: 5;
 margin-top:5;
 padding-top: 1px;
 padding-bottom: 1px;
 background: #efefef;
}

li {
 float: left;
 margin-right: 1px;
 margin-left: 1px; 
 margin-top: 2px;
 width: 7em;
 border: solid 1px #6D3400; 
 list-style-type: none;
 text-align: center;
 font-size: 0.8em;
 padding: 1px;
}
