@charset "iso-8859-2";
*{font-size: 8pt;}

BODY 	 {
	font-size: 8pt; 
	margin:0;
	padding:0;
	font-family: Verdana;
	background:#cbc0a8  repeat-x left top;
	}

A:active  { color: #163273;  } 
A:link    { color: #163273;  } 
A:visited { color: #163273;  } 
A:hover   { color: #163273;  } 

DIV {padding: 10px; position: absolute;}

P {text-align: center; font-weight: bolder; }

TABLE {border: none; padding:0;}

TD.krakweb_form {border:0;} 

IMG {border: none; vertical-align: middle;}



/***************************KALENDARZ*******************************/

#jucJumpUpCallendar, #jucJumpUpCallendar2 { /*div - wiszące okienko*/
	font-size: 8pt;
	font-family: sans-serif;
	/*width: 165px; */
	z-index: 100; 
	background-color: transparent;
	text-align: center;
}

#jucCallendar, #jucCallendar2 { /*tabela z kalendarzem*/
	text-align: center;
	margin: 0px auto;
	background-color: #4b3c35;
	padding:2px;
	border:0;
}

.jucNotBlink, .jucNotBlink2 { /*dni tygodnia niepodświetlone*/
	background-color: white;
	color: black;
}

.jucSunday, .jucSunday2 { /*niedziela*/
	background-color: #fcc;
	color: black;
}

.jucBlink, .jucBlink2 { /*dni podświetlone*/
	background-color: #e0dbcc;
	color: #000;
}

.jucNameDays, .jucNameDays2 { /*nazwy dni tygodnia*/
	font-weight: bold;
	background-color: #918474;
	padding:2px;
}