/* ------------------------------------------------------------------- */
/* PODSTAWOWE */
* { padding: 0; margin: 0; }
a {
 text-decoration: underline;
 font-weight: bold;
 color: #00129A;
}
a:hover {
 text-decoration: none;
 color: #00129A;
}
ul {
 list-style-type: none;
 margin: 8px 5px 20px 15px;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: #000000;
 margin-top: 10px;
 margin-bottom: 10px;
}
.clear { clear: both; background: none; }

.galeria_naglowek {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* ------------------------------------------------------------------- */
/* STRUKTURA */
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#content {
 margin-bottom: 0px;
 overflow: auto;
 width: 100%;
 background-image: url(img/content.png);
}
#text ul {
	list-style-type: disc;
	padding-left: 15px;
}
#top {
 width: 902px;
 padding: 10px;
 height: 170px;
 margin: 0px 0px 0px 0px;
 background-image: url(img/top3.png); 
}
#logo {
 position: relative;
 top: 15px;
 left: 15px;
 font-size: 50px;
 font-weight: bold;
}
#info {
	position: relative;
	top: 6px;
	left: 21px;
	width: 380px;
	font-size: 12px;
}
#menu { 
 display: inline;
 margin: 10px 0px 10px 20px;
 padding: 0px;
 width: 195px;
 float: left;
 font-size: 14px;
}
#text { 
 float: right;
 margin: 10px;
 padding: 0px;
 width: 683px;
 display: inline;
 position: relative;
 text-align: justify;
}
#footer { 
 width: 922px;
 height: 50px;
 color: grey;
 clear: both;
 font-size: 11px;
 background-image: url(img/footer.png);
 background-position: bottom; 
 text-align: center;
}
/* ------------------------------------------------------------------- */
/* POZOSTAŁE */
#naglowek {
	font-weight: bold;
}
