/**
 *
 * @copyright 2010 iWorks Marcin Pietrzak
 * @link http://iworks.pl/
 * @author Marcin Pietrzak <marcin@iworks.pl>
 *
 * $Id: base.css 8844 2010-03-26 00:59:27Z illi $
 * $HeadURL: http://svn.iworks.pl/svn/clients/illi/iworks/zlecenia.przez.net/studio72.net/0047578-pokrojenie-strony/html/usr/styles/base.css $
 *
 * based on: eric mayer Reset Reloaded
 *
 * http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 *
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}

strong{
	font-weight: bold;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

.alr{text-align:right}
.alc{text-align:center}
.all{text-align:left}

@media screen
{
    hr{display:none}
    pre{font-family:monospace}

    /* clearfix */
    .clearfix:after{content: ".";display:block;height:0;clear:both;visibility:hidden}
    /* Hides from IE-mac \*/
    * html .clearfix {height: 1%;}
    /* End hide from IE-mac */

    .nocss{display:none}

    /* webox */
    #weboxError{width:400px;margin:20px auto;border:1px solid #79d;background-color:#f5f0e0;text-align:left;font-family:sans-serif}
    #weboxError p.errorTitle{background-color:#79d;color:#fff;font-size:1.4em;font-weight:bold;padding:10px;margin:0}
    #weboxError dl,#weboxError p{margin:10px}

}

@media print{
    body{font-family:serif;font-size:12pt}
    .mark{background-color:transparent}
    h1,h2,h3,h4,h5,h6{font-weight:bold;margin-bottom:1em}
    h1{font-size:1.6em}
    h2{font-size:1.5em}
    h3{font-size:1.4em}
    h4{font-size:1.3em}
    h5{font-size:1.2em}
    h6{font-size:1.1em}
    div,p,ul,ol{margin-bottom:1em}
    li{list-style-type:auto}
}

div.txt_txt ul{
	list-style-type: disc;
	list-style-image: url('../image/page/haczyk.gif');
	list-style-position: inside;
}