@import url("/info/ban.css");

/* reset */
body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, strong, em { font-size: 100%; font-weight: normal; font-style: normal; }
ol, ul { list-style: none; }
fieldset, img { border: 0; }

/* globalne */
body { width: 940px; background: #fff; color: #000; font: normal 12px/16px Arial,sans-serif; }

#page { width: 640px; margin: 16px auto; padding: 10px; }
#page .head { overflow: hidden; zoom: 1; padding-bottom: 12px; }
#page .head a { float: right; width: 240px; text-align: right; }
#page .head h1 { float: left; font-weight: bold; font-size: 18px; line-height: 24px; width: 380px; }
#page .info { color: #666; margin-bottom: 16px; }
#page .info img { vertical-align: middle; margin-right: 6px; }
#page .lead { font-weight: bold; margin-bottom: 1em; }
#page .noPrint { margin-bottom: 12px; }
#article { margin-bottom: 12px; }
#footer { border: solid #ccc; border-width: 1px 0; margin-top: 16px; padding: 4px 0; text-align: center; margin-bottom: 12px; }
@media print { .noPrint { display: none; }}

