body {
   margin:0;
	 padding:0;
	 background:#fff URL(body_bg.gif) repeat-x scroll top;
	 font-family:Arial;
	 font-size:11px;
}

img { border:none; }
img.border { border:4px solid #e6e6e6; }

h1 {
   color:#5a5a5a;
	 font-size:18px;
	 margin:0 0 8px 0;
	 padding:0;
}

h2 {
   color:#5a5a5a;
	 font-size:14px;
	 margin:0 0 8px 0;
	 padding:0;
}

h3 {
   color:#5a5a5a;
	 font-size:12px;
	 margin:0 0 8px 0;
	 padding:0;
}

/* POZYCJONOWANIE (divy) */
#master {
	 background:URL(naglowek_tlo.gif) repeat-x;
}
#header_container {
	 height:155px;
	 width:998px;
	 margin:auto;
}
#header_logo {
   position:absolute;
	 height:122px;
	 width:324px;
	 top:14px;
}
#header_hasla {
   position:absolute;
	 padding-top:14px;
	 width:330px;
	 margin-left:322px;
}
#header_pic {
   position:absolute;
	 background:URL(naglowek_pic.gif) no-repeat;
	 width:330px;
	 height:126px;
	 top:5px;
	 margin-left:668px;
}
#header_topMenu {
   position:absolute;
	 top:118px;
	 margin-left:407px;
}
#body_container {
	 background:#fff URL(body_tlo.gif) no-repeat scroll top center;
	 width:998px;
	 margin:auto;
}

#body_container p {
   margin:0 0 10px 0;
	 font-size:12px;
}

#footer_container {
	 background:URL(stopka_tlo.gif) repeat-x;
	 border-top:3px solid #e5e5e5;
	 text-align:center;
	 padding-top:5px;
	 padding-bottom:1px;
}
#footer_container p {
   margin:0 0 10px 0;
}
#footer_container span {
	 font-size:14px;
}
#footer_container a, a {
	 font-size:11px;
	 color:#787878;
}
#footer_container a:hover, a:hover {
	 color:#000;
	 text-decoration:none;
}

/* TOP MENU */
#header_topMenu td {
	 background:URL(naglowek_topMenu.gif) no-repeat;
	 width:190px;
	 height:37px;
	 margin:2px 0 0 5px;
	 line-height:110%;
	 padding:2px;
}
#header_topMenu td img {
   float:left;
	 margin:0 5px 0 5px;
}

/* LEFT MENU */
ul.leftmenu {
   list-style-type:none;
	 margin-top:16px;
	 margin-left:16px;
	 text-indent:0;
	 padding:0;
}
ul.leftmenu li {
   margin:0 0 5px 0;
}
ul.leftmenu li a {
   font-size:12px;
   text-decoration:none;
	 word-spacing:5px;
	 display:block;
 	 height:22px;
	 margin-left:10px;
	 color:#555;
}
ul.leftmenu li a:hover {
	 color:#000;
   text-decoration:underline;
}

/* MODUL */
div.modul {
   width:100%;
	 background:#fff URL(modul_tlo.gif) no-repeat scroll left top;
	 padding:10px;
	 margin-top:6px;
}
div.modul h3 {
   color:#5a5a5a;
   margin:0 0 8px 0;
	 font-size:16px;
}
div.modul p {
   margin:0 0 8px 0;
}

/* NOWOSCI, PORADY */
div.nowosc h1, div.porada h1 {
   font-size:14px;
	 background:URL(bullet.gif) no-repeat;
	 padding-left:25px;
}
div.nowosc h2, div.porada h2 {
   font-size:12px;
	 text-decoration:underline;
}
div.nowosc, div.porada {
   line-height:140%;
	 font-size:12px;
}
div.nowosc span, div.porada span {
   font-size:10px;
}

/* FORMULARZE */
form { margin:0; }

.input {
	 font-family:Arial;
	 font-size:11px;
	 background:#fff URL(input_background.gif) repeat-x scroll;
	 border:1px solid #808080;
}