/* =reset
-------------------------------------------------------------------------- */

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;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

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: "" "";
}
	
/* =containers
-------------------------------------------------------------------------- */

html, body  { height: 100% }

#parent 
	{
		
	display: block;
	position: absolute;
	
	min-height: 100%;
	width:833px;
	
	margin-left:100px;
	
	z-index: 0;
	
	background: url("../img/line.png");
 	background-repeat: repeat-y;	
	}

#zawartosc 
	{

	float: right;
		
	/* ---------------------------- */	
	/* target: IE5 */
	/* hack type: box model */
	width: 480px !important; 
	width /**/: 534px;
	/* end of IE5 box model hack */
	/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
	
	/*padding-right: 54px;
	padding-bottom: 50px;*/
	
	padding: 0 54px 50px 0;
	
	}

#footer 
	{
		
	display: block;
	position: absolute;
	
	z-index: 999;
	
	left: 0px;
	bottom: 0px;
	
	width: 100%;
	height: 45px;
	
	padding: 0px;
	margin: 0px;
	
	background: url("../img/namiar2.gif");
 	background-repeat: no-repeat;
 	background-position: 298px 100%;
 	
	}



#mainNav {	
	width: 197px;
	float: left;
	padding-left: 101px;
}

div#menu { height: 208px; }
div#branding	{ height: 232px; }	
div#flash-podstrona	{ height: 172px; }
div#zawartosc p	{ padding: 10px; text-align: justify }

/* =fonts
-------------------------------------------------------------------------- */
	
div#zawartosc 
	{ 
		font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;  color:#333;
		font-size: 75%;
	}
	
div#zawartosc h1,h2,h3
	{
		font-family:"Arial","sans-serif";
		font-size: 1.2em;
		font-weight:bold;
		color:#515151;
		
		padding-left: 20px;
		padding-top: 10px;
	}
	
div#zawartosc h1 
	{
		font-family:'Trebuchet MS',Verdana,Sans-Serif;
		font-size:1.7em;
		font-weight:normal;
		letter-spacing:-1px;
		color: #369;
	}			
	
div#zawartosc h2
	{
		color:#000;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size: 1em;
	}

	
div#zawartosc h3
	{
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:1em;
		font-weight:normal;
		letter-spacing:-1px;
		color: #369;
		padding-left: 30px;
		padding-top: 5px;
		display: block;
		text-decoration: underline;
	}		
	
	div#zawartosc h4 
		{	
		font-size: 1em;
		padding-left: 30px
		}		
	
	
a 
	{
		color: #0000ff;
		text-decoration: none;
	}

a.external
	{
		background:transparent url(../img/external.png) no-repeat scroll right center;
		padding-right:13px;
	}	
	

	div label	{	font-size: 1.2em;	}
	div#zawartosc ol li	{ font-size: 1em; }	
	div#zawartosc ol {	padding-top: 5px; }		
	
	div#zawartosc em 
	{
		background-color:#FFFFE6;
		border-bottom:2px solid #FFF371;
		font-style:italic;
		padding: 0 5px;
	}	

	div#zawartosc input	{ display: block }
	div#zawartosc ol {	padding-left: 60px; }					
				
		
	
		
	
	