body {
	background-color: #cccccc; /*Tutaj mozesz edytowac kolory, w tym miejscu masz kolor tla*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /*rodzina czcionek - zasadniczo nie używa sie dziwnych czcionek, nawet ulubionych, bo nie kazdy ma takie na swoim komputerze*/
	font-size: 12px; /*rozmiar czcionki*/
	color: #cccccc}

a {
	color: #666666; /*kolor odnosnikow*/
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

a:hover {
	color: #cccccc; /*kolorek daty*/
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}

table.glowna {
	width: 880px;
	height: 100%;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}

td.logo {
	width: 280px;
	height: 75px;
	background-repeat: no-repeat;
	background-image: url(grafika_strony/logo.jpg); /*obrazek logo*/
	background-position: top center;
	margin-left: 30px;
	
}

td.tytul {
	width: 530px;
	height: 75px;
	font-weight: bold;
	font-size: 35px;
	color:#333333
	
}

td.pasek {
	height: 30px;
}

td.menu {
	width: 1880px;

	height: 35px;
	text-align:center;
	background-image: url(grafika_strony/logo_male.jpg);
	color: #666666;
}
td.menu1{
	width: 880px;
	height: 20px;
	color: #f5f5dc;
	background-color: cccccc;
	}
	
td.zawartosc {

	background-color: #666666; /*kolorek tla glownej komorki - z zawartoscia*/
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;

}


}
td.stopka {
	width: 100%;
	height: 20px;
	padding-left: 5px;
	background-image: url(grafika_strony/logo_male.jpg);
}

img {

	margin: 40px;

}

table.aktualnosci {
	width: 100%;
}

td.aktualnosci_data {
	width: 120px;
	text-align: left;
	vertical-align: top;
	color: #cc9966;
	font-weight: bold;
}

td.nazwiska{
width: 500px;
text-align: left;}
td.aktualnosci_zawartosc {
	text-align: justify;
	vertical-align: top;
}

a.copy {
	color: #cccccc; /*kolor odnosnikow*/
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

a.copy:hover {
	color: #f5f5dc; /*kolorek daty*/
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
}

a.copy1{
color: #cc9966; /*kolor odnosnikow*/
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}
a.copy2{
color: #F5F5DC; /*kolor odnosnikow*/
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}