#top_image{
	width: 960px;
	height: 300px;
	background: url("/pic/top.jpg") no-repeat top left;
	margin-bottom: 2px;
}

#top_image h1{
	font-size: 22px;
	border: 0;
	padding: 10px 10px 5px 30px;
	color: #FFD2A6;
	margin: 0;
}
#top_image #desc{
	padding: 0;
	margin: 0 20px 0 20px;
	color: #000;
}
#footer_wrapper{
	clear: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
	color: #ccc;		
	background: url("/pic/footer_bg.png") no-repeat top left;
	height: 60px;
}
#footer{
	padding-top: 10px;
}

/*menu boczne*/
#left_menu{
	text-align: left;
}

#menu_header{
	background: url(/pic/left_menu_header_bg.png) no-repeat top left;
}
#menu_footer{
	margin-bottom: 1.5em;
}
#menu_header h3{
	color: #782E07;
	padding: 6px 10px 6px 20px;
	font-weight: bold;
	font-size: 13px;
	border-bottom: 1px solid #ded1a7;
	border-top: 1px solid #ded1a7;
}
#left_menu a{
	color: #000;
	text-decoration: underline;
	display: block;
	height: 20px;
	padding: 6px 10px 6px 14px;
	border-bottom: 1px solid #eee;
	background: url("/pic/left_menu_a_bg.png") no-repeat top left;
}
#left_menu a:hover{
	color: #7D0000;
	text-decoration: underline;
}


#top_menu {
	background: url("/pic/top_menu_bg.png") no-repeat top left;
	text-align: left;
	height: 60px;
}
#top_menu span{
	width: 160px;
	height: auto;
	display: inline-block;
}
#top_menu a{
	font-family: Georgia;
	color: #bca9a5;
	font-weight: bold;
	font-style: italic;
	display: inline-block;
	width: 160px;
	padding: 20px 0;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
}

#top_menu a:hover{
	color: #fff;
}


/*menu dolne*/
#bottom_menu span{
	background: url("/pic/bottom_menu_a_bg.png") no-repeat center right;
}
#bottom_menu a{
	font-size: 11px;
	padding: 3px 5px;
	margin-right: 1px;
	color: #C6AF64;
}
#bottom_menu a:hover{
	color: #DCCEA0;
}
#bottom_menu span.last{
	background: none;
}

#page_content{
	clear: left;
	position: relative;
}

/*flagi języków*/
#languages{
	position: absolute;
	top: 5px;
	right: 0px;
}
#languages img{
	border: 0;
}
#languages a{
	padding: 3px;
	text-decoration: none;
}

.news{
	clear: left;
	padding-bottom: 10px;
	text-align: justify;
}
.img{
	padding: 1px;
	border: 1px solid #ccc;
	margin: 5px 5px 5px 0;
}
.news_image{
	float: left;
	padding: 1px;
	border: 1px solid #ccc;
	margin: 10px 5px 5px 0;
}
.news_date{
	display: block;
	color: #666;
	font-size: 11px;
}
.readmore{
	font-weight: bold;
	display: block;
	text-align: right;
	padding-right: 20px;
}
.goback{
	font-weight: bold;
	display: block;
	text-align: left;
	padding-left: 20px;
}
h1{
	padding: 0.3em 0 0.3em 10px;
	font-size: 18px;
	border-bottom: 1px solid #ded1a7;
	border-top:  1px solid #ded1a7;
	margin: 0;
}
h1 span{
	color: #999;
	padding-right: 3px;
}
h1,h1 a{
	color: #000;
}
h2{
	padding: 0.3em 0 0.3em 13px;
	font-size: 16px;
	margin: 0;
	background: url("/pic/h2_bullet.png") no-repeat top left;
}
h2, h2 a{
	color: #782e07;
}
h3{
	padding: 0.3em 0 0.3em 0px;
	font-size: 14px;
	margin: 0;
}
h3, h3 a{
	color: #000;
}
h4{
	padding: 0.3em 0 0.3em 0px;
	font-size: 13px;
	margin: 0;
}
h4,h4 a{
	color: #000;
	text-decoration: none;
}
h5{
	padding: 0.3em 0 0.3em 0px;
	font-size: 12px;
	margin: 0;
}
h5,h5 a{
	color: #000;
}
h6{
	padding: 0.3em 0 0.3em 0px;
	font-size: 11px;
	margin: 0;
}
h6,h6 a{
	color: #000
}
h1,h2,h3,h4,h5,h6{
	line-height: 1.5em;
}

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

ul,ol{
	padding: 5px 0px 5px 25px;
	margin: 0;
}
li{
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}

ol>li{
	list-style-type: upper-roman;
}
ol>li>ol>li{
	list-style-type: decimal;
}
ol>li>ol>li>ol>li{
	list-style-type: lower-alpha;
}
p{
	padding: 5px 0;
	margin: 0;
	line-height: 1.5em;
}
.form label{
	display: inline-block;
	width: 150px;
	text-align: right;
	padding: 4px 3px 0 0 ;
	font-weight: bold;
	vertical-align: top;
	
}
.form input[type="text"], .form textarea{
	width: 200px;
	border: 1px solid #bbb;
	padding: 0;
	margin: 5px 0;
}
.form textarea{
	width: 400px;
	height: 150px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}
.form input[type="button"], .form img{
	margin-left: 157px;
}
.form img{border: 1px solid #bbb}

.err,.msg{
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px 0;
	background: #f4f4f4;
}
.err{
	font-weight: bold;
	color: #cc0000;
}
.msg{
	font-weight: bold;
	color: #336600;
}

#google_maps iframe{
	border: 1px solid #bbb;
	padding: 1px;
}

#adv4{position: absolute; top: 220px; right: 10px}

.gallery img{
	border: 1px solid #bbb;
	margin: 5px;
	padding: 1px;
}
.important{
	border: 1px dashed #ccc;
	padding: 5px 10px;
	background: #FFFFCC;
	text-align: justify;
	font-style: italic;
	margin: 10px 0;
}
a img{border: 0}
#slogan{
	position: absolute; top: 50px; left: 38px;
}
#line1{font-size: 30px; color: #fff; margin-left: 20px}
#line2{font-size: 28px; color: #fff; margin-top: 30px}
#line3{color: #B34A2D; margin-top: 40px; margin-left: 20px; font-size: 28px}
#line4{color: #B34A2D; margin-top: 25px; margin-left: 40px; font-size: 34px}
#line5{color: #B34A2D; margin-top: 25px; margin-left: 120px; font-size: 38px}

#lightbox { background-color: #eee; padding: 10px; }
#lightboxDetails { font-size: 0.8em; padding-top: 0.4em; }
#lightboxCaption { float: left; font-family: verdana, arial, helvetica; font-size: 12px; color: #000; }
#keyboardMsg { float: right; font-family: verdana, arial, helvetica; font-size: 12px; color: #000; }
#keyboardMsg a { color: #f00; font-weight: bold; text-decoration: none; font-family: verdana, arial, helvetica; font-size: 14px; }
#closeButton { top: 5px; right: 5px; }
#lightbox img { border: none; clear: both; }
#overlay img { border: none; }
#overlay { background-image: url("/pic/overlay.png"); }
* html #overlay { background-color: #333; back\ground-color: transparent; background-image: url("/pic/blank.gif"); filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=""/pic/overlay.png"", sizingMethod="scale"); }


.cennik td{
	border-bottom: 1px solid #f0f0f0;
	padding: 5px;
}
