﻿body {
	background-color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif; /*font-family: Tahoma, serif;*/;
	font-size: 65%; /* zmniejsza domyslna wielkosc czcionki przegladarek z 16px do 10px */
}
/* resetuj domyslne ustawienia przeglądarki: margin, padding i fontsize */
* {
	margin: 0;
	padding: 0;
}
/* zawsze pokazuj scrollbar */
html {
	height: 100%;
	margin-bottom: 1px;
}
/*   cudzysłów (uwaga: w tekscie musi byc uzyty znacznik <q></q> zmiast "" pisanych z ręki*/
q {
	quotes: "\201E" "\201D" "\201A" "\2019"; /*font-style:italic;*/
}
q:before {
	content: open-quote;
}
q:after {
	content: close-quote;
}
#tlo_strony {
	background-position: center top;
	background-image: url('../images/tlo_strony.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
}
#container {
	border: 1px solid #ccc;
	background-color: #fff;
	width: 990px;
	margin: 20px auto;
	background-image: url('../images/tlo_contenera.jpg');
	background-repeat: repeat-y;
}
#content {
	padding: 20px;
	/*position: relative;*/
}
#reklama {
	position: absolute;
	width: 200px;
	height: 200px;
	background-color: red;
	top: 600px;
	right: 220px;
}
#content a:link, #content a:visited {
	text-decoration: none;
	color: #B33535;
}
#content a:hover, #content a:focus {
	text-decoration: underline;
}
#masthead {
	background-image: url("../images/masthead.png");
	background-repeat: no-repeat;
	height: 142px;
}
#navigation {
	/*border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #cdc;*/
	margin-left: 17px;
	margin-bottom: 30px;
}
html > body #navigation {
	overflow: hidden;
}
p, td, li {
	color: #333;
	font-size: 1.2em;
	line-height: 1.8em;
}
p {
	margin-bottom: 10px;
}
#content li {
	list-style-image: url('../images/punktor.png');
	list-style-position: inside;
}
/*#content p:first-letter {
	font-weight: bold;
	font-size: 1.9em;
	margin-right:2px;
	/*color: #855A2D;*/
