body
{
background: #293741 url("../gfx/tlo.png") repeat-x;
margin:0px;
}
#strona 
{
margin: 0px auto 0 auto;
width:804px;
}

/* logo */
#logo 
{
height:209px;
}

/* menu */
#menu
{
height:69px;
}
#menu .menu_left
{
float:left;
height:69px;
width:150px;
background-image: url("../gfx/menu_left.jpg");
}
#menu .menu_right
{
float:left;
height:69px;
width:156px;
background-image: url("../gfx/menu_right.jpg");
}
#menu .menu_center
{
float:left;
width:498px;
height:69px;
font-size:13px;
background-image: url("../gfx/menu_center.png");
}
#menu .menu_center ul
{
margin:0px;
padding:0px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
font-family: sans-serif;

}
#menu .menu_center ul li
{
float:left;
display:block;
text-align: center;
height:43px;
border-right: 1px solid #e5e5e5;
padding-top:20px;
background-image: url("../gfx/menu_normal.png");
}
#menu .menu_center ul li a
{

color:#101010;
text-decoration:none;
}
#menu .menu_center ul li:hover
{
float:left;
text-align: center;
color:#101010;
height:43px;
border-right: 1px solid #e5e5e5;
background-image: url("../gfx/menu_select.png");
}

#menu .menu_center ul li.select
{
display:block;
text-align: center;
float:left;
height:43px;
padding-top:20px;
border-right: 1px solid #e5e5e5;
background-image: url("../gfx/menu_select.png");
}
#menu .menu_center ul li.select a
{
color:#FFFFFF;
margin-top:50px;
text-decoration:none;
}

/* content */
#content
{
height:35px;
width:614px;
padding-left:190px;
padding-top:22px;
background-image: url("../gfx/content.jpg");
}
#content a
{
color:#eee;
font-size:13px;
text-decoration:none;
}

/* tresc */
#main
{
width:724px;
min-height:300px;
color:white;
background-image: url("../gfx/main.jpg");
padding-top:20px;
padding-bottom:20px;
padding-left:80px;

}
.tresc
{
width:640px;
}
.tresc a
{
color:white;
}
/* stopka */
#stopka
{
width:804px;
height:78px;
background-image: url("../gfx/footer.jpg");

font-size:15px;
font-style: italic;
}
.stopka_napis
{
margin-left:120px;
}
.stopka_b
{
margin-top:14px;
float:left;
color:#24303a;
margin-left:5px;
}
.stopka_b a
{
color:#24303a;
text-decoration:none;
}
.stopka_a{
margin-left:5px;
margin-top:14px;
float:left;
color:#ff5a00;
}
.stopka_a a
{
color:#ff5a00;
text-decoration:none;
}
