/* Default */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul,
li, fieldset, form, label, legend, table, caption, thead, tbody, tfoot, tr, th, td
{
   margin: 0;
   padding: 0;
   border: 0;
}

html, body
{
  font-size: 11px;
  font-family: Tahoma;
  color: #000000;

  background-image: url(../img/bkg.gif);
  background-repeat: repeat-x;
}
a img { border: none; }
a { text-decoration: underline; color: #000000; }
a:hover { text-decoration: none;  }
td { vertical-align: top; }

.fl { float: left !important; }
.fr { float: right !important; }
.ml { margin-left: 10px !important; }
.mr { margin-right: 10px !important; }
.tl { text-align: left !important; }
.tr { text-align: right !important; }
.tc { text-align: center !important; }
.tj { text-align: justify !important; }
.dn { display: none !important; }
.cb { clear: both !important; }
.cp { cursor: pointer !important; }
.undl { text-decoration: underline !important; }

h1
{
   color: #9f3a2b;
   font-size: 12px;
   font-family: Verdana, Tahoma;
}

.spaceObj { width: 100%; height: 20px; }

#mContainer /* Main Container */
{
   position: relative;
   width: 952px;
   height: auto;
   overflow: hidden;
   margin-left: auto;
   margin-right: auto;
}

/* ******************
   Sekcja TOP
   ****************** */

#topContainer /* Top Container */
{
   position: relative;
   width: 952px;
   height: 441px;
   overflow: hidden;

   background-image: url(../img/topcontainer.gif);
   background-repeat: no-repeat;
}

#topContainer #topImage
{
   position: relative;
   width: 952px;
   height: 399px;
   overflow: hidden;
   
   background-image: url(../img/top.jpg);
   background-repeat: no-repeat;
}

#topContainer #topMenu
{
   position: relative;
   width: 952px;
   height: 43px;
   overflow: hidden;
}

/* ******************
   Sekcja NEWS
   ****************** */

#newsContainer
{
   position: absolute; top: 10px; right: 10px;
   width: 511px;
   height:360px;
   overflow: hidden;

   display: none;
   z-index: 10;

   background-image: url(../img/news.png);
   background-repeat: no-repeat;
}
#newsContainer #ncControls
{
   position: absolute; top: 314px; right: 32px;
   height: 42px;
}
#newsContainer #ncNews
{
   position: absolute; top: 58px; left: 8px;
   width: 492px;
   height: 256px;
   
   overflow: hidden;
}

#ncNews .ncBox
{
   width: 492px;
   height: 256px;
   overflow: hidden;
   float: left;
}

/* ******************
   Sekcja BODY
   ****************** */

#bodyContainer
{
   position: relative;
   width: 952px;
   height: auto;
   overflow: hidden;

   background-image: url(../img/content.gif);
   background-repeat: repeat-y;
}

/* ******************
   Sekcja FOOTER
   ****************** */

#footerContainer
{
   position: relative;
   width: 952px;
   height: 84px;
   overflow: hidden;

   background-image: url(../img/footer.gif);
   background-repeat: no-repeat;
}

#footerContainer #fcCopyright
{
   position: absolute; left: 10px; top: 10px;
   color: #ffffff;
   font-size: 11px;
}
#footerContainer #fcContact
{
   position: absolute; right: 95px; top: 10px;
   width: 165px;
   color: #ffffff;
   font-size: 11px;
   z-index: 110;
}
#footerContainer #fcContact a { text-decoration: none; color: #ffffff }
#footerContainer #fcContact a:hover { text-decoration: underline; }
/* MooTools.Tips */
.tip-top {
	color: #fff;
	width: 139px;
	z-index: 13000;
}		 
.tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #ffffff;
	padding: 8px 8px 4px;
	background: url(../img/bubble.png) top left;
}
 
.tip-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../img/bubble.png) bottom right;
	color:#fff;
}
.tip-text A {
	color:#069;
}
.tip-loading {
	background: url(../img/ajax_load.gif) center center no-repeat;
	width: 30px;
	height: 30px;
	margin: 0 auto;
}
#ncBox object { display: none; }