.top-bg
{
   background: transparent url('../images/layout/top-image-bg.jpg') center top no-repeat;
   min-height: 421px;
}

.section h3,
.section h3 a {
   font-size: 28px;
   color: #585546;
   text-decoration: none;
}

.section h3 a:hover {
   text-decoration: underline;
}

.news-list .content h2, .wydarzenia-list .content h2 { font-size: 12px; font-weight: bold; }

.wydarzenia-list
{
   font-size: 12px;
}
.wydarzenia-list { border-top: 1px solid #f2f2f2; margin-top: 18px; }
.wydarzenia-list .image {
   width: 104px;
   min-height: 40px;
   float: left;
   overflow: hidden;
}
.wydarzenia-list .image img { width: 100px; border: 2px solid #C5BC8E; }
.wydarzenia-list .content
{
   width: 380px;
   text-align: justify;
   float: left;
   margin-left: 16px;
}
.wydarzenia-list .content h2, .wydarzenia-list .content h2 a { color: #3f3f3f; }
.wydarzenia-list .content p { color: #333; line-height: 17px; font-size: 11px; }
.wydarzenia-list .image, .wydarzenia-list .content { padding: 20px 0px; }
.wydarzenia-list .line { background-color: #f2f2f2; height: 1px; width: 100%; }
.news-list > div { margin-top: 8px; }
.news-list .top { height: 5px; background: transparent url('../images/layout/news-bg.png') top left no-repeat; }
.news-list .content
{
   color: #696758;
   padding: 8px 15px;
   text-align: justify;
   background: transparent url('../images/layout/news-bg.png') top center repeat-y;
   min-height: 10px;
}
.news-list .content h2 span { display: block; }
.news-list .content .updated { color: #fffefe; font-weight: normal; width: 80px; }
.news-list .content .title { width: 325px; text-align: left; }
.news-list .content .title a, .news-list .content p a { color: #696758; }
.news-list .content p a { display: block; line-height: 17px; }
.news-list .bottom { height: 5px; background: transparent url('../images/layout/news-bg.png') top right no-repeat; }
.wydarzenia-list .content h2 a:hover, .news-list .content .title a:hover
   { text-decoration: underline; }
.wydarzenia-list .content h2 a, .news-list .content .title a, .news-list .content p a
   { text-decoration: none;}

/* menuAccordion */
.main-menu
{
   font-size: 12px;
   background-color: #696758;
   padding: 5px 0px;
   border: 5px solid #c5bc8e;
   width: 980px;
   position: absolute;
   top: 105px;
   -moz-box-shadow: 0 0 8px black;
   -webkit-box-shadow: 0 0 8px black;
   box-shadow: 0 0 8px black;
   
}
.cube-accordion { width: 975px; height: 300px; position: relative; overflow: hidden; }
.cube-accordion .panel
{
   width: 380px; height: 100%;
	background-color: #696758;
	position: absolute; left: 0; top: 0;
	overflow:hidden;
}
.cube-accordion .panel-container
{
   color: white;
	height: 100%;
	position:relative;
   background-color: white;
}
.cube-accordion .panel-content {	width: 380px; height: 300px; }
.cube-accordion .panel-content .bg
{
   background-color: black;
   opacity: 0.6;
   /* -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60); */
   filter: alpha(opacity=60);
   position: relative;
   top: 0;
   width: 100%; height: 100%;
}
.cube-accordion .panel-content .content
{
   position: absolute;
   top: 0;
   width: 370px; height: 100%;
   padding: 5px;
}
.main-menu .menu-links { height: 275px; overflow: hidden; }
.main-menu .menu-links a
{
   display: block;
   color: white;
   padding: 3px; padding-left: 8px;
   text-decoration: none;
   background: transparent url('../images/layout/ml-arrow.png') left center no-repeat;
}
.main-menu .menu-links a:hover
{
   text-decoration: underline;
   color: #BACFE0;
   background: transparent url('../images/layout/mls-arrow.png') left center no-repeat;
}
