* {
	margin: 0;
	padding: 0;
	border: 0;
}

/*
	#908f8f - szary tekst
	#c9c9c9 - szary tekst / inputy
	#00d1ff - jasny niebieski
	#edecec - jasny szary / li border
	#edfafc - jasny blekit / news background
	#f1f1f1 - jasny szary / bg boxow
	#0098ba - ciemny niebieski / pool
	#816f8b - fioletowy / news item bg
	#695175 - fioletowy / gallery subs
 */


/*  
    #area_1 / lewa kolumna			
 	#area_2 / srodkowa kolumna 		 
	#area_3 / prawa kolumna 
*/



/*
 body & type
 */


body {
	background: #fff;
	color: #24211d;
	font: 12px/20px Arial, Tahoma sans-serif;
}

a, a:link, a:active a:visited  {
	color: #24211D; 
	cursor: pointer;
	text-decoration: none;
}

a:hover { 
	color: #24211D;
	cursor: pointer;
	text-decoration: underline; 
}

a.more { 
	color: #24211D;
	font-weight: bold;
}

a.more:hover { 
	color: #908f8f;
	text-decoration: none; 
}

.news_item a {
	color: #fff;
	font-weight: bold;
}

.nav_body a {
	color: #908f8f;
}

.nav_body a:hover {
	color: #24211D;
	text-decoration: none;
}

.arrow a {
	color: #908f8f;
}

.arrow a:hover {
	color: #24211D;
	text-decoration: none;
}

/*
 misc
 */

.clr { clear: both; }
.left { float: left; }
.right { float: right; }
.noborder { border: none !important; }
.nomargin { margin: 0 !important; }
.box-padding { padding: 0 204px 0 0; }
.in { padding: 10px; }
.in5px { padding: 5px; }


h1, h2 { 
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

h1 a, h2 a { 
	color: #24211d !important;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
}



/*
 form
 */

label {
	font-size: 14px;
	font-weight: bolder;
	margin: 0 7px 0 0 ;
	text-transform: uppercase;
}

input[type="text"] {
	background: #fff;
	border: 1px #bcbbbb solid;
	color: #bcbbbb;
	font-size: 11px; 
	padding: 4px;
	text-align: left;
	text-transform: uppercase;
	width: 110px;
}

.newsletter input[type="text"] {
	width: 160px;
	margin-bottom: 10px; 
}

.newsletter input[type="text"].email {
	width: 120px;
	margin-bottom: 10px; 
}


input[type="submit"] {
	background: #fff;
	border: 1px #bcbbbb solid;
	color: #bcbbbb;
	font-size: 11px; 
	padding: 4px;
	text-align: left;
}

.newsletter input[type="submit"] {
	background: #fff;
	border: 1px #bcbbbb solid;
	color: #bcbbbb;
	font-size: 11px; 
	font-weight: bold;
	text-align: center;
	width: 35px;
}

.search input[type="text"] {
	border: none;
	border: 1px #fff solid;
	border-right: 1px #8e8d8c solid;
	width: 140px;
}

.search input[type="submit"] {
	background: #fff;
	border: none;
	color: #24211d;
	font-size: 11px; 
	padding: 4px;
	text-align: left;
}

input[type="text"].search:hover, input[type="text"].search:focus {
	border: 1px #8e8d8c solid;
}

input[type=file] { 
	background: none;
	height: 22px;
}

textarea {
	background: #fff url(bg_input.png) repeat-x;
	border-color: #686868 #c9c9c9 #c9c9c9 #686868;
	border-style: solid;
	border-width: 1px;
	color: #50504f;
	font-size: 11px; 
	margin: 5px 5px 5px 0;
	padding: 4px 3px 2px 3px;
	text-align: left;
	font: 12px Tahoma, sans-serif;
}

input.btn[type=submit], input.button[type=submit], input.button[type=button]  {
	background: #fff;
	border: none;
	color: #24211d;
	font-size: 11px; 
	padding: 4px;
	text-align: left;
}

/*
	layout
 */

.top .logo {
	float: left;
	margin: 38px 0 0 0;
	text-align: center;
	width: 180px;
}

.top {
}

.nav-wrap {
	float: left;
	margin: 0 0 40px 0;
	padding: 0;
	width: 848px;
}

.top .lang {
	text-align: right;
	float: left;
	width: 98px;
}

.top .mainnav {
	float: left;
	width: 750px;
	background: url(bg-top-new.png) top left no-repeat;
}

.top .nav {
	background: url(bg-top-new.png) bottom left no-repeat;
	padding: 40px 10px 0 40px;
	word-spacing: 3px;
	line-height: 24px;
	letter-spacing: -1px;
	list-style: none;
	
}

.top .nav.nosub {
	background: url(bg-top-new-nosub.png) bottom left no-repeat;
}

.top .nav li {
	display: inline;
}

.top .nav a,
.top .nav-level a {
	color: #24211d;
	font-size: 24px;
	font-weight: bolder;
	text-transform: uppercase;
}



.top a.active {
	color: #95947e;
}

.nav-level {
	background: url(bg-top-level-new.png) bottom left no-repeat;
	float: left;
	list-style: none;
	padding: 10px 0px 0px 40px;
	width: 700px;
}

.nav-level li {
	display: inline;
}

.nav-level .item {
	padding: 10px 0 0 40px;
}

.nav-level a {
	font-size: 18px !important;
	font-weight: normal !important;
}

.top a:hover, .top a.marked {
	color: #cccc33;
	text-decoration: none;
}

.top .lang a {
	color: #24211d;
	font-size: 11px;
	padding: 3px 15px;
	text-transform: uppercase;
}

.top .lang a:hover {
	text-decoration: underline;
}

.top .lang a.active {
	background: #24211d;
	color: #fff
}

.container {				/* container */
	width: 1030px; 
	margin: 0 0 0 0px;  
	padding: 0 0 0 0px;
}

.container #left-col {
	float: left;
	margin-left: 10px; 
	width: 170px;
}

