.body {
margin : 0px;
padding : 0px;
background-color : #FFFFFF;
background-repeat : repeat-x;
}

.tlo {
width:50%;
background-image:url('grafika/tlo.jpg');
background-repeat : repeat-x;
}

.tlo_tabela {
width:100%;
height:300px;
background-image:url('grafika/tabela.jpg');
background-repeat : no-repeat;
background-position:top left;
}

.left {
width:296px;
}

.linia {
width:567px;
height:4px;
background-image:url('grafika/linia.gif');
background-repeat : no-repeat;
margin-right:8px;
}

.stopka {
width:100%;
height:32px;
background-image:url('grafika/stopka.jpg');
background-repeat : no-repeat;
}

.bottom {
margin-left:690px;
}

.tekst {
font-family : tahoma; 
font-size : 11px; 
text-decoration : none;
color:#254765;
}

a:link {
color : #CC0000;
text-decoration : none;  
} 
a:visited {
color : #CC0000; 
text-decoration : none; 
} 
a:hover {
color : #BE4B14; 
} 
a:active {
color : #BE4B14;  
}

.link_stopka:link {
color : #96AFC7;
text-decoration : none;  
} 
.link_stopka:visited {
color : #96AFC7; 
text-decoration : none; 
} 
.link_stopka:hover {
color : #BE4B14; 
} 
.link_stopka:active {
color : #BE4B14;  
}


