/* reset */
body, h1, h2, h3, h4, h5, h6, 
blockquote, p, address, form, fieldset, 
ul, ol, dl, dt, li, hr, table, td, th {
	margin: 0;
	padding: 0;
}
a, a:visited {text-decoration: none;}
fieldset, img {border: 0;}
li {list-style:none;}
/* reset koniec */
body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/bg.jpg) 0 0 repeat-x #b68c56;
	margin: 0 auto 0 auto;
	color: #5b2f0a;
	line-height: 16px;
}
#container {
	width: 990px;
	margin: auto;
}
#header {
	width: 956px;
	height: 144px;
	background: url(../images/top.jpg) 0 0 no-repeat;
	float: right;
}
#header h1 {
	padding: 27px 0 0 230px; 
}
#content {
	width: 990px;
	background: url(../images/left.jpg) 0 0 no-repeat #dbc9ab;
	height: 547px;
	float: left;
}
#content #txt {
	height: 394px;
	width: 715px;
	float: right;
	background: url(../images/truskawka.jpg) bottom left no-repeat;
	padding-top: 10px;
}
#content #txt #left {
	padding-left: 10px;
	width: 255px;
	float: left;
	margin-right: 20px;
}
#content #txt #right div {
	padding-top: 10px;
	float: left;
	width: 100%;
}
#content #txt #right div span {
	float: right;
	margin-top: 5px;
	font-size: 11px;
	width: 100%;
	text-align: right;
}
#content #txt #right div span a {
	color: #5b2f0a;
	text-decoration: underline;
}
#content #txt #right div span a:hover {
	color: #5b2f0a;
	text-decoration: none;
}
#content #txt #left h2 {
	background: url(../images/icon-film.jpg) 0 0 no-repeat;
	padding-left: 55px;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
}
#content #txt #right {
	width: 384px;
	float: left;
}
#content #txt #right h3, #content #txt #left h3 {
	font-size: 14px;
	font-weight: bold;
}
#content #txt #left h4, #content #txt #right h4 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
} 
#content #txt #right h2 {
	font-size: 14px;
}
#content #txt #right h3 {
	padding-top: 10px;
	font-size: 12px;
}
#content #txt p {
	padding-top: 10px;	
}
#content #txt #left ul, #content #txt #right ul {
	padding: 10px;
}
#content #txt #left ul li, #content #txt #right ul li {
	list-style-type: disc;
	margin-left: 15px;
}
#content #txt #right ol li {
	list-style-type: decimal;
}
#content #txt #right address {
	font-style: normal;
	margin-top: 10px;
	line-height: 16px;
	background: url(../images/logo-arena.jpg) right bottom no-repeat;
	float: left;
	height: 300px;
	width: 100%;
}
#content #txt #right address a {
	color: #5b2f0a;
	text-decoration: underline;
}
#content #txt #right #galeria img {
	padding: 0 5px 5px 0;
	margin: 0;
	float: left;
}
#content #footer {
	background: url(../images/footer.jpg) 0 0 no-repeat;
	width: 655px;
	padding: 70px 0 0 60px;
	height: 73px;
	float: right;
	color: #dbc9ab;
	font-size: 10px;
}
#content #footer a {
	color: #dbc9ab;
	text-decoration: underline;
}
#content #footer a:hover {
	text-decoration: none;
}
/*
** menu
*/
#header ul {
	float: right;
	width: 586px;	
	margin-top: 8px;
	
}
#header ul li {
	display: inline;
}
#header ul li a.glowna {
	float: left;
	width: 114px;
	height: 15px;
	background: url(../images/btn-glowna.jpg) 0 0 no-repeat;
	margin: 13px 0 0 165px;
}
#header ul li a.glowna:hover {
	background: url(../images/btn-glowna.jpg) -114px 0 no-repeat;
}
#header ul li a.oferta {
	float: left;
	width: 49px;
	height: 12px;
	background: url(../images/btn-oferta.jpg) 0 0 no-repeat;
	margin: 15px 0 0 40px;
}
#header ul li a.oferta:hover {
	background: url(../images/btn-oferta.jpg) -49px 0 no-repeat;
}
#header ul li a.galeria {
	float: left;
	width: 55px;
	height: 12px;
	background: url(../images/btn-galeria.jpg) 0 0 no-repeat;
	margin: 15px 0 0 40px;
}
#header ul li a.galeria:hover {
	background: url(../images/btn-galeria.jpg) -55px 0 no-repeat;
}
#header ul li a.kontakt {
	float: left;
	width: 59px;
	height: 12px;
	background: url(../images/btn-kontakt.jpg) 0 0 no-repeat;
	margin: 15px 0 0 40px;
}
#header ul li a.kontakt:hover {
	background: url(../images/btn-kontakt.jpg) -59px 0 no-repeat;
}
/*
** menu koniec
*/