@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #73d640;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(images/bground.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#site_bg {
	float: left;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}
#header {
	width: 900px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#content_wrapper {
	width: 880px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
}
#top_menu {
	color: #FFFFFF;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	width: 860px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 17px;
}
#cols_wrapper {
	float: left;
	width: 880px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#content {
	padding: 0px;
	width: 880px;
}
#footer {
	color: #999999;
	text-align: right;
	width: 880px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-top: 10px;
	float: left;
}
.floating_address {
	padding-bottom: 3px;
	text-align: right;
	padding-top: 3px;
}
h3 {
	font-size: 12px;
	color: #66CC00;
	font-weight: bold;
	margin-top: 0px;
}
h2 {
  font-size: 11px;
  color: #66CC00;
  font-weight: bold;
  margin-top: 0px;
}
/* linki */
a:link {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
a:active {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #009933;
	font-weight: normal;
	text-decoration: underline;
}
.menu_link a:link {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	padding-right: 20px;
	text-decoration: none;
}
.menu_link a:active {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	padding-right: 20px;
	text-decoration: none;
}
.menu_link a:visited {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	padding-right: 20px;
	text-decoration: none;
}
.menu_link a:hover {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	padding-right: 20px;
	text-decoration: underline;
}

a.footer_link:link {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}
a.footer_link:active {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}
a.footer_link:visited {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}
a.footer_link:hover {
	color: #009933;
	font-weight: normal;
	text-decoration: underline;
}

/**
 * GALERIA
 */
.gallery {
}
.galery_item {
  float:left; 
  text-align: center;
}
.gelery_item_photo {
  height: 166px; 
  vertical-align: bottom;
}
.gelery_item_photo div {
  padding: 2px; border: 1px solid #349800; 
  width: 160px; 
  height: 120px; 
  margin-left: auto; 
  margin-right: auto;	
}
.gallery_item_title {
text-align: center;
}
       

