/* CSS Document */

/* ten dokument opisuje elementy specyficzne dla strony glownej */



/* ---------------------------------------------------------------------------------------------------------- */
/* warstwy z wlasciwa trescia */

#left-column {
  float:left;
  width:204px;
}
#center-column {
  float:left;
  width:334px;
}
#right-column {
  float:left;
  width:230px;
  position:relative;
  top:39px;
}

/* ---------------------------------------------------------------------------------------------------------- */

#left-column h1.pomarancza { /*kolor pomaranczowy */
	font-size:1em;
	color:#eb880e;
	width:200px;
	padding-bottom:2px;
	margin-top:20px;
}
#left-column h1 { /*kolor granatowy */
	font-size:1em;
	color:#3c488e;
	width:120px;
border-bottom:dashed 1px #b4b7c8;
	padding-bottom:2px;
	margin-top:20px;
}

#center-column h1 { /*kolor granatowy */
	font-size:1em;
	color:#3c488e;
	width:320px;
	padding-bottom:2px;
	margin-top:20px;
}

#center-column ul {
	list-style-type:none;
}
#center-column ul li {
	font-size:0.72em;
	color:#666;
	background:transparent url(../gfx/bullet_list.gif) top left no-repeat;
	margin:0 0 10px -38px;
	padding:0 0 0 14px;
	width:300px;
}

#center-column ul li a {
	color:#666;
	text-decoration:none;
}
#center-column ul li a:hover {
	color:#eb880e;
}

#right-column h1 {
	font-size:1em;
	font-weight:bold;
	color:#eb880e;
	width:220px;
	padding:2px;
	margin-top:21px;
}

/* lista drugiego stopnia */

#center-column ul ul {
	list-style-type:none;
}

#center-column ul ul li {
	font-size:1em;
	color:#666;
	background:transparent url(../gfx/bullet_list2.gif) top left no-repeat;
	margin:10px 0 0 -32px;
	padding:0 0 0 10px;
	width:290px;
}
