body {
	margin: 0; 
	padding: 0;
	font: 0.69em Tahoma, Arial, Helvetica, sans-serif;
	background: url('../../images/bg.png') repeat;
}

img {
	border: none;
}

a,
a:visited,
a:active {
	text-decoration: none;
	color: #0068ff;
	border: none;
}

a:hover {
	text-decoration: underline;
	color: #fff;
	border: none;
	background: #000;
}

#all {
	width: 980px;
	margin: 0 auto;
}

/*========== top ==========*/

#top {
	width: 980px;
	height: 105px;
	background: url('../../images/logo.png') no-repeat top left;
	margin: 0 auto;
}

/*========== main ==========*/

#main {
	width: 980px;
	height: auto;
	margin: 0 auto;
}

/*========== content ==========*/

#content {
	width: 690px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	text-align: justify;
	display: inline;
}

#content .cont {
	margin: 0 0 10px 0;
	padding: 10px;
	background: #fff;
}

#content .cont .ab {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 1.9em;
}

/*========== sidebar ==========*/

#sidebar {
	width: 280px;
	height: auto;
	margin: 0;
	float: right;
	display: inline;
}

#sidebar .menu {
	padding: 5px 5px 3px 5px;
	background: #fff;
	margin: 0 0 10px;
}

/*========== menu START ==========*/

#sidebar .menu .buttonh,
#sidebar .menu .buttona,
#sidebar .menu .buttonp,
#sidebar .menu .buttont,
#sidebar .menu .buttonc {
	width: 270px;
	height: 30px;
	padding: 0;
	margin: 0 0 2px 0;
}

#sidebar .menu .buttonh a,
#sidebar .menu .buttonh a:visited {
	width: 270px;
	height: 30px;
	background: url('../../images/button-home.png') no-repeat;
	float:right;
}

#sidebar .menu .buttonh a:hover {
	height: 30px;width: 270px;
	background: url('../../images/button-home-a.png') no-repeat;
}

#sidebar .menu .buttona a,
#sidebar .menu .buttona a:visited {
	width: 270px;
	height: 30px;
	background: url('../../images/button-about.png') no-repeat;
	float:right;
}

#sidebar .menu .buttona a:hover {
	height: 30px;width: 270px;
	background: url('../../images/button-about-a.png') no-repeat;
}

#sidebar .menu .buttonp a,
#sidebar .menu .buttonp a:visited {
	width: 270px;
	height: 30px;
	background: url('../../images/button-products.png') no-repeat;
	float:right;
}

#sidebar .menu .buttonp a:hover {
	height: 30px;width: 270px;
	background: url('../../images/button-products-a.png') no-repeat;
}

#sidebar .menu .buttont a,
#sidebar .menu .buttont a:visited {
	width: 270px;
	height: 30px;
	background: url('../../images/button-team.png') no-repeat;
	float:right;
}

#sidebar .menu .buttont a:hover {
	height: 30px;width: 270px;
	background: url('../../images/button-team-a.png') no-repeat;
}

#sidebar .menu .buttonc a,
#sidebar .menu .buttonc a:visited {
	width: 270px;
	height: 30px;
	background: url('../../images/button-contact.png') no-repeat;
	float:right;
}

#sidebar .menu .buttonc a:hover {
	height: 30px;width: 270px;
	background: url('../../images/button-contact-a.png') no-repeat;
}

/*========== menu END ==========*/

#sidebar .promo {
	height: auto;
	margin: 0 0 10px;
}

#sidebar .newsletter {
	height: auto;
	margin: 0 0 10px;
}

#sidebar .about {
	margin: 0 0 10px;
	padding: 0;
}

#sidebar .about .top {
	height: 27px;
	margin: 0;
	padding: 0;
	background: url('../../images/about-top.png') no-repeat;
	display: block;
}

#sidebar .about .cont {
	height: auto;
	margin: 0;
	padding: 5px 10px 0 10px;
	text-align: justify;
	font-size: 1em;
	color: #000;
	display: block;
	background: #fff;
}


#sidebar .about .bottom {
	height: 11px;
	margin: 0;
	padding: 0;
	background: url('../../images/about-bottom.png') no-repeat;
	display: block;
}

/*========== content news ==========*/

.wpis {
	height: auto;
	margin: 0 0 10px 0;
	padding: 10px;
	color: #323232;
	background: #fff;
}

.wpis .name {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 2em;
	text-transform: uppercase;
	font-weight: bold;
	height: 30px;
	width: 90%;
	margin: 0;
	padding: 0;
	color: #000;
	float: left;
}

.wpis .time {
	height: 30px;
	width: 10%;
	margin: 0;
	padding: 0;
	font-size: 0.95em;
	color: #0068ff;
	float: right;
	text-align: right;
}

/*========== paginacja ==========*/

