/* --- (c) 2007 NEVER FALL INTO $ILENCE, http://nfis.aplus.pl --- */



/* ------------- ZEROWANIE USTAWIEN ------------- */

* {
	padding: 0;
	margin: 0;
}
img, fieldset {
	border: none;
}
a {
	text-decoration: none;
}
acronym, abbr {
	border-bottom: none;
}
li {
	list-style: none;
}

/* ------------- END: ZEROWANIE USTAWIEN ------------- */



/* ------------- PODSTAWY ------------- */

body {
	background: #fff;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
}

acronym, abbr {
	cursor: help;
	border-bottom: 1px dotted;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #000;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	color: #09c;
	letter-spacing: -0.05em;
	margin-bottom: 0.33em;
	margin-top: 30px;
}
	.pierwszy {
		margin-top: 0;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	margin: 0;
	color: #333;
	text-align: left;
}

ul, ol {
	font-size: 0.75em;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #c00;
	font-weight: normal;
}
	a:link, a:visited {
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}

.center {
	text-align: center;
}
.pochylone {
	font-style: italic;
}

/* ------------- END: PODSTAWY ------------- */



/* ------------- UKLAD ------------- */
#kontener_g {
	width: 100%;
	border-bottom: 1px solid #99a8b1;
	margin-bottom: 40px;
	background: #eaf5f8 url(../grafika/naglowek_tlo.gif) repeat-x bottom;
}

#kontener {
	margin: 0 auto;
	width: 760px;
}
	#srodek {
		float: right;
		width: 560px;
		margin-bottom: 30px;
	}
	#lewa {
		float: left;
		width: 170px;
		margin-bottom: 30px;
	}

#stopka {
	clear: both;
	width: 760px;
}

/* ------------- END: UKLAD ------------- */



/* ------------- NAGLOWEK ------------- */

#naglowek {
	position: relative;
	height: 96px;
	width: 760px;
	margin: 0 auto;
}
#naglowek h1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 117px;
	height: 121px;
	background: transparent url(../grafika/logo.png) no-repeat 0 0;
	text-indent: -2000px;
	behavior: url(./style/iepngfix.htc);
}
#menu {
	position: absolute;
	bottom: 0;
	left: 117px;
	font-size: 1em;
	float: left;
}
	#menu li {
		float: left;
	}
	#menu li a {
		font-weight: bold;
		display: block;
		letter-spacing: -0.05em;
		padding: 0.5em 1em;
		background: url(../grafika/linia_pion.gif) repeat-y right 50%;
	}
		#menu li a:link, #menu li a:visited {
			color: #99a8b1;
		}
		#menu li a:hover {
			color: #09c;
			text-decoration: none;
		}
#jezyk {
	position: absolute;
	top: 0;
	right: 0;
	float: left;
}
	#jezyk li {
		padding: 10px 5px;
		float: left;		
	}
	#jezyk img {
		width: 22px;
		height: 12px;
		border: 1px solid #99a8b1;
	}

/* ------------- END: NAGLOWEK ------------- */



/* ------------- O PROJEKCIE ------------- */

#projekt li {
	background: url(../grafika/linia_poz.gif) repeat-x left bottom;
	padding: 5px;
}
	#projekt .pierwszy {
		padding-top: 0;
	}
#projekt a {
	text-decoration: none;
	display: block;
}
#projekt a:visited {
	color: #900;
}
#projekt a:hover {
	color: #000;
}

/* ------------- END: O PROJEKCIE ------------- */



/* ------------- SRODEK ------------- */

#srodek a {
	border-bottom: 1px solid #fcc;
}
#srodek a:visited {
	color: #900;
}
#srodek a:hover {
	border-bottom-color: #c00;
	text-decoration: none;
}
#srodek p {
	margin-bottom: 1em;
	color: #333;
}
#srodek h3 {
	font-size: 0.75em;
	font-weight: bold;
	color: #09c;
	padding: 0.33em 1em;
}
#srodek ul, #srodek ol {
	margin: 1em;
	line-height: 1.5em;
}
	#srodek ul li {
		list-style-type: none; 
/*		list-style-type: circle; 
		list-style-position: outside; */
		margin-left: 1.5em;
	}
	#srodek ol li {
		list-style-type: decimal;
		list-style-position: outside;
		margin-left: 1.5em;
	}
#srodek strong {
	font-weight: bold;
}
#srodek acronym, #srodek abbr {
	color: #666;
}
#srodek cite {
	color: #666;
	border-bottom: 1px dashed #ccc;
}

/* ------------- END: SRODEK ------------- */



/* ------------- STATYSTYKI ------------- */

#statystyki {
	padding-bottom: 0.5em;
}

/* ------------- END: STATYSTYKI ------------- */



/* ------------- STOPKA ------------- */

#stopka {
	text-align: center;
	font-size: 0.69em;
	color: #999;
}
#stopka a {
	text-decoration: none;
	color: #999;
}

/* ------------- END: STOPKA ------------- */

