/* BOFHnet rjs@biuro.net.pl */

@import "topLayer.css";
@import "layout.css";
@import "geotag.css";
@import "contactForm.css";

* {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
body {
	border: 0;
	margin: 0;

	background: url('/images/bodyBg.gif')	repeat-y 100% 0;
}

a {
	outline: none;
}

a img {
	border: none;
}
.l {
	text-align: left;
}
.r {
	text-align: right;
}
.j {
	text-align: justify;
}
.c {
	text-align: center;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: left;
}
.cr {
	clear: right;
}
.cb {
	clear: both;
}
.ind {
	text-indent: 20px;
}

.hr {
  height: 10px;
	background: url('/images/hr.gif') repeat-x 50% 50%;
	clear: left;
}

.hrQuote {
  height: 30px;
	background: url('/images/hrQuote.gif') repeat-x 50% 50%;
}

.first {
	padding-top: 15px !important;
}
a.more {
	width: 90px;
	padding: 0 10px;

	background: url('/images/linkMore.gif') no-repeat 50% 50%;
	color: #fff !important;

	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
}
a.more:hover {
	color: #555 !important;
}
q {
	quotes:"\201e" "\201d" "\2018" "\2019";
	font-style: normal;
}
q:before {
	content: open-quote;
}
q:after {
	content: close-quote;
}

.back {
 padding-top: 20px; 
}

#leftColumn a.more {
	width: 99px;
	padding: 0 10px;

	background: url('/images/columnLeftMore.png') no-repeat 50% 50%;
	color: #e87a19 !important;

	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
}
#leftColumn a.more:hover {
	color: #555 !important;
}
