body {
	background: #eef2f1;
	}

.cl		{	clear: both;	}
.fLeft	{	float: left;	}
.fRight	{	float: right;	}
.noBg	{	background: none !important;	}
.noMargin		{	margin: 0 !important;	}
.noPadding	{	padding: 0 !important;	}

a:visited,
a:link {
	color: #e00a16;
	text-decoration: none;
	}

a:hover { text-decoration: underline;	}

div.main {
	color: #666;
	font-family: tahoma, sans-serif;
	font-weight: normal;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 973px;
	}

#wrapper1 {
	height: 404px;
	position: relative;
	text-align: center;
	}

#wrapper2 {
	background: url('../gfx/layout/bg_wrapper2.png') 0 0 repeat-x;
	position: relative;
	text-align: center;
	width: 100%;
	}

#shadow {
	background: url('../gfx/layout/shadow.png') 0 0 repeat-x;
	bottom: 0;
	height: 26px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 10;
	}

#random {
	height: 404px;
	width: 946px;
	}

#randomHeader {
	height: 300px;
	margin-left: -5px;
	position: absolute;
	top: 147px;
	width: 300px;
	}

#paint {
	background: url('../gfx/layout/paint.jpg') center 1px no-repeat;
	left: 0;
	width: 100%;
	}

#homepage #paint	{ padding-top: 38px;	}




/*--------------------------------------*/
/* panel title
/*--------------------------------------*/

div.caption {
	float: left;
	margin-top: -24px;
	position: absolute;
	}

div.caption p {
	background: url('../gfx/layout/title_main.gif') 0 0 repeat-x;
	color: #fff;
	cursor: default;
	float: left;
	font: normal 13px tahoma, sans-serif;
	height: 25px;
	padding-top: 6px;
	position: relative;
	text-transform: uppercase;
	}




/*--------------------------------------*/
/* header
/*--------------------------------------*/

#header {
	background: url('../gfx/layout/bg_header.png') 0 0 no-repeat;
	height: 126px;
	padding: 0 25px;
	position: relative;
	width: 896px;
	z-index: 10;
	}

#header #logo {
	margin-top: 14px;
	position: absolute;
	}




/*--------------------------------------*/
/* header :: search
/*--------------------------------------*/

#header #search {
	float: right;
	height: 25px;
	margin-top: 7px;
	position: relative;
	width: 243px;
	}

#header #search #iSearch {
	background: url('../gfx/layout/header_search.gif') 8px 7px no-repeat #fff;
	float: left;
	height: 25px;
	width: 212px;
	position: relative;
	}

#header #search #iSearch input {
	border: 0;
	color: #999;
	float: left;
	font: normal 11px tahoma, sans-serif;
	margin: 0;
	margin-left: 30px;
	padding: 6px 0;
	width: 90px;
	}

#header #search #submitSearch {
	float: left;
	padding: 4px 7px 0;
	}

#header #search #submitSearch input {
	background: url('../gfx/layout/header_search_btn.gif') 0 0 no-repeat;
	border: 0;
	cursor: pointer;
	height: 17px;
	width: 17px;
	}

#header #search #where {
	border: 1px solid #dddcdf;
	color: #999;
	float: right;
	font-size: 10px !important;
	height: 17px;
	margin-right: 4px;
	margin-top: 4px;
	width: 80px;
	}




/*--------------------------------------*/
/* header :: toplinks
/*--------------------------------------*/

#header #topLinks {
	position: absolute;
	right: 285px;
	top: 6px;
	}

#header #topLinks li {
	background: url('../gfx/layout/bg_header_toplinks.gif') 7px 1px no-repeat;
	float: left;
	padding: 3px 0 3px 17px;
	}

#header #topLinks li a {
	color: #999;
	font: normal 10px tahoma, sans-serif;
	text-decoration: none;
	}

#header #topLinks li a:hover {
	text-decoration: underline;
	}




/*--------------------------------------*/
/* header :: headlinks
/*--------------------------------------*/

#header #headLinks {
	left: 0;
	margin-left: 125px;
	position: absolute;
	top: 50px;
	z-index: 1;
	}

#header #headLinks li {
	float: left;
	padding-left: 0;
	}

#header #headLinks li a {
	display: block;
	text-decoration: none;
	}

