#thicktabs ul li{
display: inline;
}

#thicktabs{
margin-left: -39px;
margin-top: 3px;
padding: 0px;
float: left;
font: bold 15px Tahoma;
letter-spacing: 2px;
word-spacing: 0px;
}

#thicktabs li{
display: inline;
}

#thicktabs li a{
float: left;
color: black;
padding: 7px 11px 7px 10px; /*padding of tabs*/
text-decoration: none;
background: #FFF;
border-bottom: 2px solid #000000; /*thick bottom border below tabs*/
border-top: 2px solid #000000; /*thick bottom border below tabs*/
}


#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/

background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a:visited{
color: black;
}

#thicktabs li a:hover{
color: white;
background: #2B96FE;
}
ol.kolecko {	
	list-style-type:disc;
	line-height: 15px;
	font-size: 12px;
}