body {
width:100%; 
height:100%; 
padding: 0px; 
margin: 0px; 
font: 12px Arial, Tahoma;
color: #4e2715;
background:#e3e3e3;
}

/* fonty ==================================================================== */

a {
text-decoration: none; 
color:#4e2715;
}

a:hover {
text-decoration: underline;
color:#4e2715;
}

a.orange {
text-decoration: none; 
color:#e62903;
}

a.orange:hover {
color:#e62903;
text-decoration: underline;
}

/* obrazki, elementy ======================================================== */

img {
border: 0px;
}

p {
margin: 0px;
}

.img_menu {
padding-right: 30px;
padding-left: 30px;
}

.footer_menu {
padding-right: 15px;
padding-left: 15px;
}

.linia_prawa {
width:630px;
height:1px;
}

.div_footer{
float: center;
width: 550px;
height: 70px;
text-align: left;
}

.div_footer1{
float: left;
width: 250px;
text-align: left;
}

.div_footer2{
float: left;
width: 300px;
text-align: left;
}

.div_footer_menu{
float: center;
width: 600px;
text-align: center;
}

/* wspólne style tabel ====================================================== */

.all {
width:100%;
border:0px;
padding:0px;
margin:0px;
vertical-align:top;
}

td#header {
background:url('../img/header.jpg') top center no-repeat;
width:100%;
height:293px;
}

td#menu {
width:100%;
height: 67px;
background:url('../img/menu.gif') top center no-repeat;
text-align: center;
font-size: 14px;
color: #4e2715;
}

td#content {
width:100%;
height:230px;
text-align:center;
}

td#footer {
background:url('../img/footer.gif') top center no-repeat;
width:100%;
height:230px;
text-align: center;
}



/* content styles =========================================================== */

h1 {
font-size: 14px;
color: #4e2715;
font-weight: bold;
}

.content {
width:990px;
border:0px;
padding:0px;
margin:0px;
vertical-align:top;
}

td#lewa {
width: 360px;
height: 360px;
padding: 15px;
text-align: justify;
vertical-align: top;
}

td#prawa {
width: 630px;
height: 360px;
padding: 15px;
text-align: justify;
line-height: 18px;
vertical-align: top;
}



