.article {
	padding-top: 10px;
	margin: auto;
	width: 460px;
	background-image: url("../../../template/templates/output/pemarcz/images/article.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}

.article * {
	font-family: arial;
}

.long * {
	font-family: verdana !important;
}


.article img {
	float: left;
	margin-top: 0;
	margin-bottom: 10px;
	vertical-align: middle;
}

.article .mailto img {
	float: none !important;
}

.article .fleft {
	float: left;
	margin-right: 10px;
}

.article .fright {
	float: right;
	margin-left: 10px;
}

.article h1 {
	margin-bottom: 5px;
	font-family: arial;
	font-size: 19px;
	color: #5A5A5A;
}

.article h1 a, .article h1 a:hover {
	color: #5A5A5A;
	text-decoration: none;
}

.article h1 a:hover {
	text-decoration: underline;
}

.article p {
	margin: 0 auto;
	width: 100%;
	font-size: 13px;
}

.article a, .article a:hover {
	color: #17518C;
	text-decoration: underline;
}

.article a:hover {
	text-decoration: none;
}

.article ul {
	margin: 10px 0;
	font-size: 13px;
}

.article ul li {
	padding: 2px 0;
	margin-left: 20px;
	list-style-type: disc;
}

.article table {
	margin: 10px auto;
	width: 90%;
}

.article .goback {
	float: none;
	clear: both;
	margin-top: 5px;
	width: 100%;
	text-align: right;
}

.article .goback a, .article .goback a:hover {
	color: #666666;
	text-decoration: underline;
}

.article .goback a:hover {
	text-decoration: none;
}

/* detail */

div.long {
	width: 710px !important;
}

/* googlemap in contacts */

#map {
	margin: auto;
	overflow: auto;
	/*
	width: 500px;
	height: 300px;
	*/
	width: 710px;
	height: 426px;
}





