#header #headLinks li dt {
	font: normal 9px/1.3 trebuchet ms, sans-serif;
	text-align: left;
	}

#header #headLinks li dt a	{ color: #999;	}


#headLinks li dl {
	left: 0;
	padding-bottom: 0;
	position: relative;
	text-align: center;
	top: 0;
	z-index: 10;
	}
	
#headLinks li a,
#headLinks li a:visited		{	text-decoration: none;	}

#headLinks li dd 		{	display: none;	}
#headLinks li a:hover 	{	border: 0;		}

#headLinks li:hover dd,
#headLinks li a:hover dd	{	display: block;	}

#headLinks li:hover dl,
#headLinks li a:hover dl	{	padding-bottom: 10px;	}

#headLinks table {
	border-collapse: collapse;
	font-size: 10px;
	margin: -1px;
	padding: 0;
	}
	
#headLinks dl {
	background: transparent;
	margin: 0;
	padding: 0;
	width: 116px;
	}
	
#headLinks dt {
	color: #999;
	height: 63px;
	margin: 0;
	padding: 0;
	text-align: left;
	}

#headLinks dd {
	color: #fff;
	font-size: 11px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	z-index: 5;
	}

#headLinks dt a,
#headLinks dt a:visited {
	color: #038;
	display: block;
	text-align: left;
	width: 100%;
	}

#headLinks dt a:hover	{ text-decoration: underline !important;	}

#headLinks dt img {
	cursor: pointer;
	display: block;
	margin: 0 0 5px 0 !important;
	padding: 0 !important;
	}
	
#headLinks li:hover dt a,
#headLinks a:hover dt a		{	color: #006;	}

#headLinks li:hover dt {
	cursor: pointer;
	position: relative;
	text-decoration: underline;
	}

#headLinks dd a,
#headLinks dd a:visited {
	background: url('../gfx/layout/bg_headlink.gif') center bottom no-repeat #070707;
	border-left: 1px solid #505050;
	border-right: 1px solid #505050;
	color: #ffac00;
	display: block;
	margin: 0 auto;
	padding: 8px 12px;
	width: 92px;
	}

#headLinks dd a:hover {
	background: #ddd;
	border-left: 1px solid #505050;
	border-right: 1px solid #505050;
	color: #000;
	}

#headLinks .selected a,
#headLinks .selected a:visited {
	text-decoration: underline !important;
	}

#headLinks .menuTop {
	background: url('../gfx/layout/bg_headlink_top.png') 0 0 no-repeat;
	height: 20px;
	position: relative;
	top: 1px;
	width: 118px;
	z-index: 6;
	}

#headLinks .menuBottom {
	background: url('../gfx/layout/bg_headlink_bottom.gif') 0 0 no-repeat;
	height: 11px;
	position: relative;
	top: -2px;
	width: 118px;
	z-index: 6;
	}


#headlink1 { width: 130px;	}
#headlink2 { width: 210px;	}
#headlink3 { width: 100px;	}
#headlink4 { width: 140px;	}
#headlink5 { width: 110px;	}
#headlink6 { width: 100px;	}




/*--------------------------------------*/
/* header :: language
/*--------------------------------------*/

#header #language {
	padding-top: 7px;
	position: absolute;
	right: -27px;
	}

#header #language li a {
	background: url('../gfx/layout/bg_header_language.gif') 0 0 no-repeat;
	color: #999;
	display: block;
	font: normal 10px tahoma, sans-serif;
	height: 18px;
	padding-left: 5px;
	padding-top: 5px;
	position: relative;
	text-decoration: none;
	width: 25px;
	}

#header #language li a:hover {
	color: #ffac00;
	}




/*--------------------------------------*/
/* header :: wrapper description (links)
/*--------------------------------------*/

a.desc1,
p.desc1 {
	background: none;
	color: #6b6b6b;
	font: normal 11px/1.4 tahoma, sans-serif;
	position: absolute;
	text-decoration: none;
	top: 284px;
	width: 262px;
	}

a.desc2,
p.desc2 {
	background: none;
	color: #000;
	display: none;
	font: normal 11px/1.4 tahoma, sans-serif;
	left: 668px;
	position: absolute;
	text-decoration: none;
	top: 206px;
	width: 206px;
	}

