body{
margin: 0px;
padding: 0px;
scrollbar-base-color: #4E548B;
scrollbar-track-color: #E2E3EF;
scrollbar-arrow-color: #F8FD35;
}
td{
font-size: 14px;
font-family: arial;
color: #454545;
}
h3{
margin-left: 30px;
}
a{
text-decoration: none;
font-size: 14px;
font-family: arial;
color: #445F8E;
}
a:hover{
text-decoration: none;
font-size: 14px;
font-family: arial;
color: #F9FF04;
background-color: #445F8E;
}
#glowna{
width: 750px;
border-style: solid;
border-width: 1px;
border-color: #8B8B8B;
}
#gora{
background-image: url(images/tlo-gora.jpg);
width: 800px;
height: 220px;
}
#tresc{
background-image: url(images/tlo-2.gif);
}
#kreska{
height: 10px;
background-image: url(images/kreska.gif);
}
#tresc-strony{
background-image: url(images/tlo-2.gif);
font-size: 14px;
font-family: arial;
color: #454545;
padding: 20px;
}
#belka-dolna{
background-image: url(images/belka-dolna.gif);
height: 30px;
}
a#belka{
text-decoration: none;
font-size: 11px;
font-family: verdana;
color: #FFFFFF;
}
a#belka:hover{
text-decoration: none;
font-size: 11px;
font-family: verdana;
color: #F9FE18;
background-color: #6B6B6B;
}
#witamy{
font-size: 22px;
font-family: verdana;
font-weight: bold;
color: #768085;
padding: 15px;
}
#glowny-text{
font-size: 14px;
font-family: verdana;
color: #586063;
padding: 15px;
}
#strona-glowna{
background-image: url(images/farma.gif);
background-repeat: no-repeat;
background-position: center;
padding: 30px;
}
#tytol{
font-size: 17px;
font-family: verdana;
font-weight: bold;
color: #586063;
}
#oferta{
font-weight: bold;
font-size: 14px;
font-family: arial;
color: #444444;
padding-top: 10px;
padding-bottom: 10px;
}



.contentslide{
border: 10px solid #5A6787;
border-bottom-width: 6px;
padding: 8px;
width: 400px;
height: 250px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 416px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
background-color: #5A6787;
border: 10px solid #5A6787;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 4px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 400px; /*IE5 width*/
w\idth: 416px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #404960;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #D51C3C;
background-color: #F8FD35;
}


