/* wlasciwosci globalne --------------------------------------------------- */
body {
	background: #ffffff url(images/bg.png) repeat-x;
	margin: 0; padding: 0;
	color: #3A382D;
	font: normal 70% Tahoma, Verdana, Helvetica, sans-serif; 
	}

html * { 
	margin: 0; padding: 0; 
	}

.clearer { 
	clear: both !important; 
	}

/* wylaczenie borderow dla ostatnich elementow */
.last {
	border: 0 !important;
	}

/* podstawowe style zawartosci -------------------------------------------- */
p { 
	line-height: 1.5em;
	margin-bottom: 0.5em;
}

h1 { 
	
}
h2 { 
	font-size: 1.3em; font-weight: bold; 
}
h3 { 
	font-size: 1em; font-weight: bold; 
}
h4 { 
		
}
h5 {
	font-size: 1em;
}

/* listy */
ul { 
	font-size: 1em; line-height: 1.4em;
	list-style-type: square; list-style-position: outside; 
	margin: 0 0 0 1.5em;
}


caption { 
	display: none; 
}

/* linki */
a:link, 
a:visited {
	color: #1e4677;
	text-decoration: none;
}

a:active, 
a:focus {
	text-decoration: underline;
}

a:link:hover, 
a:visited:hover {
	text-decoration: underline;
}

a img { 
	border: 0; 
}

.right { float: right; }
.left { float: left; } 