a.desc1:hover,
a.desc2:hover {
	text-decoration: underline;
	}

a.desc1 img,
a.desc2 img {
	left: 13px;
	margin-bottom: -3px;
	margin-left: -13px;
	position: relative;
	}




/*--------------------------------------*/
/* trailer
/*--------------------------------------*/

#trailer {
	background: url('../gfx/layout/bg_trailer.png') 0 0 no-repeat;
	height: 290px;
	padding: 0 25px;
	position: relative;
	top: 0;
	width: 896px;
	z-index: 1;
	}

#trailer #info {
	background: url('../gfx/layout/bg_trailer_info.gif') right center no-repeat;
	float: left;
	height: 245px;
	margin-top: 22px;
	padding-right: 20px;
	position: relative;
	width: 577px;
	}

#trailer #info #infoPicture {
	display: none;
	float: left;
	height: 245px;
	margin-right: 24px;
	width: 278px;
	}

#trailer #info div {
	display: none;
	float: left;
	width: 258px;
	}

#trailer #info h2 {
	color: #e00a16;
	font: normal 18px tahoma, sans-serif;
	padding-bottom: 28px;
	}

#trailer #info a {
	color: #000;
	display: block;
	font: normal 11px/1.4 tahoma, sans-serif;
	text-decoration: none;
	}

#trailer #info a:hover {
	text-decoration: underline;
	}

#trailer #info a img {
	margin-bottom: -2px;
	}

#trailer #info #infoNav {
	bottom: 0;
	display: block;
	height: 60px;
	left: 303px;
	position: absolute;
	width: 258px;
	}
	
#trailer #info #infoNav a.more {
	background: url('../gfx/layout/p.gif') right 2px no-repeat;
	bottom: 0;
	color: #e00a16;
	font-weight: bold;
	padding-right: 20px;
	position: absolute;
	right: 0;
	}

#trailer #info #infoNav ul {
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	}

#trailer #info #infoNav ul li {
	float: left;
	padding-right: 6px;
	}

#trailer #info #infoNav ul li a.active {
	background: #ffac00;
	padding: 2px;
	float: left;
	margin-left: -2px;
	margin-right: -2px;
	margin-top: -2px;
	position: relative;
	}

#trailer #info #infoNav ul a img {
	float: left;
	margin: 0;
	position: relative;
	}

#trailer div#title1	{ left: 25px;	}
#trailer div#title2	{ left: 643px;	}




/*--------------------------------------*/
/* trailer tooltip
/*--------------------------------------*/

#tooltip {
	color: #fff;
	background: #ffac00;
	border: 1px solid #ff9900;
	font: normal 11px tahoma, sans-serif;
	padding: 5px;
	position: absolute;
	z-index: 3000;
	}

#tooltip h3 { font: normal 11px tahoma, sans-serif;	}




/*--------------------------------------*/
/* events - calendar
/*--------------------------------------*/

#trailer #calendar {
	padding-left: 23px;
	}

#trailer #calendar table {
	left: 8px;
	}

#calendar {
	float: left;
	margin-top: 22px;
	position: relative;
	}


#calendar ul li {
	display: inline;
	padding-right: 14px;
	}

#calendar ul li a {
	color: #e00a16;
	font: bold 11px tahoma, sans-serif;
	text-decoration: none;
	}

#calendar ul li a:hover,
#calendar ul li a.active {
	text-decoration: underline;
	}

#calendar #month {
	float: left;
	margin-bottom: 40px;
	margin-top: 20px;
	width: 190px;
	}

#calendar #month p {
	color: #e00a16;
	float: left;
	font: normal 18px tahoma, sans-serif;
	}

#calendar #month img {
	cursor: pointer;
	float: right;
	margin-right: 8px;
	margin-top: 5px;
	}

#calendar table {
	clear: left;
	display: block;
	position: relative;
	width: 258px;
	}

#calendar table th {
	color: #000;
	font-size: 9px;
	font-weight: normal;
	padding-bottom: 3px;
	text-transform: uppercase;
	text-align: center;
	width: 37px;
	}

#calendar table td {
	color: #666;
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
	}

#calendar table td.old {
	color: #ccc;
	}

