
body{
	margin: 0;
	padding: 0;
	background-color: #F2F0DB;
	background-image: url('images/tlo.png');
	background-repeat: repeat-x;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 9pt;
	border-top: 4px solid #B00000;
	text-align: center;
}
h1,h2,h3, p,ul,ol{
	margin: 0;
	padding: 0;
}

h1{
	font-family: Arial, helvetica, sans-serif;
	font-size: 20pt;
	color: #E40040;
}
h2{
	font-family: Arial, helvetica, sans-serif;
	font-size: 16pt;
	color: #202020;
	font-weight: normal;
}
h3{
	font-family: Arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #E40040;
}

p{
	margin: 15px 0px;
}


img{
	 padding: 3px 0;	
}

a{
	text-decoration: none;
}

a:hover{
	color: ;
	font-weight: bold;

}

ul{
	margin: 15px 0px;
	line-height: 20px;
	margin-left: 20px;
}

ul li{
	background-image: url('images/punkt_lista.png'); 
	background-repeat: no-repeat;
	background-position: 0 10px ;
	padding-left: 25px;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 2px;
	color: #55433D;
}

.poprzeczka{
	clear: both;
}

/* styl strony*/

#strona{
	width: 765px;
	margin: 40px auto; 
}

/* style nagłówka*/
#tytul{
	float: left;
	width: 300px;
	text-align: left;
	margin-left: 20px;
}

#adres{
	float: right;
	width: 300px;
	text-align: left;
	color: #524F2D; 
	margin-right: 20px;
	margin-bottom: 40px;
}

/* style okienka z menu*/
#menu_gora{
	height: 11px;
	font-size: 1px;
	background-image: url('images/menu_gora.png');
	background-repeat: no-repeat;
	background-color: #E0DCB8;
 }

#menu_dol{
	height: 10px;
	font-size: 1px;
	background-color: #E0DCB8;
	background-image: url('images/menu_dol.png');
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#menu_srodek{
	background-color: #E0DCB8;
}

		.ilustracja{
			margin-right: 10px;
			float: right;
		}
			
#menu{
	width: 185px;
	margin-left: 20px;
	padding-top: 35px;
}


/* style odnosników w menu*/
		a.menu{
			color: #94002D;
			display: block;
			padding-top: 6px;
			padding-bottom: 5px;
			padding-left: 20px;
			padding-right: 5px;
			text-align: left;
			border-bottom: 1px solid #F2F0DB;
			background-image: url('images/punkt_menu.png');
			background-repeat: no-repeat;
			background-position: 5px center ;
			
		}
		a.menu:hover{
			font-weight: bold;
			background-image: url('images/punkt_menu_hover.png');
			background-color: #DECCAE; 
		}

/* styl części z treścią */
#tresc{
	text-align: justify;
	padding: 20px 5px;
	font-size: 8pt;
	color: #A62F00;
	line-height: 18px;
}


/* style strony głównej*/
#kolumna_lewa{
	float: left;
	width: 400px;
}

#kolumna_prawa{
	float: right;
	width: 300px;

}

/* style stopki*/
.linia{
	border-bottom: 1px solid #E0DCB8;
	margin-top: 30px;
	margin-bottom: 10px;
}

#stopka_copyright{
	float: left;
	width: 300px;
	color: #55433D;
}

#stopka_iluste{
	float: right;
	width: 150px;
	background-image: url('images/iluste_pl.png');
	background-repeat: no-repeat;
	font-size: 7pt;
	padding-top: 1px;
	padding-left: 28px;
}
a.iluste{
	color: #55433D;
	font-weight: normal;
}

a:hover.iluste{
	color: red;
	font-weight: normal;
}