* {margin: 0; padding: 0; border: 0;}

body {
	font: bold 1em Verdana, Tahoma, Arial, Sans-Serif;
	background-color: #fed895;
	text-align: left;
	color: #6f255a;
}

#page {
	background-color: #fee4b1;
	margin: 0 auto;
	width: 971px;	
}

#header {
	background: url('imgs/header.jpg') no-repeat center bottom;
	width: 971px;
	height: 215px;
}

#menu {
	background: #ffdda1 url('imgs/menu-bg.jpg') repeat-y center;
	margin-left: 9px;
	width: 301px;
	color: #bf5691;
	float: left;
}

#menu h2 {
	background: #ffdda1 url('imgs/menu-head-bg.jpg') repeat-y center;
	border-top: 1px solid #fdc97d;
	padding-left: 14px;
	margin-left: 2px;
	width: 277px;
	line-height: 31px;
	font-size: 16px;
}

#menu h2 a {
	text-decoration: none; 
	color: #bf5691; 
}

#menu ul {
	list-style: none;
	display: none;
}

#menu ul li {
	background: url('imgs/menu-list-separator.jpg') no-repeat bottom;
	margin-left: 1px;
	padding-left: 2px;
	width: 291px;
}

#menu ul div.separator {
	background: url('imgs/menu-separator.jpg') no-repeat top center;
	margin-left: 2px;
	width: 291px;
	height: 10px;
}

#menu ul li a { 
	background: url('imgs/list-item.png') no-repeat left center;
	margin-left: 10px;
	padding: 8px 0 8px 20px;
	display: block;
	text-decoration: none; 
	color: #985585; 
}

#menu ul li a:hover { 
	background: url('imgs/list-item-hover.png') no-repeat left center;
	color: #af398e; 
}

#menu_index {
	background: url('imgs/menu-index.jpg') no-repeat top center; 
	width: 301;
	height: 99px;
}
#menu_index a { display:block; padding-top:50px; width:290px; }

#menu_kontakt {
	background: url('imgs/menu-kontakt.jpg') no-repeat top center; 
	width: 301;
	height: 75px;
}
#menu_kontakt a { display:block; padding-top:50px; width:290px;  }

#main_image { 
	margin: 0 auto 30px;
	width: 311px;
	height: 330px;
}

#content {
	padding: 10px 50px 10px 10px;
	margin-left: 330px;
	/*overflow: auto; */
	text-align: justify;
	/*line-height: 1.4em;*/
	font-size: 12px;
}

#content h1 {
	margin-bottom: 20px;
	font-size: 1.4em;
}

#content p {
	text-indent: 20px;
	margin-bottom: 10px;
}

#gallery {
	width: 550px;
	padding-left: 20px;
	overflow: hidden;
}

#box {
	width: 160px; 
	float: left;
	text-align: center;
	margin: 0 5px 10px;
}

#box a.gal {
	width: 160px; 
	/*height: 100px;  115px */
	border: 1px solid #e0ba9d; 
	display: block; 
}

#box a.gal img { vertical-align:middle;}

#gallery p.opis, #gallery p.cena {
	margin: 0;
	width: 160px;	
	font-size: 12px;
	text-align: left;
	text-indent: 0;
	color: #bf5691;
}

#gallery p.opis {
	background: url('imgs/gal-box.jpg') no-repeat top;
	padding-top: 5px;	
}

#kontakt {
	font-weight: bold;
	color: #6f255a;
}

#kontakt img.mapa {
	border: 2px solid #6f255a;
	margin: 5px 20px 0;
}

#kontakt p { margin-left: 10px; }

#kontakt a { text-decoration:none; color:#6F255A; }

#footer {
	clear: both;
	background-color: #fee4b1;
	margin: 0 auto 30px;
	padding-top: 20px;
	width: 971px;
	height: 20px;
	font-size: 11px;
	text-align: center;
}

#footer span { padding:0 20px; }

#pager {
	text-align: right;
	margin-right: 40px;
	padding-top: 50px;
	clear: both;
	font: normal 16px Tahoma;
}

#pager a { 
	margin: 0 2px; 
	color:#9c678b; 
	text-decoration: none;
}
#pager a:hover, #pager span  { color: #bfbebe; }

#pager a.prev {
	background: url('imgs/prev.png') no-repeat center;
}

#pager a.next {
	background: url('imgs/next.png') no-repeat center;
}

#pager a.prev, #pager a.next {
	padding: 3px 15px;
	margin: 5px;
}

#pager a.next img, #pager a.prev img { width: 24px; height: 21px; }

.aligncenter { text-align: center; }
.clear { clear:both; }