#calendar table td a {
	background: url('../gfx/layout/calendar_hot.gif') 0 0 no-repeat;
	color: #e00a16;
	font-weight: bold;
	height: 18px;
	line-height: 1;
	padding-top: 4px;
	margin-top: -4px;
	margin-left: 9px;
	margin-bottom: -8px;
	text-decoration: none;
	position: relative;
	width: 18px;
	float: left;
	}




/*--------------------------------------*/
/* sortable panels
/*--------------------------------------*/

#sortContainer {
	position: relative;
	top: 0;
	width: 964px;
	z-index: 1;
	}

div.col,
#sortContainer div.col {
	float: left;
	margin-right: 18px;
	min-height: 300px;
	position: relative;
	width: 303px;
	}

div.col div.panel {
	clear: left;
	float: left;
	padding-top: 26px;
	position: relative;
	margin-top: 20px;
	width: 303px;
	}

div.col div.panel .pHeader {
	background: url('../gfx/layout/panel_top.png') 0 0 no-repeat;
	clear: left;
	height: 240px;
	position: absolute;
	top: 26px;
	width: 303px;
	}

div.col div.panel div.caption {
	left: 25px;
	top: 26px;
	}

#sortContainer div.panel div.caption,
#sortContainer div.panel div.caption p {
	cursor: move;
	}

div.col div.panel .panel_bg {
	background: url('../gfx/layout/panel_mid.png') 0 0 repeat-y;
	float: left;
	margin-top: 15px;
	width: 100%;
	}

div.col div.panel .pContent {
	clear: left;
	color: #333;
	display: block;
	min-height: 265px;
	padding: 0 23px;
	position: relative;
	width: 257px;
	}

div.col div.panel .pContent a,
div.col div.panel .pContent p {
	font: normal 11px/1.4 tahoma, sans-serif;
	}

div.col div.panel .pBottom {
	background: url('../gfx/layout/panel_bottom.png') 0 0 no-repeat;
	clear: left;
	display: block;
	height: 15px;
	width: 303px;
	}

.helper {
	border: 2px dashed #ccc;
	}




/*--------------------------------------*/
/* panel content
/*--------------------------------------*/

div.col div.panel h2 {
	font: bold 14px tahoma, sans-serif;
	padding-bottom: 10px;
	}

div.col div.panel img	{ max-width: 258px;	}

div.col div.panel a.add,
div.col div.panel a.more {
	background: url('../gfx/layout/p.gif') right 2px no-repeat;
	color: #e00a16;
	float: right;
	font: bold 11px/1.4 tahoma, sans-serif;
	margin-left: 12px;
	margin-top: 10px;
	padding-right: 20px;
	}

div.col div.panel a.add {
	background: url('../gfx/layout/p4.gif') right 2px no-repeat;
	}

div.col div.panel img.baner_250 {
	margin-top: 6px;
	margin-left: 4px;
	}




/*--------------------------------------*/
/* panel content :: event (with date information)
/*--------------------------------------*/

div.col div.panel div.event {
	border-bottom: 1px solid #e4e4e4;
	clear: left;
	float: left;
	padding: 7px 0;
	width: 100%;
	}

div.col div.panel div.event p.date,
div.col div.panel div.event p.date a {
	float: left;
	font: bold 11px/1.4 tahoma, sans-serif;
	width: 80px;
	}

div.col div.panel div.event p {
	float: left;
	font: normal 11px/1.4 tahoma, sans-serif;
	width: 177px;
	}

.last {
	border: 0 !important;
	}



/*--------------------------------------*/
/* panel content :: event normal
/*--------------------------------------*/

div.col div.panel div.normal {
	border-bottom: 1px solid #e4e4e4;
	clear: left;
	float: left;
	padding: 7px 0;
	width: 100%;
	}

div.col div.panel div.normal p {
	float: left;
	font: normal 11px/1.4 tahoma, sans-serif;
	}

div.col div.panel div.event a,
div.col div.panel div.normal a {
	color: #333;
	font: normal 11px/1.4 tahoma, sans-serif;
	text-decoration: none;
	}

div.col div.panel div.event a:hover,
div.col div.panel div.normal a:hover {
	text-decoration: underline;
	}

.red .date,
.red .date a {
	color: #e00a16 !important;
	}