.container #right-col {
	float: left; 
	width: 850px;
}

.container #area_1 {	/* lewa kolumna */
	height: 300px;
}

html>body .container #area_1 {	/* lewa kolumna */
	height: auto;
	min-height: 300px;
}

#area_1 .notmouseover { padding: 0px; }

.container #area_2 {	/* lewa kolumna */
	height: 400px;
}

html>body .container #area_2 {	/* lewa kolumna */
	height: auto;
	min-height: 400px;
}

.separator {
	background: url(separator.png) 0 0 no-repeat;
	height: 3px;
	padding: 10px 0 70px 0;
	width: 100%;
}

.partnerslogo {
	padding: 0px 0px 70px 210px;	
}

.partnerslogo a { float: left; display: block; }

.footer {
	font-size: 10px;
	width: 1049px;
}

.footer .copyrights {
	background: #24211d;
	color: #fff;
	float: left;
	margin: 0 19px 0 0;
	width: 194px;
	padding: 3px 0px;
	text-align: center;
}

.footer .links {
	word-spacing: 10px;
	float: left;
	margin: 3px 50px 0 0 ;
}

.footer a {
	color: #24211d;
	font-size: 11px;
}


.footer .links a {
	text-transform: uppercase;
}

/*
 obiekty w lewej kolumnie
 */

#left-col #nav-left {
	font-size: 11px;
	list-style: none;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

#left-col #nav-left .active {
	color: #cccc33;
}

.container #area_1 .box, .container .special .box  {
	font-size: 12px;
	margin: 0 0 10px 0;
	width: 100%;
}

.container #area_1 .box .box_header, .container .special .box .box_header {
	font-size: 14px;
	height: 31px;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}

.container #area_1 .box_body .piclink,
.container #area_2 .box_body .piclink { display: block; }

.container #area_1 a {
	font-size: 11px;
	text-transform: uppercase;
	
}

.container #area_1 h1 a, .container #area_1 h2 a { 
	color: #24211d !important;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
}

.container #area_1 .box h4 {
	color: #24211D;
	font-size: 14px;
	font-weight: normal;
}

.container #area_1 .box h4 a {
	color: #24211D;
	font-weight: bolder;
	text-transform: uppercase;
}

.container #area_1 .box h4 a:hover {
	background: #cccc33;
	text-decoration: none;
}

.container #area_1 .box h5 {
	color: #908f8f;
	font-size: 11px;
	font-weight: normal;
}

.container #area_1 .box_body, .container .special .box_body {
	padding: 5px 0;
}

.container .special .box_body { text-align: center; }

.container .special .box_body img { margin: 15px 0px;  }

.container #area_1 .box .box_item {
	border-bottom: 1px #edecec solid;
	line-height: 20px;	
}

.container #area_1 .box p {
	font-size: 11px;
	line-height: 18px;
	padding: 5px 5px 5px 0;
	text-align: justify;
}

.container #area_1 .box .row {
	width: 170px;
	margin: 0 auto 5px auto;
	text-align: center;
}

.container #area_1 .box .row img {
	border: 5px #fff solid;
}

