SPAN		{
			font-family: Verdana, Arial;
			}

.title		{
			COLOR: #27476B;
			font-weight: bold;
			font-size: 10pt;
			}

.tresc		{	
			font-size: 8pt;
			}

.error		{
			COLOR: red;
			FONT-weight: bold;
			font-size: 8pt;
			}
			
			
.confirm		{
			COLOR: green;
			FONT-weight: bold;
			font-size: 8pt;
			}

TABLE		{
			font-family: Verdana, Arial;
			}

.ramka		{
			BACKGROUND: #F7CD8B;
			font-size: 9pt;
			}

.norm		{
			font-size: 9pt;
			}

TR.head		{
			COLOR: white;
			BACKGROUND: #3287B8;
			TEXT-ALIGN: center;
			font-weight: bold;
			font-size: 9pt;
			}

.regular	{
			BACKGROUND: #F6F4F4;
			/*TEXT-ALIGN: center;*/
			font-size: 8pt;
			}
        

A.menu:link {
		COLOR:#DDEFFF;
        TEXT-DECORATION: none;
        font-family: Verdana, Arial;
        font-weight: bold;
        font-size: 9pt;
        }

A.menu:visited {
          COLOR:#DDEFFF;
          TEXT-DECORATION: none;
          font-family: Verdana, Arial;
          font-weight: bold;
          font-size: 9pt;
          }

A.menu:hover {
		COLOR:#FFB135  ;
        TEXT-DECORATION: none;
        font-family: Verdana, Arial;
        font-weight: bold;
        font-size: 9pt;
        }

/* menu kategorii */

#menu_kat_div { 
	position: absolute;
	left: -32px;
	width:32px;
	float: left;
	background-image:url('grafika/menu_kat_back.png');
	text-align: center;
}

#menu_kat_div div {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 2px;
}

A.menu_kat {
		COLOR: #7B7B7B;
        }

A.menu_kat:visited {
          COLOR: #7B7B7B;
          }

A.menu_kat:hover {
		COLOR: #FFB135;
        }

A.menu_kat_active {
	cursor: default;
}

A.menu_kat_inactive {
	cursor: pointer;
}



/* first example */

 /* set background images for corners */
.rbroundbox { background: url(grafika/menu_kat_back.png) repeat-y top left;}
.rbtop { background: url(grafika/menu_kat_gora.png) no-repeat top left; }
.rbbot      { background: url(grafika/menu_kat_dol.png) no-repeat bottom left; }

 /* height and width details */
.rbtop, .rbbot {
	width: 100%;
	height: 14px;
	font-size: 1px;
}

.rbroundbox { width: 32px; text-align: center; position: absolute; left: -32px;}

.menu_kat_item  {
	padding-left: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	}


