/* reset */
body, h1, h2, h3, h4, h5, h6, 
p, address, form, fieldset, 
ul, ol, li, object, param, table, legends, input {
	margin: 0;
	padding: 0;
}

a, a:visited {text-decoration: none;}
fieldset, img, object, param, table, td, th, tr, legend {border: 0;}
li {list-style:none;}

legend {
	display: none;
}

/* reset koniec */

body {
	margin: 20px 0 10px 0;
	background: url(images/tlo.jpg) 0 0 repeat-x #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	margin: 0 auto 0 auto;
	text-align: center;
	width: 784px;
	height: auto;
}
h1 {
	background: url(images/tlo_naglowek.gif) 0 0 no-repeat;
	width: 764px;
	height: 81px;
	text-align: left;
	color: #536360;
	font-size: 28px;
	padding: 20px 0 0 20px;
	font-weight: normal;
}
h2 {
	width: 774px;
	height: 200px;
	background-color: #fff;
	border-left: 3px solid #536360;
	border-right: 3px solid #536360;
	text-align: left;
	padding: 0 2px 0 2px;
}
#content {
	width: 768px;
	border-left: 3px solid #536360;
	border-right: 3px solid #536360;
	text-align: left;
	padding: 5px;
}
#footer {
	background: url(images/tlo_stopka.jpg) 0 0 no-repeat;
	width: 784px;
	text-align: center;
	color: #536360;
	font-weight: normal;
	padding-top: 35px;
	font-size: 11px;
}
a, a:visited {
	color: black;
	text-decoration: underline;
}

a:hover {
	color: black;
	text-decoration: none;
}