.container #area_1 .box .arrow {
	float: right;
	margin-top: 10px;
}

.container #area_1 .box .in, .container .special .box .in { padding: 0 0 10px 0;  }


.container #area_1 .box .center { 
	width: 150px; 
	margin: 0px auto; 
}

.container #area_1 .data {
	font-size: 11px;
}

.container #area_1 .box .subs p {
	display: none;
}

.container #area_1 .box .prev {
	font-size: 1px;
	margin: 0 auto;
	width: 170px;
}

.container #area_1 .box .date {
	background: #fff;
	margin: 0 auto;
	padding: 0px 10px 5px 10px;;
	width: 150px; 
}

.container #area_1 .box img.big {
	display: none;
}

.container #area_1 .box img.small {
	border: 10px #fff solid;
	margin: 0;
}

.container #area_1 .box .box_body h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

/*		
 	obiekty w prawej kolumnie		
*/

.container #area_2 .box {
	margin: 0 auto 5px auto;
	padding: 0 0 0 33px;
}

.container #area_2 .box .box_header {
	height: 31px;
	padding: 0 5px 0 0;
}

.container #area_2 .box .box_header span {
	background: #fff;
	color: #4a4a4a;
	float: right;
	font-size: 14px;
	padding: 0px 5px;
	text-transform: uppercase;
}

.container #area_2 .box img {
	border: 10px #000 solid;
}

.container #area_2 .box .box_header a {
	color: #24211d;
	float: left;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
}

.container #area_2 .box .box_body {
	margin: 5px auto;  
	width: 100%;
}

.container #area_2 .box .box_body h3 {
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

.container #area_2 .box .readMore,
.container #area_1 .box .readMore {
	color: #24211d !important;
	float: right; 
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
}

.container #area_2 .more .readMore {
	color: #fff !important;
	float: right; 
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
}

.container #area_2 .box .readMore:hover {
	background: #cccc33;
	text-decoration: none;
}

.container #area_1 .box .readMore:hover,
.container #area_2 .box .readMore:hover {
	background: #cccc33;
	text-decoration: none;
}

.container #area_2 .box .box_body .item {
	background: #24211d;
	color: #fff;
	float: left;
	font-size: 11px;
	height: 205px;
	margin: 0 1px 0 0;
	text-transform: uppercase;
	width: 203px;
}

.container #area_2 .box .box_body .item .headline {
	height: 65px;
	padding: 0 10px
}

.container #area_2 .box .box_body .item .more {
	padding: 0 10px
}

.container #area_2 .box .box_body .item img {
	height: 103px;
	margin: 0 0 10px 0;
	width: 203px;
}

.container #area_2 .box .box_body .item a.itemlink {
	height: 103px;
	margin: 1px 0 10px 0;
	width: 203px;
	display:block;
}

.container #area_2 .box .box_body .item span.date {
	color: #cccc33;
	font-weight: bold;
}

.container #area_2 .box .box_body .item span.type {
	color: #aaa;
	font-weight: bold;
}

.container #area_2 .box .box_body .item span.type a {
	color: #aaa;
	font-weight: bold;
}

.container #area_2 .box .box_body .item h3 {
	font-size: 12px;
	font-weight: bolder;
	line-height: 16px;
}

.container #area_2 .box .box_body .item a {
	color: #fff;
}

.container #area_2 .box .box_body .blank {
	background: url(blank.jpg) 0 0 no-repeat;
	float: left;
	height: 205px;
	margin: 0 1px 0 0;
	width: 203px;
}

.container #area_2 .data {
	color: #24211d;
	font-size: 11px;
}

.container #area_2 .box .box_body p {
	margin: 5px 0;
	padding: 5px;
	text-align: justify;
}

.container #area_1 .box .txtdiv {
	line-height: 18px;
	text-align: justify;
	font-size: 11px;
}

.container #area_1 .newsletter { padding-top: 5px; }

.box .box_body .newsArchive { padding-top: 20px; }
.box .box_body .newsArchive a.yearLink {  font-size: 14px; }
.box .box_body .newsArchive a.monthLink {  color: #666; font-size: 12px; }

.container #area_2 .box .txtdiv {
	line-height: 18px;
	margin: 5px 0;
	text-align: justify;
	font-size: 11px;
}

.container #area_2 .box .txtdiv img {
	border: 10px  #000 solid;
	margin: 10px 10px 10px 0;
}

.container #area_2 .box .noimgborder img { 
	border: none;
}

.container #area_2 .box .txtdiv table td {
	vertical-align: top;
}

