/* CSS Document */


/* uklad strony */


body{
margin: 0px auto;
padding: 0;
background-color: #ffffff;
background-image: url(img/tlo.jpg);
background-repeat: repeat-x;
background-position: top center;
font: 11px verdana, sans-serif, helvetica, arial;
}

#all{
position: absolute;
margin: 0px auto;
padding: 0px auto;
width: 960px;
}

#top{
margin: 0px auto;
padding: 0;
height: 70px;
width: 960px;
background-image: url(img/top.jpg);
background-repeat: no-repeat;
background-position: top center;
}

#menu{
width: 818px;
height: 71px;
margin: 0px auto;
padding: 0;
}

#up{
position: relative;
top: 0px;
left: 680px;
height: 320px;
width: 352px;
}

#content{
position: absolute;
top: 170px;
left: 104px;
height: 190px;
width: 570px;
}

#content1{
position: relative;
top: 0px;
left: 104px;
width: 818px;
}

.left{
background-image: url(img/left.gif);
background-repeat: no-repeat;
background-position: top center;
width: 545px;
float: left;
}

.right{
background-image: url(img/right.gif);
background-repeat: no-repeat;
background-position: top center;
width: 250px;
float: right;
}

br.czyszczenie{
clear:both;
}

#bottom{
margin: 0px auto;
height: 200px;
background-image: url(img/bottom.jpg);
background-repeat: repeat-x;
background-position: top center;
background-color: #002970;
}


#stopka{
position: relative;
top: 0px;
left: 104px;
width: 818px;
clear: both;
padding-top: 12px;
color: #CDCDCD;
font-size: 9px;
}

.stopka_left{
float: left;
color: #ffffff;
height: 100px;
background-image: url(img/phone.gif);
background-repeat: no-repeat;
background-position: top left;
padding: 15px 0px 0px 130px;


}

.stopka_right{
text-align: right;
float: right;
padding: 15px 0px 0px 0px;
}


/* formatowanie tekstu i rysunków */

img{
border: none;
}

table{
border-collopse: collopse;
}

a{
text-decoration: none;
line-height: 17px;
color: #3f3f3f;
}

a:hover{
text-decoration: none;
color: #2d5fa4;
}

#stopka a{
color: #ffffff;
font-weight: bold;
}

#stopka a:hover{
color: #2799DA;
font-weight: bold;
}

.naglowek{
text-align: left;
color: #2D5FA4;
font-size: 15px;
font-weight: bold;
padding: 0px 0px 0px 20px;
background-image: url(img/strzalka.gif);
background-repeat: no-repeat;
background-position: center left;
}

.naglowek_content1{
text-align: left;
color: #2D5FA4;
font-size: 12px;
font-weight: bold;
padding: 15px 0px 0px 20px;
background-image: url(img/strzalka.gif);
background-repeat: no-repeat;
background-position: bottom left;
}

.tekst{
text-align: left;
color: #3F3F3F;
margin: 0;
padding: 10px 20px 10px 0px;
}

.tekst_content1{
text-align: left;
color: #3F3F3F;
margin: 0;
padding: 40px 20px 10px 20px;
}

.map{
margin: 0 auto;
padding: 30px 5px 0px 5px;
}


/* menu */

#navlist
{
position: relative;
margin: 0;
padding: 0;
white-space: nowrap;

}

#navlist li
{
float: left;
list-style-type: none;
}

#navlist li a
{

width: 114px;
height: 71px;
display: block;
margin: 0;
padding: 0;
font: 10px Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: center;
text-decoration: none;
color: #ffffff;
background-image: url(img/button.jpg);
background-repeat: no-repeat;
background-position: top left;
}

#navlist li a:hover, a:active
{
color: #2799DA;
background-image: url(img/button_h.jpg);
background-repeat: no-repeat;
background-position: top left;
}

.pad1
{
padding-top: 28px;
}