/*--------------------------------------*/
/* panel content :: top miejsca kultury
/*--------------------------------------*/

div.col div.panel div.topmk {
	clear: left;
	float: left;
	padding: 7px 0;
	width: 100%;
	}

div.col div.panel div.topmk .logo {
	float: left;
	width: 80px;
	}

div.col div.panel div.topmk .name {
	float: left;
	width: 177px;
	}

div.col div.panel div.topmk .name strong {
	display: block;
	}




/*--------------------------------------*/
/* footer
/*--------------------------------------*/

#footer {
	padding: 50px 23px;
	position: relative;
	top: 0;
	width: 900px;
	}

#footer h3 {
	color: #e00a16;
	font-size: 11px;
	line-height: 1.2;
	padding-bottom: 16px
	}

#footer p {
	color: #000;
	font-size: 11px;
	line-height: 1.2;
	padding-bottom: 16px;
	}

#footer a {
	color: #000;
	text-decoration: underline;
	}



/*--------------------------------------*/
/* subpage bigpanel
/*--------------------------------------*/

div.col {
	float: left;
	margin-right: 18px;
	min-height: 300px;
	position: relative;
	width: 303px;
	}

div.bigCol {
	float: left;
	margin-right: 18px;
	min-height: 300px;
	position: relative;
	width: 625px;
	}

div.bigCol div.bigPanel {
	clear: left;
	float: left;
	padding-top: 26px;
	position: relative;
	margin-top: 20px;
	width: 625px;
	}

div.bigCol div.bigPanel .pHeader {
	background: url('../gfx/layout/bigpanel_top.png') 0 0 no-repeat;
	clear: left;
	height: 240px;
	position: absolute;
	top: 26px;
	width: 625px;
	}

div.bigCol div.bigPanel .panel_bg {
	background: url('../gfx/layout/bigpanel_mid.png') 0 0 repeat-y;
	margin-top: 15px;
	float: left;
	}

div.bigCol div.bigPanel .pBottom {
	background: url('../gfx/layout/bigpanel_bottom.png') 0 0 no-repeat;
	clear: left;
	display: block;
	height: 15px;
	width: 625px;
	}

div.bigCol div.bigPanel .pContent {
	clear: left;
	color: #333;
	display: block;
	min-height: 265px;
	padding: 0 23px;
	padding-top: 3px;
	position: relative;
	width: 579px;
	}

div.bigPanel .pContent p {
	clear: left;
	color: #000;
	float: left;
	font: normal 12px/1.7 tahoma, sans-serif;
	padding-bottom: 19px;
	width: 100%;
	}

div.bigCol .pContent h1 {
	clear: left;
	color: #e00a16;
	font: normal 25px tahoma, sans-serif;
	padding-bottom: 15px;
	}
	
div.bigCol .pContent h1 span {
	clear: left;
	color: #000;
	display: block;
	font: normal 11px tahoma, sans-serif;
	padding-top: 3px;
	}

div.bigCol .pContent h2 {
	clear: left;
	color: #000;
	font: bold 14px/1.2 tahoma, sans-serif;
	padding-bottom: 19px;
	}

div.bigCol .pContent h3 {
	clear: left;
	color: #000;
	font: bold 11px/1.2 tahoma, sans-serif;
	padding-bottom: 19px;
	}

div.bigCol .pContent h4 {
	clear: left;
	color: #000;
	font: bold 10px/1.2 tahoma, sans-serif;
	padding-bottom: 19px;
	}

div.bigCol .pContent p img {
	border: 1px solid #ccc;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 2px;
	}

div.bigCol .pContent p span.imgContent {
	float: right;
	padding-bottom: 10px;
	padding-left: 20px;
	}

div.bigCol .pContent p span.imgContent img {
	clear: left;
	float: left;
	margin: 0;
	}

div.bigCol .pContent p span.imgContent em {
	clear: left;
	color: #999;
	float: left;
	font: normal 11px tahoma, sans-serif;
	padding-left: 3px;
	padding-top: 5px;
	width: 100%;
	}

div.bigCol .pContent a	{ font: bold 12px/1.7 tahoma, sans-serif;	}

