html{
margin:0; padding:0;
background-color: #FFF;
color: #000;
font-family: "Trebuchet MS", Tahoma, Arial;
font-size: 10pt;
text-align: center;
height: 100%;
}

body{
margin:0; padding:0;
height: 100%;
}
#body_container{
position: relative;
min-height: 100%;
height: auto;
text-align: left;
}

#header_container{
position: absolute;
width: 100%;
height: 185px;
top: 0; right: 300px;
background: url(../gfx/poziomy_szary.gif) 0 100% repeat-x;
}

#left_container{
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
#top_container{
background: url(../gfx/header_bw.jpg) 100% 0 no-repeat;
position: absolute;
top: 0;
right: 0px;
width: 300px;
height: 200px;
z-index: 2;
}

#center_container{
margin-right: 225px;
padding: 200px 30px 60px 30px;
}

#right_container{
margin-top: 210px;
float: right;
text-align: right;
width: 170px;
margin-right: 15px;
}
#right_container h3{
margin-top: 40px;
}
#clearing{
clear: both;
}

#bottom_container{
position: absolute;
width: 200px;
height: 300px;
bottom: 5px;
left: 60px;
}

#footer_container{
background: url(../gfx/poziomy_szary.gif) 0 0 repeat-x;
position: absolute;
bottom:0;
right: 0;
width: 70%;
height: 50px;
/* padding-left: 20px; */
/* line-height: 50px; */
}
#footer_container #lang_panel{
width: 60px;
position: absolute;
bottom: 5px;
right: 5px;
}

/* #footer_container #infooter{
height: 10px;
} */
#footer_container #links{
height: 40px;
width: 700px;
line-height: 40px;
padding: 10px 0 0 20px;
}

