.page		{padding-top: 10px; padding-right: 0px; padding-left: 0px; padding-bottom: 10px; margin-top: 0; margin-right: 0; margin-left: 0; margin-bottom: 0;
			scrollbar-face-color: #E0E0E0; scrollbar-shadow-color: #7A7A7A; scrollbar-highlight-color: #7A7A7A; scrollbar-3dlight-color: #E0E0E0; 
			scrollbar-darkshadow-color: #E0E0E0; scrollbar-track-color: #E0E0E0; scrollbar-arrow-color: #7A7A7A; background-color: #E3E3E3;
			background-attachment: fixed; background-image: url('pgback.gif'); background-repeat: repeat;}
			
a:link    	{font-family: Verdana; font-size: 12px; color: #B60209; text-decoration: none}
a:visited 	{font-family: Verdana; font-size: 12px; color: #B60209; text-decoration: none}
a:hover   	{font-family: Verdana; font-size: 12px; color: #B60209; text-decoration: underline}
a          	{font-family: Verdana}

.texty		{font-family: Verdana; font-size: 12px; color: #1E1E1E; font-weight: normal; text-decoration: none; text-align: justify}

.nadpis		{font-family: Arial; font-size: 15px; color: #004475; font-weight: bold; text-decoration: none;}

.ceniknad				{font-family: Arial; font-size: 12px; color: #FFFFFF; font-weight: bold; text-decoration: none; background-color: #C20F0F; border: 2px solid #C20F0F}
.cenikpol				{font-family: Arial; font-size: 12px; color: #181818; font-weight: normal; text-decoration: none; border: 1px solid #FFFFFF}

.infoline		{font-family: MS Sans Serif; font-size: 11px; color: #D4D8DE; font-weight: bold; text-decoration: none;}

.refertable		{font-family: Arial; font-size: 12px; color: #2E2E2E; font-weight: normal; text-decoration: none; text-align: right; background-color: #FFF9D8;}

.picright	{float: right; margin-top: 0px; margin-left: 18px; margin-bottom: 5px;}
.picleft	{float: left; margin-top: 0px; margin-right: 18px; margin-bottom: 5px;}

.formular	{border:1px solid #919191; font-family: Arial; font-size: 12px; color:#2E2E2E; background-color: #E0E0E0;}



#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 2px;
border: 8px solid #FFFFFF;
padding-bottom: 2;
background: #000000;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
font: normal 12px Verdana;
color: #5C605F;
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}