/* styl.css | styl podstawowy ------------------------------ */

* { margin: 0; padding: 0; border: 0; text-align: left; }
body { background-color: #fff; font: normal 11px Tahoma; color: #555; text-align: center; }

a { color: #555; text-decoration: none; }
a:hover { text-decoration: underline; }

/* szkielet strony */
.body { width: 780px; margin: auto; background-color: #f8f8f8; }

.top {width: 780px; height: 184px; }
.top strong{color: #089B04}
.top a{font-weight: bold}
.content { width: 780px; }
.bottom { width: 780px; height: 63px; background: url('../grafika/foobg.jpg') no-repeat; color: #fff; }

/* lewe menu */
.left { width: 178px; float: left; }
.left h2 { width: 178px; height: 35px; background: url('../grafika/mnbg.gif') no-repeat; padding-bottom: 1px; border-bottom: 2px solid #FFC000; }
.left h2 img { margin-top: 12px; margin-left: 10px; vertical-align: middle; }
.left ul { margin-top: 5px; margin-bottom: 5px; }
.left li { list-style-type: none; padding-bottom: 2px; padding-top: 2px; padding-left: 10px; }
.left li a { margin-left: 5px; }
.left li a.orange { color: #FF7800; }

h1{font-size: 14px}

/* wyszukiwarka */
.left .search { width: 178px; padding-bottom: 20px; background: url('../grafika/sbg.jpg') no-repeat; margin-bottom: 1px; }
.left .search p { width: 150px; padding-top: 10px; padding-left: 20px; }
.left .search span { display: block; margin-top: 10px; margin-left: 40px; font-weight: bold; color: #FF7800; }
.left .search input.text { width: 130px; margin-top: 10px; margin-left: 10px; font-size: 10px; padding-top: 2px; padding-bottom: 2px; }
.left .search input.image { margin-left: 10px; }

/* srodek strony */
.center { width: 560px; min-height: 550px; float: left; background-color: #fff; }
.center h2 { width: 520px; padding-bottom: 10px; border-bottom: 1px solid #ccc; }
.center h2 img { vertical-align: middle; }
.indent { padding: 20px; }

/* stopka */
.bottom a { color: #fff; }
.bottom span { color: #ffcd00; font-weight: bold; }
.bottom .copy { float: left; margin-top: 25px; margin-left: 30px; }
.bottom .nav { float: right; margin-top: 25px; margin-right: 60px; }

#footer{clear: both; width:732px; color: #8C8C8C; text-align: center; margin-left: auto; margin-right: auto }
#copy{margin-top: 5px; width: 100%; text-align:center; font-size: 8px;}
#copy a{color: #8C8C8C}


h2{font-size: 14px; font-family: Arial Narrow, sans-serif; color: #787878; margin-bottom: 10px}

.form_ob,.form_n_ob{font-size: 11px}
.form_ob2{font-size: 9px;  text-align: left}
.form{border: 1px solid #787878}