/*text-shadow: 2px 2px 2px #A4A7A9; /* ostatnia wartość to rozmycie cienia
}*/
td.lewa {
	width: 150px;
	font-weight: bold;
}
/* Navigation */
a {
	font-size: 1.2em;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px 10px;
	background-color: #ECEBEB;
	margin-left: 3px;
	/*border: 1px solid #cdc;*/
}
.margines_lewy_menu_glownego {
	margin-left: 20px;
}
#navigation a:hover, #navigation a:focus {
	font-weight: bold;
	text-decoration: none;
	color: #fff; /*border: 1px solid #c77;*/;
	background-color: #c77;
}
/* Site typography */
h2, #haaga255 h4, #haaga400 h4 {
	font-size: 1.5em; /*color: #A1544F;*/;
	color: #0FA8F7;
	margin-bottom: 20px;
	display: block;
	border-bottom: 1px dotted #0FA8F7;
	width: 350px;
}
h4 {
	font-size: 1.3em;
	color: #B33535;
	margin-bottom: 20px; /*	border-bottom: 1px dotted #A1544F;*/ /*	width: 200px;*/;
	font-style: oblique;
/*	display: block;*/
}
/*h4 {
	margin-bottom: 20px;
	color: #ccc;
}*/
#footer {
	text-align: center;
	height: 106px;
	background-image: url('../images/footer.png');
	background-repeat: no-repeat;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 50px;
	color: #000;
	margin-bottom: 30px;
}
/* Links */
#footer a {
	color: #000;
	text-decoration: none;
	font-size: 1.0em;
	padding: 0px 7px;
}
#footer a:hover {
	color: #734747;
}
.style_bold {
	font-weight: bold;
}
.style_bold_zamowienie {
	font-weight: bold;
	color: #000;
	margin: 0px 30px 0px 5px;
}
.style_italic {
	font-style: italic;
}
.style_center {
	text-align: center;
}
.style_brazowy {
	color: #A1544F;
}
.style_blekitny {
	color: #0FA8F7;
}
.img-glowna {
	padding: 20px 0px;
	margin-left: 225px;
}
.img-janser {
	padding: 20px 0px;
	margin-left: 325px;
	border: none;
}
/*#content img {
	padding: 3px;
	background-color: #fff;
	border: 1px solid #ccc;
}*/
.input {
	background-color: #E4E7E9;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	padding: 3px;
}
.input:hover, .input:active, .input:focus {
	background-color: #FDFDD8;
	cursor: default;
}
/************************************    dane techniczne **************************************/
#dane-techniczne_200 {
	width: 600px;
	border-spacing: 2px;
}
#dane-techniczne_400 {
	width: 700px;
	border-spacing: 2px;
}
#dane-techniczne_600 {
	width: 300px;
	border-spacing: 2px;
}
.naglowek-dane-techniczne {
	font-weight: bold;
	background-color: #ccc;
	text-align: center;
}
#dane-techniczne_200 tr, #dane-techniczne_400 tr, #dane-techniczne_600 tr {
	background-color: #EFECEC;
	color: #000;
}
#dane-techniczne_200 tr:hover, #dane-techniczne_400 tr:hover, #dane-techniczne_600 tr:hover {
	background-color: #DBE5E7;
	cursor: default;
}
/*--------------- tabela dane firmy ------------------*/
#dane-firmy {
	width: 750px;
	margin-top: 50px;
	margin-left: 150px;
}
.cena {
	font-weight: normal; /*color: #00CCFF;*/;
	color: #B33535;
	font-size: 1.8em;
}
.podklad-wyboru-zamiatarki {
	text-align: center;
}
.padding-left {
	padding-left: 3px;
}
.czarny {
	color: #333;
}
.bialy {
	color: #fff;
}
.clear-both {
	clear: both;
}
.czerwony {
	color: #B33535;
}
/*------------------------------------ haaga 255 -------------------------------- */
#haaga255 {
	width: 880px;
	height: 395px;
	margin: 20px 0 0 50px;
	background-image: url('../images/haaga200/haaga255_grafika.png');
	background-repeat: no-repeat;
}
#haaga255 p, #haaga400 p {
	padding-top: 10px;
}
/*------------------------------------ haaga 400 -------------------------------- */
#haaga400 {
	width: 880px;
	height: 395px;
	margin: 20px 0 0 50px;
	background-image: url('../images/haaga400/haaga400_grafika.png');
	background-repeat: no-repeat;
}
/*------------------------------------ haaga 600 -------------------------------- */
#haaga600 {
	width: 880px;
	height: 395px;
	margin: 20px 0 0 50px;
	background-image: url('../images/haaga600/haaga600_grafika.png');
	background-repeat: no-repeat;
}

#male-zdjecia img, img.zamiatarka {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*------------------------------------ tabela "male-zdjecia" -------------------------------- */
#male-zdjecia {
	width: 600px;
	margin-top: 20px;
	text-align: center;
/*clear:both;*/
}
#male-zdjecia td {
	width: 33%;
}
img.zamiatarka {
	float: left;
	margin: 0px 20px 30px 0px;
	/*border: 1px solid #ccc;
	background-color: #fff;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}
#content p.haaga_dzialanie {
	color: #B33535; /*border: 1px solid #797878;*/ /*padding: 5px 10px;*/
	width: 400px;
	text-align: center;
	margin: 20px 0px -10px 450px;
	font-weight: bold;
}
#content p.haaga_dzialanie a:link, #content p.haaga_dzialanie a:visited {
	border: 1px solid #797878;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 5px;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 5px;*/
	display: block;
	padding: 5px 20px;
}
#content p.haaga_dzialanie a:hover, #content p.haaga_dzialanie a:focus {
	text-decoration: none;
	color: #0FA8F7;
}

