/**
 * @version pozycje.css 2008/08/25 18:56:23
 * @author Piotr Labudda piotrl86@gmail.com
 */

body {
 margin:0; padding:0;
 background:#000c15 url(../images/body.gif) repeat-x top;
 font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size:small;
 line-height:1.2em;
 color:#fff;
}

* { margin:0px; padding:0px; }
img { border:none; }
.clear { clear:both; }

/* ===== page-wrap - - - - - - - - - - - - - - - - - - - - - - - - - */
#page-wrap { width:1013px; position:relative; margin:0 auto; }
 #page-wrap div.top { width:100%; height:218px; overflow:hidden;
  background:url(../images/page.top.jpg) no-repeat bottom left; }
  #page-wrap div.top a.logo { width:738px; height:218px;
   position:absolute; top:0; left:0; outline:none; }
   #page-wrap div.top a.logo span { display:none; }
 #page-wrap div.in { width:1010px; float:right;
  background:url(../images/page.in.gif) repeat-y top left; }

/* ===== page-wrap ====> in ==>-- in-wrap - - - - - - - - - - - - - -*/
#in-wrap { width:100%; }
 #in-wrap div.left { float:left; width:193px; overflow:hidden; }
 #in-wrap div.center { float:left; width:619px; overflow:hidden;
  background:url(../images/center.top.gif) no-repeat top left; }
 #in-wrap div.right { float:right; width:198px; overflow:hidden; }

#page-wrap div.bot { width:1005px; height:405px; overflow:hidden;
 margin:0 0 0 3px;
 background:url(../images/page.bot.gif) no-repeat top left; }

/* ===== page-wrap ====> in ==>-- bot-wrap - - - - - - - - - - - - - */
#bot-wrap { width:100%; }
 #bot-wrap div.left { float:left; width:780px; overflow:hidden; }
/* #bot-wrap div.center { float:left; width:433px; overflow:hidden; }*/
 #bot-wrap div.right { float:right; width:217px; overflow:hidden; }

/* ===== page-footer - - - - - - - - - - - - - - - - - - - - - - - - */
div.page-footer { width:100%; height:34px; text-align:center;
 background:url(../images/page.footer.gif) repeat-x top; }
 div.page-footer p.copy { padding-top:8px; color:white; }