div.bigCol .pContent a.more {
	background: url('../gfx/layout/p.gif') right 2px no-repeat;
	clear: left;
	color: #e00a16;
	cursor: pointer;
	float: left;
	font: bold 11px/1.4 tahoma, sans-serif;
	margin-bottom: 20px;
	padding-right: 20px;
	}

div.bigCol .pContent a.back {
	background: url('../gfx/layout/p2.gif') left 2px no-repeat;
	clear: left;
	color: #e00a16;
	float: left;
	font: bold 11px/1.4 tahoma, sans-serif;
	margin-bottom: 20px;
	padding-left: 20px;
	}

div.bigCol .pContent a.back:hover,
div.bigCol .pContent a.more:hover { text-decoration: underline;	}




/*--------------------------------------*/
/* comments
/*--------------------------------------*/

div.bigCol div.bigPanel #comments {
	background: url('../gfx/layout/bg_comments.jpg') center 0 no-repeat;
	clear: left;
	color: #333;
	display: block;
	padding: 20px 23px 0;
	position: relative;
	width: 579px;
	}

#comments #comments_count {
	color: #b2b2b2;
	font: normal 25px tahoma, sans-serif;
	padding-top: 5px;
	padding-bottom: 10px;
	}

#comments span.info {
	clear: left;
	color: #b2b2b2;
	display: block;
	font: bold 14px/1.2 tahoma, sans-serif;
	padding: 19px 0;
	}

#comments div.comment {
	clear: left;
	color: #666;
	display: block;
	font: normal 11px/1.8 verdana, sans-serif;
	margin-top: 10px;
	padding: 17px;
	}

#comments .odd {
	background: #f4f4f4;
	}

#comments div.comment h1 {
	clear: left;
	color: #a5a5a5;
	display: block;
	font: normal 15px verdana, sans-serif;
	}

#comments div.comment h1 span {
	color: #e00a16;
	font-weight: bold;
	}

#comments div.comment h2 {
	clear: left;
	display: block;
	font: normal 10px tahoma, sans-serif;
	padding-bottom: 15px;
	padding-top: 2px;
	}

div.bigCol div.bigPanel form {
	clear: left;
	display: block;
	float: left;
	padding-bottom: 25px;
	width: 100%;
	}

#fAddComment {
	background: url('../gfx/layout/bg_header_addcomment_.gif') left top no-repeat;
	margin-top: 20px;
	padding-top: 35px;
	}

div.bigCol div.bigPanel form label {
	clear: left;
	color: #666;
	display: block;
	font: normal 11px verdana, sans-serif;
	padding-bottom: 10px;
	padding-top: 18px;
	}

div.bigCol div.bigPanel form input,
div.bigCol div.bigPanel form textarea {
	background: #eef2f1;
	border: 1px solid #ccd0cf;
	clear: left;
	font: normal 12px verdana, sans-serif;
	padding: 8px;
	}

div.bigCol div.bigPanel form input	{ width: 220px;	}

div.bigCol div.bigPanel form textarea {
	height: 140px;
	overflow: auto;
	width: 561px;
	}

div.bigCol div.bigPanel form .submit {
	background: url('../gfx/layout/bg_addcomment_button1.jpg') 0 0 repeat-x #e00f1a;
	border: 1px solid #e00f1a;
	clear: left;
	float: left;
	display: block;
	margin-top: 17px;
	}

div.bigCol div.bigPanel form .submit input {
	background: url('../gfx/layout/bg_addcomment_button2.gif') right 10px no-repeat;
	border: 0;
	color: #fff;
	cursor: pointer;
	float: left;
	font: bold 11px tahoma, sans-serif;
	overflow: visible;
	padding: 8px 35px 8px 12px;
	width: auto;
	}

#commented {
	background: url('../gfx/layout/bg_addcomment_success.jpg') 20px 12px no-repeat #f4f4f4;
	border: 1px solid #e00a16;
	clear: left;
	display: block;
	margin-bottom: 25px;
	margin-top: 35px;
	padding: 12px 20px;
	padding-left: 108px;
	}

#commented h1 {
	color: #e00a16;
	font: normal 25px tahoma, sans-serif;
	padding-bottom: 5px;
	}

#commented p {
	font: normal 11px/1.4 tahoma, sans-serif;
	}




/*--------------------------------------*/
/* video
/*--------------------------------------*/

