/* wlasciwosci globalne --------------------------------------------------- */
body { background: url(../images/bg.png) 0 0 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 {
	font-size: 1.3em; font-weight: bold; 
}
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: #9dbe2c;
	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; } 

.blue-bold { color: #0A4387; font-weight: bold; }

.red { color: #ff0000 !important; }

.multi-column{width:100%;
			float: left;}

.multi-column ul li { list-style: none;
						display: inline;
						float: left;
						margin: 5px;
						width: 200px;
						height: 100px; }
