BODY
{
  background-image: url(gfx/tlo.jpg);
  background-color: #e2e5eb;
  margin-top: 100px;
  margin-bottom: 50px;
  font-family: Arial;
  font-size: 10pt;
  color: black;
  text-decoration: none;
  line-height: 6mm;
}

A:link
{
  font-family: Arial;
  font-size: 10pt;
  color: orange;
  text-decoration: none;
}

A:visited
{
  font-family: Arial;
  font-size: 10pt;
  color: orange;
  text-decoration: none;
}

A:hover
{
  font-family: Arial;
  font-size: 10pt;
  color: red;
  text-decoration: none;
}

#content {
	background-image: url(gfx/content.png);
	min-width:874px;
	width: 874px;
	min-height: 353px;
	height: 353px;
}

#tresc {
	width: 520px;
	float: left;
	overflow: hidden;
	margin: 6px 0px 0px 0px;
}

#galeria {
	background-image: url(gfx/mapa.jpg);
	width: 350px;
	height: 348px;
	min-height: 348px;
	float: left;
	overflow: hidden;
	margin: 5px 0px 0px 0px;
}

#naglowek {
	background-image: url(gfx/naglowek-g.jpg);
	background-repeat: repeat-x;
	width: 500px;
	height: 30px;
	float: left;
	overflow: hidden;
	margin: 0px 6px 0px 14px;
	padding-top: 5px;
	text-indent: 40px;
	text-align: left;
}
#tekst {
	width: 480px;
	height: 280px;
	min-height: 280px;
	float: left;
	overflow: hidden;
	margin: 0px 12px 0px 28px;
	text-align: left;
}
#stopka {
	font-family: Arial;
	font-size: 8pt;
	color: grey;
}
#menu {
	min-width: 874px;
	width: 874px;
}