div.vItem {
	clear: left;
	float: left;
	padding-bottom: 20px;
	width: 100%;
	}

div.vItem div {
	width: 426px;
	}

div.vItem div h2 	{ padding-bottom: 6px !important;	}
div.vItem div h2 a	{ color: #000;	}
div.vItem div span 	{ font-size: 11px;	}

div.vItem img {
	float: left;
	margin-right: 20px;
	width: 130px;
	}

#nav {
	float: left;
	margin-bottom: 20px;
	}

#nav li {
	display: inline;
	margin-left: 0;
	}

#nav li a,
#pages li a {
	color: #e00a16;
	font: bold 11px/1.4 tahoma, sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
	}

#nav li a:hover	{ text-decoration: underline;	}

li.pagePrev { padding-right: 25px;	}
li.pageNext { padding-left: 25px;	}

li.pagePrev a {
	background: url('../gfx/layout/p2.gif' ) left 1px no-repeat;
	padding-left: 20px;
	}

li.pageNext a {
	background: url('../gfx/layout/p.gif' ) right 1px no-repeat;
	padding-right: 20px;
	}

li.pagePrev a:hover	{ text-decoration: underline !important;	}
li.pageNext a:hover	{ text-decoration: underline !important;	}

li.pagePrevInvisible {
	background: url('../gfx/layout/p2_invisible.gif' ) left 1px no-repeat;
	color: #ccc;
	cursor: default;
	font: bold 11px tahoma, sans-serif;
	padding-left: 20px;
	padding-right: 25px;
	}

li.pageNextInvisible {
	background: url('../gfx/layout/p_invisible.gif' ) right 1px no-repeat;
	color: #ccc;
	cursor: default;
	font: bold 11px tahoma, sans-serif;
	padding-left: 25px;
	padding-right: 20px;
	}

#pages {
	clear: left;
	float: left;
	padding-bottom: 20px;
	text-align: center;
	width: 100%;
	}

#pages ul {
	margin: 0 auto;
	float: none;
	}

#pages ul li 		{ display: inline;	}
#pages ul li a 	{ float: none;		}
#pages ul li.number { margin-left: -2px;	}

#pages ul li.number a {
	font-weight: normal;
	padding: 1px 5px 2px 5px;
	}

#pages ul li.number a:hover	{ background: #e6e9e8;	}

#pages ul li #selected {
	color: #fff;
	background: #e00a16;
	font-weight: bold;
	padding: 1px 5px 2px 5px;
	}




/*--------------------------------------*/
/* form validation
/*--------------------------------------*/

label.errorLabel	{ color: #e00a16 !important;	}

input.error,
textarea.error {
	background: #fedee0 !important;
	border: 2px solid #e00a16 !important;
	display: block;
	margin: -1px;
	position: relative;
	}




/*--------------------------------------*/
/* newsletter
/*--------------------------------------*/

#fNewsletterIn label,
#fNewsletterOut label	{ padding-top: 0;	}

#fNewsletterIn input,
#fNewsletterOut input	{ float: left;	}

#fNewsletterIn .submit,
#fNewsletterOut .submit {
	clear: none;
	float: left;
	margin-left: 12px;
	margin-top: 0;
	}




/*--------------------------------------*/
/* lista wydarzen / konkretne wydarzenie / konkretne miejsce
/*--------------------------------------*/

div.even {
	background: #f4f4f4;
	margin-bottom: 24px !important;
	padding-top: 12px !important;
	}

div.eItem {
	clear: left;
	float: left;
	margin-bottom: 4px;
	padding: 0 12px 20px 12px;
	width: 555px;
	}

div.eItem div {
	width: 425px;
	}