.container #area_2 .box .txtdiv table td img {
	vertical-align: top;
	border-width: 0px;
}

.container #area_2 .box .txtdiv a { 
	font-weight: bold;	
}

.container #area_2 .box .txtdiv a:hover { 
	font-weight: bold;	
	background: #cccc33;
	text-decoration: none;
}

.container #area_2 .box .box_body .box_item h4,
.container #area_2 .box .box_body .box_item h4 a {
	font-size: 14px;
	margin: 0px 0 15px 0px;
	text-transform: uppercase;
}

.container #area_2 .box .box_body .box_item .date,
.container #area_2 .box .box_body .box_item .date a {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0 5px 0px;
	text-transform: uppercase;
}

.container #area_2 .box .box_body .feature {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.container #area_2 .box .box_body .bg_news .news_item p {
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
	text-align: justify;
}

.container #area_2 .pictitle {
	display: none;
}

.container #area_2 .gallery_elem,
.container #area_2 .gallery_details,
.container #area_2 .text {
	overflow: hidden;
	padding: 0 204px 0 0;
}

.container #area_2 .box .news-prev {
	float: left;
	margin: 0 15px 0 0;
	width: 180px;
	padding-top: 5px;
}

.container #area_2 .box .news-content {
	float: left;
	text-align: justify;
	width: 450px;
}

.container #area_2 .box .box_body .smallgallery { text-align: left; padding-top:15px; } 
.container #area_2 .box .box_body .smallgallery a { background: none; } 


.container #area_2 .box .box_body .smallgallery img,
.container #area_2 .box .box_body .smalllogotype img
{
	border: none;
}

.container #area_2 .box .item img,
.container #area_2 .box .pic img {
	border: none;
}

.container #area_2 .in { 
	padding: 0 0 10px 0; 
}

.container #area_2 .box .txtbg {
	padding: 0 200px 20px 0;
}


.container #area_2 .box .normalgallery img {
	margin: 0px 3px 3px 0px; 
}

.container #area_2 .box h4 {
	font-size: 16px;
	font-weight: normal;
}

.container #area_2 .box h4 a {
	color: #24211d;
	font-size: 12px;
	font-weight: bolder;
	text-transform: uppercase;

}

.container #area_2 .box h4 a:hover {
	background: #cccc33;
	text-decoration: none;
}

.container #area_2 .box h3 a:hover {
	background: #cccc33;
	text-decoration: none;
}

.container #area_2 .box_item {
	margin-top: 10px;
	padding: 0 0 10px 0;
}

.container #area_2 .box img.small {
	display: none;
}

#slideshow { position: relative; width: 120px; height: 120px;  }
#slideshow div {  position: absolute; top: 0; width: 120px; height: 120px; overflow:hidden; opacity: 0;	}
#slideshow div.active {  z-index:10;  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100);opacity: 1.0; }
#slideshow div.last-active { z-index:9; }


.container #area_2 table.shop { border-collapse: collapse; }
.container #area_2 table.shop h4 { height: 36px; margin-bottom: 5px; }
.container #area_2 table.shop td { width: 220px; padding: 0px 25px 20px 0px; vertical-align: top; }
.container #area_2 table.shop td img { border: none;  }

.container #area_1 table.calendar { border-collapse: collapse; width: 100%; }
.container #area_1 table.calendar th { text-align: center;  }
.container #area_1 table.calendar td { text-align: center;  }
.container #area_1 table.calendar td a { display: block; padding: 0px 4px; }
.container #area_1 table.calendar td a:hover {
	background: #cccc33;
	text-decoration: none;
}

.container #area_1 .eventtooltip { width: 200px; background: #25221D; text-align: left; *left: 0px; padding: 7px;  position: absolute; display: none; }
.container #area_1 .eventtooltip span.tipdate {
    color: #CCCC33;
    font-weight: bold;
}
.container #area_1 .eventtooltip span.type,
.container #area_1 .eventtooltip span.type a {
    color: #AAAAAA;
    font-weight: bold;
    display: inline;
     padding: 0px;
}
.container #area_1 .eventtooltip span.type a:hover {
    text-decoration: underline;
    background: none; 
}
.container #area_1 .eventtooltip .evname {
    font-size: 12px;
    font-weight: bolder;
    line-height: 16px;
    margin: 0px;
}
.container #area_1 .eventtooltip .evname a {
    color: #fff;
    padding: 0px;
}
.container #area_1 .eventtooltip .eventitem { padding-bottom: 5px; }

/*	footer	*/
