body {
	margin: 0;
	padding: 0;
	font-family: Courier New, sans-serif;
	color: #191103;
	font-size: 14px;
	background: #120800;
}

img {
	border: 0;
	margin: 0;
}

div#szerokosc {
	width: 700px;
	margin: 0 auto;
	margin-top: 20px;
}

div.top {
	background: url('img/top.png') no-repeat;
	width: 100%;
	height: 193px;
	margin: 0;
}

div#strona {
	background: url('img/strona.png') repeat-y;
	width: 100%;
	min-height: 395px;
	margin: 0;
}	

div.menu {
	margin: 0 auto;
	width: 80%;	
	text-align: center;
}

div.tresc {
	text-align: justify;
	margin: 0 auto;
	padding-top: 30px;
	width: 80%;
}

div.bottom {
	background: url('img/bottom.png') repeat-y;
	width: 100%;
	height: 50px;
	margin: 0;
	margin-bottom: 20px;
	text-align: center;	
}

p.stopka {
	margin: 0;
}

p {
	margin: 0;
}

h1 {
	margin: 0;
	text-align: center;
	font-size: 26px;
	text-decoration: underline;
	padding-bottom: 20px;
}

h2 {
	margin: 0;
	text-align: left;
}

ul.menu {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	padding-top: 10px;
	font-weight: 700;	
}

ul.menu li {
	display: inline;
	margin: 0 10px;
	border-bottom: 2px solid #191103;
}

ul.menu li a {
	text-decoration: none;
	color: #191103;
	font-size: 15px;
}

ul.menu li a:hover {
	color: #d7c491;
}

.kasa {
	padding-top: 20px;
	margin: 0 auto;
	width: 200px;
}

input {
	border: 1px solid #191103;
	background: #f6f2e5;
	color: #191103;
	padding: 3px 10px;
	margin: 3px 10px 3px 0;
	width: 150px;
	text-align: center;
}

input.radio {
	border: none;
	background: none;
}

.confirm {
	width: 100px;
}

a {
	text-decoration: none;
	color: #191103;
	font-size: 15px;
}

a:hover {
	text-decoration: underline;
	color: #d7c491;
}