div.eItem div h2 	{ padding-bottom: 6px !important;	}
div.eItem div h2 a	{ color: #000;	}

div.eItem div h3 {
	font: bold 12px tahoma, sans-serif;
	padding-bottom: 5px;
	padding-top: 10px;
	}

div.eItem div span 	{
	clear: left;
	float: left;
	font-size: 11px;
	line-height: 1.4;
	width: 100%;
	}

div.eItem div span a {
	font-size: 11px !important;
	line-height: 1.4 !important;
	}

div.eItem div span strong {
	color: #b2b2b2;
	margin-right: 5px;
	}

div.eItem img {
	float: left;
	margin-right: 20px;
	width: 107px;
	}

div.eItem div img {
	border: 0 !important;
	float: none !important;
	height: auto;
	padding: 0 !important;
	width: auto;
	}

div.eItem p a {
	color: #000 !important;
	font-weight: normal !important;
	}

div.eItem p a img {
	left: 19px;
	margin: 0 0 0 -13px !important;
	position: relative;
	top: 2px;
	}

div.eItem img.free	{ margin-top: 20px !important;	}

#details {
	clear: left;
	float: left;
	font: bold 12px tahoma, sans-serif;
	margin-bottom: 40px;
	}

#details a {
	display: block;
	margin-top: 15px;
	}

#eCurrent {
	margin-top: -17px;
	padding-left: 0;
	}

#eCurrent .fLeft	{ margin-left: 0;	}




/*--------------------------------------*/
/* lista miejsc
/*--------------------------------------*/

div.pItem {
	clear: left;
	float: left;
	padding-bottom: 20px;
	width: 100%;
	}

div.pItem div {
	width: 426px;
	}

div.pItem div p {
	font-size: 11px !important;
	line-height: 1.4 !important;
	padding-bottom: 12px !important;
	}

div.pItem div h2 	{ padding-bottom: 6px !important;	}
div.pItem div h2 a	{ color: #000;	}

div.pItem div span {
	display: block;
	font-size: 11px;
	padding-bottom: 12px;
	}

div.pItem div span a	{ font-size: 11px !important;	}

div.pItem img {
	float: left;
	margin-right: 20px;
	width: 130px;
	}




/*--------------------------------------*/
/* recommended
/*--------------------------------------*/

div.rItem {
	clear: left;
	float: left;
	padding-bottom: 20px;
	width: 100%;
	}

div.rItem div {
	width: 426px;
	}

div.rItem div h2 	{ padding-bottom: 6px !important;	}
div.rItem div h2 a	{ color: #000;	}
div.rItem div span 	{ font-size: 11px;	}

div.rItem img {
	float: left;
	margin-right: 20px;
	width: 130px;
	}




/*--------------------------------------*/
/* search results
/*--------------------------------------*/

div.sItem {
	clear: left;
	float: left;
	padding: 12px;
	width: 555px;
	}

div.sItem a {
	clear: left;
	color: #000 !important;
	display: block;
	font-weight: normal !important;
	line-height: 1.4 !important;
	padding-bottom: 5px !important;
	}

div.sItem strong {
	display: block;
	font-size: 14px;
	}

div.sItem a img {
	border: 0 !important;
	float: none !important;
	left: 19px;
	margin: 0 0 0 -13px;
	position: relative;
	top: 2px;
	}

div.sItem span {
	color: #e00a16;
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
	}

#searchResults div.bigCol .pContent div.even		{ margin: 0 !important;	}
#searchResults div.bigCol .pContent #pages 		{ margin-top: 30px;	}

#searchResults div.bigCol .pContent p {
	padding: 0 12px 7px 12px;
	width: 555px;
	}




/*--------------------------------------*/
/* sitemap
/*--------------------------------------*/

#siteMap {
	display: block;
	margin: 15px 0;
	}

#siteMap li {
	clear: left;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	margin-top: -4px;
	margin-bottom: 10px;
	position: relative;
	}

#siteMap ul li	{
	background: url('../gfx/layout/bg_ul_sitemap.gif') 0 -12px no-repeat;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0;
	padding-left: 19px;
	padding-top: 10px;
	}

#siteMap ul ul li	{ font-size: 11px;	}

#siteMap a {
	color: #333;
	display: block;
	font-size: 14px;
	line-height: normal;
	margin-bottom: -1px;
	margin-top: -1px;
	position: relative;
	}

#siteMap ul ul		{ margin: 6px 0;	}
#siteMap ul ul a	{ font-size: 11px;	}

#siteMap ul {
	margin-bottom: 12px;
	margin-top: 5px;
	}

#siteMap ul a {
	font-size: 12px;
	font-weight: normal;
	}




/*--------------------------------------*/
/* gallery jcarousel
/*--------------------------------------*/

#gallery li {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	}
