@CHARSET "UTF-8";
/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */
#srodek_mid { background: transparent url(../images/grid.gif) repeat 0px 0px; }
#srodek_mid { background: transparent url() repeat 0px 0px; }
#srodek_mid,
#tinymce { font-size:13px; line-height: 1.5em;
/*font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;*/
/*"trebuchet MS"*/
}

/* Headings
-------------------------------------------------------------- */

#srodek_mid h1, #srodek_mid h2, #srodek_mid h3, #srodek_mid h4, 
#srodek_mid h5, #srodek_mid h6, #tinymce h1, #tinymce h2, 
#tinymce h3, #tinymce h4, #tinymce h5, #tinymce h6 
				{ font-weight: normal; color: #111;  zoom:normal; }

/*#srodek_mid h1, #tinymce h1 	
				{ font-size: 2.25em; line-height:0.67; margin: 0.67em 0; } */
#srodek_mid h1, #tinymce h1 
				{ font-size: 2em; line-height:0.75; margin: 0.75em 0; }
#srodek_mid h2, #tinymce h2 
				{ font-size: 1.5em; line-height: 1; margin: 1em 0; }
#srodek_mid h3, #tinymce h3 
				{ font-size: 1.2em; line-height: 1.25; margin: 1.25em 0; }
#srodek_mid h4, #tinymce h4 
				{ font-size: 1em; font-weight: bold; line-height:1.5; margin: 1.5em 0; }
#srodek_mid h5, #tinymce h5 
				{ font-size: 1em; font-weight: bold; line-height:1.5; margin: 1.5em 0; }
#srodek_mid h6, #tinymce h6 
				{ font-size: 1em; font-weight: bold; line-height:1.5; margin: 1.5em 0; }

#srodek_mid h1 img, #srodek_mid h2 img, #srodek_mid h3 img, 
#srodek_mid h4 img, #srodek_mid h5 img, #srodek_mid h6 img,
#tinymce h1 img, #tinymce h2 img, #tinymce h3 img, 
#tinymce h4 img, #tinymce h5 img, #tinymce h6 img {
  margin: 0;
}

/* Text elements
-------------------------------------------------------------- */

#srodek_mid p           { margin: 1.5em 0; }
#srodek_mid p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
#srodek_mid p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

#srodek_mid a:focus, 
#srodek_mid a:hover     { color: #857D47; }

#srodek_mid a, .mceContentBody a { color: #5F5935; text-decoration: underline; }

#srodek_mid blockquote  { margin: 1.5em; color: #666; font-style: italic; }
#srodek_mid strong,
#srodek_mid b 			{ font-weight: bold; }
#srodek_mid em, 
#srodek_mid dfn,
#srodek_mid i 			{ font-style: italic; }
#srodek_mid dfn         { font-weight: bold; }
#srodek_mid sup, 
#srodek_mid sub 		{ line-height: 0; }

#srodek_mid abbr, 
#srodek_mid acronym     { border-bottom: 1px dotted #666; }
#srodek_mid address     { margin: 0 0 1.5em; font-style: italic; }
#srodek_mid del         { color:#666; }

#srodek_mid pre 		{ margin: 1.5em 0; white-space: pre; }
#srodek_mid pre,
#srodek_mid code,
#srodek_mid tt 			{ font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

/* Lists
-------------------------------------------------------------- */

#srodek_mid li ul, 
#srodek_mid li ol       { margin:0 1.5em 0 0; }
#srodek_mid ul, 
#srodek_mid ol      	{ margin: 0 0 1.5em 0; }

#srodek_mid ul          { list-style-type: disc; }
#srodek_mid ol          { list-style-type: decimal; }

#srodek_mid ul li, 
#srodek_mid ol li 		{ margin:0 0 0 32px; zoom:normal; }

#srodek_mid dl          { margin: 0 0 1.5em 0; }
#srodek_mid dl dt       { font-weight: bold; }
#srodek_mid dd          { margin-left: 1.5em;}

#srodek_mid .wypunktowanie, .mceContentBody .wypunktowanie {
	/*background-color:#7b9675;*/
	background-color:#AAA061;
	color:#e4e7e1;
	font-size:2em;
	float:left;
	display:block;
	padding:5px;
	margin:0 5px 5px 0;
	line-height: 1.25;
}

.mceContentBody {
	padding: 20px 23px 140px; 
	width: 490px; 
	line-height: 1.5; 
	font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif; 
	font-size: 13px; 
	background-color: #F5F4E0;
}