a.link-next {
	height: 30px;
	width: 100px;
	margin: 0 10px 10px 0;
	padding: 0;
	border: 0;
	float: right;
	text-align: right;
	text-decoration: none;
	color: #373737;
	background: url('../../images/next-link.png') no-repeat;
}

a.link-prev {
	height: 30px;
	width: 100px;
	margin: 0 0 10px 10px;
	padding: 0;
	border: 0;
	float: left;
	text-align: left;
	text-decoration: none;
	color: #373737;
	background: url('../../images/prev-link.png') no-repeat;
}

a.link-next:hover {
	height: 30px;
	width: 100px;
	margin: 0 10px 10px 0;
	padding: 0;
	border: 0;
	float: right;
	text-align: right;
	text-decoration: none;
	color: #1e1e1e;
	background: url('../../images/next-link-a.png') no-repeat;
}

a.link-prev:hover {
	height: 30px;
	width: 100px;
	margin: 0 0 10px 10px;
	padding: 0;
	border: 0;
	float: left;
	text-align: left;
	text-decoration: none;
	color: #1e1e1e;
	background: url('../../images/prev-link-a.png') no-repeat;
}

.clear {
	display: block;
	clear: both;
}

/*========== contact ==========*/

.script {
	margin: 0;
	padding: 5px;
	display: inline;
	float: left;
}

.img_right {
	width: 310px;
	height: 580px;
	margin: 0;
	padding: 0;
	display: inline;
	float: right;
	border: #000 1px solid;
	background: url('../../images/kontakt.jpg') no-repeat;
}

.contact-row {
	margin: 0;
	padding: 0;
}

.contact-input {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
	padding: 7px 5px 3px 5px;
	width: 340px;
	height: 25px;
	border: none;
	color: #fff;
	background: #000;
}

.star {
	color: #ff0000;
}

.contact-input-text {
	margin: 0 0 0 5px;
	padding: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -0.02em;
	font-style: italic;
	color: #0068ff;
	border: none;
}

.contact-textarea {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 7px 5px 3px 5px;
	width: 340px;
	height: 340px;
	font-size: 1.2em;
	overflow: auto;
	border: none;
	color: #fff;
	background: #000;
}

.contact-btn {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 5px 0 0 0;
	padding: 0;
	width: 350px;
	height: 35px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.9em;
	border: none;
	color: #fff;
	background: #000;
}

.contact-btn:hover {
	border: #000 1px solid;
	color: #000;
	background: #fff;
}

div .error {
	display: block;
	width: 340px;
	text-transform: uppercase;
	padding: 5px;
	font-size: 1em;
	color: #fff;
	background: #ff0000;
}

/*========== newsletter START ==========*/

.newsletter_content {
	height: 55px;
	padding: 0;
	margin: 0;
}

form input {
	border: none;
	padding: 3px 3px 0 3px;
	margin: 0;
	font-size: 1em;
	color: #999;
}

.adress {
	width: 255px;
	height: 20px;
	padding: 0;
	float: left;
	margin: 0;
	background: #fff;
}

.pod_input {
	width: 270px;
	height: 20px;
	border: none;
	padding: 7px 5px 3px 5px;
	float: left;
	margin: 5px 0 0 0;
	color: #fff;
	background: #2e2e2e;
}

.pod_input .radio {
	float: left;
	margin: 0 5px 0 20px;
}

.pod_input .txt {
	float: left;
	margin: 0;
}

.newsletter_button {
	width: 20px;
	height: 20px;
	border: none;
	padding: 0;
	float:right;
	margin: 0;
	background: url('../../images/newsletter-button.png') no-repeat;
}

.newsletter_button:hover {
	background: url('../../images/newsletter-button-a.png') no-repeat;
}

/*========== newsletter END ==========*/

/*========== footer ==========*/

.footer {
	text-align: right;
	color: #fff;
	margin: 0 10px 0 0;
}


/*========== menu top - team / products ==========*/

.menu_products {
	margin: 0 0 10px 0;
	padding: 10px;
	background: #eee;
}

.info_products {
	margin: 0;
	padding: 10px;
	background: #fff;
}

#content .cont_in {
	margin: 0 0 10px 0;
	padding: 0;
}

.id_name {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 700;
	margin: 0;
	padding: 0;
	color: #2e2e2e;
}

/*========== team ==========*/

.options {
	margin: 0 0 0 15px;
	padding: 0;
}

.options a:hover {
	border: none;
	background: none;
}

.options img {
	margin: 0 10px 10px 0;
	padding: 0;
}

.name_rider {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 2em;
	text-transform: uppercase;
	text-align: right;
	font-style: italic;
	font-weight: 700;
	margin: 0 0 5px 0;
	padding: 0;
	color: #000;border-bottom: #000 1px solid;
}

.info_rider {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-align: justify;
	margin: 10px 0 10px 0;
	padding: 0;
	color: #000;
}