body	{
	margin: 10px 10px 10px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}

/* NAGLOWEK STRONY */
.Tytul {
	float: left;
	width: 98%;
	background:#FFFFFF;
	}
	
.Tytul_nazwa_strony {
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin-left: 300px;
	position:absolute;
	top:70px;
	left:-9px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 432px;
	}
	
.Tytul_logo_miasta {
	background-image:url(gfx/logo_kozieglowy.gif);
	height:92px;
	width:134px;
	position:absolute;
	left: 807px;
	top: 19px;
	}	
.Tytul_linia {
	background-image:url(gfx/linia.gif);
	width:100%;
	font-size:9px
	}
	
/*--- MENU LEWE ---*/
.Menu_box	{
	float:left;
	width:180px;
	padding-top:12px;
	border-right-width:1px;
	border-left-width:0px;
	border-top-width:0px;
	border-bottom-width:0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	}
	
.Menu_przycisk {
	font-weight:bold;
	color:#000000;
	background-image:url(gfx/menu_back_over.gif);
	background-repeat:no-repeat;
	width:100%;
	height:18px;
	padding-left:4px;
	padding-top: 5px;
	display:block;
	}
	
a.Menu_przycisk {
	text-decoration:none;
	font-weight:normal;
	background-image:url(gfx/menu_back.gif);
	width:100%;
	padding-left:8px;
	}
	
a.Menu_przycisk:hover	{
	background-image:url(gfx/menu_back_over.gif);
	background-repeat:no-repeat;
	}
	
/*--- STOPKA ---*/
.stopka	{
	float:left;
	background-color:#EEEEEE;
	width:100%;
	height:20px;
	text-align:center;
	padding-top:5px;
	}
	
.stopka_text {
	font-size:9px;
	color:#666666;
	}

a.stopka_link, a.stopka_link:hover, a.stopka_link:visited {
	text-decoration: none;
	color:#999999;
	}
	

/*--- TRESC GLOWNA ---*/
.Main_box	{
	
	float:left;
	width:73%;
	margin: 20px 20px 10px 20px;
	}
	
.Main_tytul	{
	font-weight:bold;
	color: #444444;
	font-size:10px;
	}
	
.Main_text	{
	padding-left: 20px;
	}
	
.naglowek_I	{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	}
	
.naglowek_II {
	font-size:10px;
	font-weight:bold;
	}
	

