#body {
	background-color: #171717;
	margin-bottom: 10px;
	padding: 10px;
}

#naglowek {
	background-image: url(pict/tlo.gif);
}

#menu {
	background-color: #171717;
	margin-bottom: 2%;
}

#galeria {
	background-color: #77726e;
	margin-bottom: 2%;
	left: -10%;
	right: -10%;
	text-align: center;
}

#tekst {
	background-color: #77726e;
	margin-bottom: 2%;
	left: -10%;
	right: -10%;
}

p.my {
	text-align: justify;
}
	

#news, #news1, #news2, #news3, #news4, #news5, #news6, #news7 {
	background-color: #77726e;
	margin-bottom: 2%;
	left: -10%;
	right: -10%;
}

#stopka {
	font-size: 14px;
	background-color: #77726e;
	text-align: center;
}

img.grafika {
	border-width: 20px;
}

img.floatleft {
	float: left;
}

img.floatright {
	float: right;
	border-width: 20px;
}

ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul {
	float: left;
	background-color: #fff;
	padding: 1px 0 1px 1px;
	border: 1px solid #000;
}

ul li {
	float: left;
}

ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	font-weight: bold;
	background: #000 url("menu/menu_tlo1.gif") repeat-x center;
	color: #fff;
	padding: 10px 14px;
	border-right: 1px solid #fff;
	border-right: 1px solid #fff;
}

ul a:hover {
	background-color: #800;
	background-image: url("menu/menu_tlo2.gif");
}