@charset "windows-1250";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #503e33;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 9pt;
	background-image: url(../gfx/bg.jpg);
	background-repeat: repeat-x;
}

.tekst2 {
	font-size: 11pt;
}

.tekst {
	font-size: 11pt;
	font-family: 'Lucida Casual', 'Comic Sans MS';
	text-align: justify;
}

.tekst h3 {
	margin-top: 25px;
	margin-bottom: 20px;
	font-size: 14pt;
}

.style1 h2 {
	font-family: 'Lucida Casual', 'Comic Sans MS';
}

.cennik {
	padding: 0px;
}

col.foo {
	width: 75%;
}

col.bar {
	width: 25%;
}

.twoColFixRtHdr #container {
	width: 900px;
	text-align: left;
	/* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: auto;
	height: 33px;
	clip: rect(0px, auto, auto, auto);
	padding: 0px;
	padding-left: 0px;
	text-decoration: none;
	padding-top: 0px;
}

.twoColFixRtHdr #menu {
	background-image: url(../gfx/bg_btn.jpg);
	background-repeat: no-repeat;
	height: 33px;
	color: #ffffff;
}

.twoColFixRtHdr #header {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

.twoColFixRtHdr #header h1 {
	margin: 0;
	/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	/* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 288px;
	/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: right;
	margin-bottom: 15px;
}

.twoColFixRtHdr #mainContent { /*width: 572px;*/
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
}

.twoColFixRtHdr #footer {
	padding: 0;
	/* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #ffffff;
	margin-bottom: 40px;
}

.twoColFixRtHdr #menu {
	padding-top: 7px;
	padding-left: 25px;
}

.twoColFixRtHdr #menu a {
	text-decoration: none;
	color: #ffffff;
	margin-right: 40px;
	font-size: 14px;
}

.twoColFixRtHdr #menu a:hover {
	text-decoration: underline;
	color: #ffffff;
	margin-right: 40px;
	font-size: 14px;
}

.twoColFixRtHdr #footer #line_bottom {
	padding-bottom: 10px;
}

.twoColFixRtHdr #footer a {
	text-decoration: none;
	color: #503e33;
	margin-left: 25px;
}

.twoColFixRtHdr #footer a:hover {
	text-decoration: underline;
	color: #503e33;
	margin-left: 25px;
}

.twoColFixRtHdr #footer p {
	margin: 0;
	/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0;
	/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt {
	/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft {
	/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat {
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.box_content {
	margin-top: 10px;
}

.box_th {
	font-size: 11pt;
	font-weight: bold;
}

.box_opis {
	margin-top: 7px;
	font-family: 'Lucida Casual', 'Comic Sans MS';
	font-size: 10pt;
}

.box_txt {
	margin-top: 7px;
}

.box_pic {
	margin-right: 10px;
}

.box_opcje a {
	text-decoration: none;
	color: #FF6600;
	margin-right: 20px;
}

.box_opcje a:hover {
	text-decoration: underline;
	color: #FF6600;
	margin-right: 20px;
}

.box_opcje {
	margin-top: 15px;
}

.left-col {
	text-align: left;
	margin-right: 10px;
}

.right-col {
	text-align: center;
	margin-left: 10px;
}

/* Kalendarz */
.cal_calendar {
	font-size: 10pt;
	font-family: Tahoma, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	border: none;
	border-collapse: collapse;
}

.cal_header {
	background-color: #FFFDCE;
	padding: 0px;
	margin: 0px;
	border: none;
	border-collapse: collapse;
}

.cal_cell {
	padding: 2px;
	margin: 1px;
	border: 1px groove;
	text-align: center;
	width: 3ex;
	border-color: #CCCCCC;
}

.cal_labelcell {
	padding: 2px;
	margin: 1px;
	border: 1px groove;
	text-align: center;
	border-color: #CCCCCC;
}

.cal_oddweek {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	border: none;
	border-collapse: collapse;
}

.cal_evenweek {
	background-color: #FFFDCE;
	padding: 0px;
	margin: 0px;
	border: none;
	border-collapse: collapse;
}

.cal_day {
	width: 3ex;
	text-align: center;
	padding: 0px;
	margin: 0px;
	border: none;
	border-collapse: collapse;
	cursor: default;
}

.cal_today {
	color: #000000;
	font-weight: bold;
	width: 3ex;
	padding: 0px;
	margin: 0px;
	border: none;
	border-collapse: collapse;
}

.cal_disabled {
	color: #CCCCCC;
	width: 3ex;
	padding: 0px;
	margin: 0px;
	border: none;
	border-collapse: collapse;
}

.cal_common {
	color: #000000;
	width: 3ex;
	padding: 0px;
	margin: 0px;
	border: none;
	border-collapse: collapse;
}

.cal_holiday {
	color: #FF6600;
	width: 3ex;
	padding: 0px;
	margin: 0px;
	border: none;
	border-collapse: collapse;
}

.cal_event {
	background-color: #CCCCCC;
	color: #FFFFFF;
	width: 3ex;
	padding: 0px;
	margin: 0px;
	border: none;
	border-collapse: collapse;
}
/* END Kalendarz */
#mainContent { /*
	position: relative;
	top:-160px;
*/
	
}

.txt_language {
	text-decoration: none;
	color: white;
	padding: 2px;
}

.txt_language:hover {
	text-decoration: none;
	color: black;
	padding: 2px;
	background: #CCCCCC
}

.txt_language_selected {
	text-decoration: none;
	color: black;
	background: #CCCCCC;
	padding: 2px;
}
