body {
	background: #E5E1DE url(graf/background.gif) repeat-y 50% 0;
	margin: 0px;
	padding: 0px;
}
.hide {
	display: none;
}
#banner {
position: absolute; top: 32px; margin-left: 10px; padding: 0;
border: 1px solid #666;
}
blockquote {
	font-style: italic;
}
#szczescie {
	display: block;
	margin: 10px auto;
	border: 2px solid #eee;
}
.red {color: red; font-weight: bolder;}
caption {
	font-weight: bolder;
	color: #cc6600;
}
body, td, h1, h2, h3, p {
	text-align: left;
	font-family: "verdana ce", verdana, helvetica, sans-serif;
}
#stopka {
	padding: 10px;
	font-size: 11px;
	color: #aaa;
	background: white;
	text-align: left;
}
.floater {
	border: 1px solid #666;
}
.rfloater {
	border: 1px solid #aaa;
	float: right;
}

dt {
	color: #000066;
	border-bottom: 1px solid #f60;
}


dd {
	margin: 10px 25px;
}
h1, h2, h3 {
	margin-left: -10px;
	border-bottom: 1px solid #efefef;
	clear: both;
	color: #C03600;
}
h1 {
	font-size: 1.3em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
}
#content {
		background: #fff;
}
#tresc {
	font-size: small;
	padding: 15px 30px;
	line-height: 1.5;
	color: #290000;
}

li {
	text-align: left;
}

/* ------------ menu ------------- */
#nav {

	list-style: none;
	margin: 10px 0px;
	padding: 0px;
	font-size: 11px;
}
#nav li a {
	display: block;
	margin: 3px;
	padding: 0px 5px;
	text-decoration: none;
	text-align: left;
	border: 1px solid #ddd;
	color: #003366;
	text-transform: uppercase;
	line-height: 18px;
	background: url(graf/tlo-przyciski.gif) repeat-x 0 50%;
}
#nav li a:hover {
	background: #FBE7B7;
	color: #633;	
}
#nav li a.selected {
	background: #fff url(graf/tlo-przyciski-up.gif) repeat-x 0 50%;
}

#nav2 {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left: 2px;
	font-size: 10px;
}
#nav2 li a {
	display: block;
	padding: 0px;
	padding-right: 6px;
	text-decoration: none;
	text-align: right;
	background: #fff;
	color: #AC6D31;
	text-transform: uppercase;
	line-height: 15px;
}
#nav2 li a:hover {
	background: #FBE7B7;
	color: #633;
}

#nav2 li a.selected {
	color: #AC6D31;
}

/*--------------- lewy panel --------------*/
#lpanel {
	padding-top: 15px;
	font-size: small;
}


#lpanel address {
	font-style: normal;
	padding: 5px;
	margin: 4px;
	color: #887274;
	border-left: 1px solid #aaa;
	font-size: 12px;
}
#stopka-linki {
	background: url(graf/tlo-stopka.gif) no-repeat 100% 10px;
	font-size: 12px;
	text-align: center;
	padding: 20px;
}

#stopka-linki a {
	color: #930;
	margin: 0px 3px;
}

#stopka-linki a:visited {
	color: #710;
}

#stopka-linki a:hover {
	color: #666;
	text-decoration: none;
}

#stopka-linki a.selected {
	color: #999;
	text-decoration: none;
}

div.podlink {
margin: 5px;
padding: 5px;
line-height: 1.5em;
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
margin-bottom: 15px;
}

div.podlink a {
	font-weight: bolder;
	color: #930;
}