html {
	height: 100%;
}

body  {
	background-color: #058ab3;
	background-image: url('../images/tlo.png');
	background-repeat: repeat-x;
	margin: 0 auto;
	padding: 0;
	color: #ffffff;
	height: 100%;
}

#header {
	width: 850px;
	height: 180px;
	margin: 0px auto 0 auto;
}

#menu {
	width: 850px;
	margin: 0px auto;
	padding: 20px 0px 30px 0px;
}

#menu table {
	width: 850px;
	margin: auto;
}

#menu table td {
	text-align: center;
	vertical-align: middle;
	height: 25px;
	background-color: #cb3e6d;
	background-image: url('../images/menda.png');
}

#menu table td.lewo {
	width: 10px;
	background-color: transparent;
	background-image: url('../images/menu_lewo.png');
}

#menu table td.prawo {
	width: 20px;
	background-color: transparent;
	background-image: url('../images/menu_prawo.png');
	background-repeat: no-repeat;
}

a { 	text-decoration: none; }

#menu a {
	font-family: Arial, sans-serif;
	line-height: 100%;
	font-size: 1.5em;
	letter-spacing: -1px;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left center;
}

#menu a#powitanie {
	background-image: url('../images/powitanie.png');
}

#menu a#starosta {
	background-image: url('../images/starosta.gif');
}

#menu a#prawo {
	background-image: url('../images/prawo.gif');
}

#menu a#geografia {
	background-image: url('../images/geografia.gif');
}

#menu a#historia {
	background-image: url('../images/historia.gif');
}

#menu a#symbole {
	background-image: url('../images/symbole.png');
}

#menu a#forum {
	background-image: url('../images/forum.png');
}

#menu a#kontakt {
	background-image: url('../images/kontakt.gif');
}

#menu a:hover {
	text-decoration: underline;
}

#content {
	width: 850px;
	margin: 0px auto;
}

#left {
	float: left;
	width: 550px;
}

#right {
	float: right;
	width: 270px;
}

#footer {
	background-image: url('../images/roses.png');
	background-repeat: no-repeat;
	background-position: top center;
	clear: both;
	padding: 25px 0px 20px 0px;
	text-align: center;
	width: 810px;
	margin: 0px auto;
	color: #02516b;
}

#footer p {
	background-image: url('../images/roses_flip.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 0px 0px 27px 0px;
}

#footer a {
	color: #02516b;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
}

/* TYPOGRAFIA */

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	line-height: 140%;
}

h1, h2, h3, h4 {
	font-family: Arial, sans-serif;
	line-height: 100%;
	margin-top: 0;
	margin-bottom: 0.35em;
}

h1 {
	font-size: 2.5em;
	letter-spacing: -2px;
}

h2 {
	font-size: 2em;
	letter-spacing: -1px;
}

h3 {
	font-size: 1.5em;
	letter-spacing: -1px;
}

h4 {
	font-size: 1em;
}

div.aktualnosc {
	background-image: url('../images/aktualnosc.png');
	background-repeat: no-repeat;
	padding: 20px;
}

p.flaga {
	background-image: url('../images/flaga.png');
	background-repeat: no-repeat;
	padding: 15px;
	margin-bottom: 0px;
}

p.flaga a img {
	border: 1px solid #02516b;
}

p.flaga a:hover img {
	border: 1px solid #f0dc1a;
}

div.aktualnosc h3 div.opis {
	float: right;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 0;
	color: #38b6ed;
	line-height: 100%;
	padding-top: 0.25em;
	text-align: right;
}

div.aktualnosc h1 div.opis {
	float: right;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 0;
	color: #38b6ed;
	line-height: 100%;
	padding-top: 1.05em;
	text-align: right;
}

div.aktualnosc h1 img, div.aktualnosc h3 img {
	padding-right: 6px;
}

p {
	margin-top: 0;
	margin-bottom: 1.05em;
}

a {
	color: #f0dc1a;
}

div.zdjecie_splash {
	width: 550px;
	height: 127px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-position: center;
}

div.zdjecie_splash img {
	width: 550px;
	height: 127px;
	border: 0px;
}