@import url(base.css);
body { text-align: center; color: #333; }
a { color: #000; }
#container { width: 810px; margin: 20px auto; text-align: left; line-height: 160%; }

#container ul { margin: 10px 0 10px 30px; }
#container li { margin-bottom: 3px; }

#top { background: #EFEBEF; border: 1px solid #EFEBEF; padding: 5px; color: #31454A; font-size: 14px; font-weight: bold; margin-bottom: 20px; }
#top a { color: #31454A; text-decoration: none; }
#top a:hover { text-decoration: underline; }

h1, h2 { border-bottom: 1px solid #ddd; padding-bottom: 5px; margin: 0 0 5px; color: #C60000; }
h2 { margin-top: 30px; }

h1 a, h2 a { color: #c60000; text-decoration: none; } 
h1 a:hover, h2 a:hover { text-decoration: underline; } 

#content { width: 690px; float: right; }
#sidebar { width: 100px; float: left; }

#sidebar ul { list-style: none; margin: 0; padding: 0; }
#sidebar li { margin-bottom: 1px;  }
#sidebar li a { color: #000; background: #f6f6f6; padding: 0 1px 0 4px; display: list-item; text-decoration: none; font-size: 11px; }
#sidebar li a:hover, #sidebar li.act a { background-color: #C60000; color: #fff; }




.grid { list-style: none; margin-top: 5px; }
.grid a { border: 1px solid #f4f4f4; padding: 3px; display: block; /*width: 106px;*/ float: left; margin: 0 7px 7px 0; text-align: center; }
.grid a:hover { border-color: #ddd; }
.grid img { display: block; margin: 0 auto; width: 100px; height: 100px; }
.grid a { text-decoration: none; font-size: 11px; color: #333; }
.grid a:hover { color: #c00; }




#foot { margin-top: 30px; border-top: 1px solid #ddd; padding-top: 10px; }

#foot ul { list-style: none; margin: 0; padding: 0; }
#foot li { display: inline; margin-right: 5px; color: #aaa; }
#foot li a { padding-right: 5px; }




#lightbox { background-color: #fff; border: 1px solid #ddd; border-right-color: #ccc; border-bottom-color: #ccc; }
#lightboxDetails, #lightboxCaption, #keyboardMsg, #closeButton { display: none; /*wylaczenie detali*/ } 
#lightbox img { border: none; clear: both;} 
#overlay img { border: none; }
#overlay { background-image: url(/i/overlay.png); }
* html #overlay{
 background-color: #333;
 back\ground-color: transparent;
 background-image: url(blank.gif);
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}

.tac { text-align: center; }
.tar { text-align: right; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.fc { clear: both; }