/* author mkapinos@istrefa.com */

/* TYPOGRAPHY */
body {
	text-align: left;
	font-family: "trebuchet ms", trebuchet, tahoma,  Arial, Verdana, Geneva,  Helvetica, sans-serif;
	font-size: 11px;
	color: #575757;
}
div {
	font-size: 11px;
}
img {
	border: 0;
}

/* LINKS */
	a {outline: none;}

	a,
	a:link,
	a:active {
		color: #575757;
        text-decoration: none;

	}
	a:visited {

	}
	a:hover {

	}
    
    #cbody a {
        color: #97b308;
    }
    #cbody a:hover {
        text-decoration: underline;
    }
    div.more {
        text-align: right;
    }
    a.more {
        padding-right: 10px;
    	background-image: url(i/more.gif);
        background-repeat: no-repeat;
        background-position: right 4px;
        text-decoration: none;
        color: #97b308;
    }
    

/* END LINKS */

/* HEADINGS */
	h1 {
		font-size: 18px;
		margin: 0 0 8px 0;
		padding: 0;
        color: #000000;

	}
    h1.i i {
        display: none;
    }
    
    
    /*naglowki wszytskich podstron*/
	h2 {
		font-size: 16px;
		margin: 0;
		padding: 0;
        color: #ffffff;
        font-weight:normal;
        margin-bottom: 8px;        
        padding-left: 17px;
        
		background-image: url(i/punkt.gif);
	    background-repeat: no-repeat;
	    background-position: left;        
        
	}
    
	h3 {
		font-size: 14px;
		margin: 0 0 8px 0;
		padding: 0;
        color: #ffffff;
	}
	h4 {
		font-size: 14px;
		margin: 0 0 8px 0;
		padding: 0;
        color: #ffffff;
	}
/* END HEADINGS */

/* TEXT */
	p {
		margin: 0 0 0 0;
		padding: 0;
	}
	blockquote {
		margin:8px;
	}
	pre {
		font-family: monospace;
		font-size: 1.0em;
	}
	strong, b {
		font-weight: bold;
        
	}
	em, i {
		font-style:italic;
	}
    code {
        font-family: "Courier New", Courier, monospace;
        font-size: 1em;
        white-space: pre;
    }
    
    hr {
        margin: 10px 0 10px 0;
        padding:0;
        border: 0;
        background-image: url(i/dots.gif);
        clear:both;height:1px;font-size:1px;line-height:1px;
    }
/* END TEXT */

/* LISTS */
	ul {
		/*margin: 0;
		padding: 0;
		list-style-type: none;*/
	}
	li {
		/*margin: 0;
		padding: 0 0 5px 10px;*/
		/*background-image: url(i/dd.gif);
		background-repeat: no-repeat;
		background-position: 1px 5px;*/
	}

/* END LISTS */


/* TABLE */
	table {
		margin: 0;
        padding: 0;
	}
	table caption {
		font-weight: bold;
	}
	th {
		font-weight: bold;
		text-align: left;
		font-size: 11px;
	}
	td {
		font-size: 11px;
	}




/* END TABLE */
/* END TYPOGRAPHY */
