* {
margin: 0;
padding: 0;
}

body {
background: #e1dfd7 url(images/tlo1.png) repeat-x;
font-family: Verdana, Tahoma, Arial; /*ustawić inne czcionki*/
font-size: 12px;
color: #111; /*co to jest*/
}


h1 {       			/*tytuły w środku - aktualności itp.*/
color: #4e411a;
font-size: 150%;
margin-bottom: 5px;
font-weight: bold;
text-align: left;
}

h2 {					/*tytuły w środku*/
color: #4e411a;
font-size: 130%;
margin-bottom: 5px;
font-weight: bold;
text-align: left;
}

h3 {					/*tytuły w środku*/
color: #4e411a;
font-size: 150%;
margin-bottom: 5px;
font-weight: bold;
text-align: center;
}

h4 {
color: #4e411a;
font-size: 130%;
margin-bottom: 5px;
font-weight: bold;
text-align: center;
}


p, ul, ol {
	margin-bottom: 10px;
	line-height: 1.7em; /*odstępy między wierszami*/
}

ul, ol {
	margin-left: 3em;
}


a:link {
	color: #a48b41;
	text-decoration: none;
}

a:active {
	color: #4e4014;
	text-decoration: none;
}

a:visited {
	color: #4e4014;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #4e4014;
}

img {
	border: 1px solid #111111;
}

img.left {
	float: left;
	margin: 2px 10px 10px 1px;
}




/* Górna część strony */

#header {
	width: 1000px;
	height: 170px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	width: 220px;
	height: 202px;
	margin: 0;
	padding: 60px 2 0 0; /*tekst w środku*/
	background: url(images/lewagora.png) no-repeat;
	text-align: center;
	font-size: 36px;
}

#header h2 {
	float: right;
	width: 780px;
	height: 86px;
	margin: 0;
	background: url(images/prawagora1.png) no-repeat;
	padding: 84px 0 0 0;
	text-align: right;
}

#header a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

/* środek */

#strona {
	width: 1000px;
	margin: 0 auto;
	margin-top: 36px;
	padding: 5px 5px 5px 5px; /*środek od góry w dół idzie*/
	background: #111 url(images/srodektlo.png);
}

#prawa { /*po prawej stronie informacje, lewa listowana duża*/
display: inline;
color: #333;
margin: 0px;
padding: 10px;
padding-right: 40px;
width: 180px;
float: right;
border-left: 1px solid #918755;
text-align: justify;
}


#banner_P { /*banner po prawej stronie*/
display: inline;
float: right;
color: #333;
margin: 10px;
padding-right: 48px;
width: 150px;
}

#tresc { /*tresc po lewej bez bannera*/
 float: left;
 color: #333;
 margin: 5px;
 padding: 0px;
 padding-left: 30px;
 width: 740px;
 display: inline;
 position: relative;
 text-align: justify;
}


#tresc_cala_wysrodkowana {
 float: left;
 color: #333;
 margin: 0px;
 padding: 5px;
 padding-left: 25px;
 width: 745px;
 display: inline;
 position: relative;
 text-align: center;
 font-size: 14px;
}

#tresc_cala {
 float: left;
 color: #333;
 margin: 0px;
 padding: 5px;
 width: 95%;
 display: inline;
 position: relative;
 text-align: justify;
}
.post {
	margin-bottom: 0px;
	padding: 0px 20px;
}



/* Stopka */

#stopka {
float: center;
margin: 0 auto;
	clear: both;
	width: 980px;
	height: 20px;
	padding: 1px 5px;
	background: #EDEBD5 url(images/stopka.png) repeat-x;
}

#stopka p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#stopka a {
	color: #666666;
}