img {
	border: 0;
}

.menu_block {
	float: left;
}

.menu_content {
	overflow: hidden;
	display: inline-block;
	margin: auto;
}

.menu_content img {
	float: left;
}

.menu_separator {
	float: left;
	height: 1px;
}

.control {
	background: transparent;
	height: auto;
	width: 100%;
	margin: auto;
	overflow: visible;
	z-index: 0;
	clear: both;
	position: relative;
	float: left;
}

.googlemap {
	width: 300px;
	height: 300px;
	overflow: hidden;
	margin: auto;
	clear: both;
	position: relative;
}

.googlemap_parent {
	display: inline-block;
}

ul {
	margin: 0px;
	padding: 0px;
	padding-left: 0px; /*odleglosc od kraw?dzi */
	list-style-position: inside;
}

li {
	margin: 0px;
	padding-top: 0px; /*odleglosc miedzy elementami */
	padding: 0px;
	list-style-position: inside;
}

li a {
	font-family: "Times New Roman";
}

p {
	margin: 0;
}

hr {
	border-right: 0px;
	border-left: 0px;
	border-bottom: 0px;
	height: 0px;
	width: 100%;
}

.article_title {
	color: #3e4040;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	text-align: left;
	display: block;
}

.article_date {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	text-align: left;
	display: block;
}

.article_hr {
	border-top-color: #484848;
	border-top-weight: 1px;
}

.article {
	margin: 0px;
}

.container {
	display: block;
	margin: 0px;
}

.article_more {
	margin-top: 5px;
	margin-bottom: 20px;
	text-align: right;
	margin-right: 0px;
	clear: both;
}

.article_thumb {
	float: left;
	display: block;
	margin: 9px;
}

.article_content .article_date {
	display: none;
}

.article_content .article_title {
	display: none;
}

.gallery_item {
	position: relative;
	overflow: hidden;
	float:left;
	width: 80px;
	height: 80px;
	text-align:center;
	margin: 10px;
}

/* nyroModal */

div#nyroModalFull {
	font-size: 12px;
	color: #777777;
	font-family: Verdana;
}

div#nyroModalLoading {
	border: 4px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../images/ajaxLoader.gif) no-repeat;
	background-position: center;
}

div#nyroModalLoading .error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}

div#nyroModalWrapper {
	background: #fff;
	border: 4px solid #777;
}

a#closeBut {
	position: absolute;
	display: block;
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(../images/close.gif) no-repeat;
	outline: 0;
}

div.wrapper div#nyroModalContent {
	padding: 5px;
}

div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}

div.wrapperImg img {
	vertical-align: baseline;
}

div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity = 20);
}

div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity = 50);
	cursor: help;
}

div.wrapperImg a {
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}

a.nyroModalPrev {
	left: 0;
	width: 40%;
}

a.nyroModalPrev:hover {
	background: url(../images/prev.gif) left 20% no-repeat;
}

a.nyroModalNext {
	right: 0;
	width: 40%;
}

a.nyroModalNext:hover {
	background: url(../images/next.gif) right 20% no-repeat;
}

.contact{
	width:100%;
}
.contact input{
	left: 20;
}

.contact textarea{

}

.accordion_div {
	display: none;
}