.body {
margin : 0px;
padding : 0px;
background-color : #FFFFFF;
background-image:url('grafika/tlo_bok.jpg');
background-repeat : repeat-x;
}

.tlo_left {
background-image:url('grafika/tlo_left.jpg');
background-repeat : no-repeat;
background-position: right top;
}

.tlo_right {
background-image:url('grafika/tlo_right.jpg');
background-repeat : no-repeat;
background-position: left top;
}

.tabela {
width:987px;
height:342px;
background-image:url('grafika/tabela.jpg');
background-repeat : no-repeat;
}

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

.button {
width:224px;
height:36px;
background-image:url('grafika/button.jpg');
background-repeat : no-repeat;
}

.button_pp {
width:224px;
height:36px;
background-image:url('grafika/button_pp.jpg');
background-repeat : no-repeat;
}

.button2 {
width:224px;
height:36px;
background-image:url('grafika/button2.jpg');
background-repeat : no-repeat;
}

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

.link_menu:link {
color : #838381;
text-decoration : none;  
} 
.link_menu:visited {
color : #838381; 
text-decoration : none; 
} 
.link_menu:hover {
color : #75BEE2; 
} 
.link_menu:active {
color : #75BEE2;  
}

a:link {
color : #75BEE2;
text-decoration : none;  
} 
a:visited {
color : #75BEE2; 
text-decoration : none; 
} 
a:hover {
color : #999999; 
} 
a:active {
color : #999999;  
}
