/* css reset - początek*/
* {
	padding: 0px;
	margin: 0px;
}

html {
	overflow-y: scroll;
}

a {
	border-width: 0px;
	outline: none;
}

a img {
	border-width: 0px;
	border-style: none;
}

.clear {
	clear: both;
}
/* css reset - koniec*/

body {
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 62.5%;
	background-color: #4D4D4D;
}

#wrapper {
	text-align: left;
	margin-top: 10px;
	background-color: white;
	margin-right: auto;
	margin-left: auto;
	width: 940px;
}

#header h1 a {
	float: left;
	height: 98px;
	width: 940px;
	background-repeat: no-repeat;
	background-image: url(../images/header.png);
	text-indent: -9999px;
}

.box {
	float: left;
	height: 300px;
	width: 940px;
}

.foto {
	height: 300px;
	width: 438px;
	float: left;
}
.czerwo_text {
	float: left;
	background-repeat: no-repeat;
	width: 437px;
	height: 300px;
	background-image: url(../images/czerwo.png);
}
.czerwo_text h2 {
	letter-spacing: 0.5em;
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 50px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	font-size: 1.6em;
	color: white;
}
.czerwo_text p {
	margin-top: 5px;
	margin-right: 40px;
	margin-left: 40px;
	line-height: 1.3em;
	font-size: 1.1em;
	color: black;
}
ul#navi {
	margin-top: 30px;
	height: 30px;
	width: 940px;
	float: left;
}
ul#navi li {
	float: left;
	display: inline;
	list-style-type: none;
}
ul#navi li a.start {
	float: left;
	display: inline-block;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../images/menu2.png);
	height: 31px;
	width: 174px;
	text-indent: -9999px;
}
ul#navi li a.start:hover,
body#start ul#navi li a.start {
	background-position: 0px -31px;
	background-repeat: no-repeat;
	background-image: url(../images/menu2.png);
}

ul#navi li a.uslugi {
	float: left;
	background-position: -174px 0px;
	background-repeat: no-repeat;
	background-image: url(../images/menu2.png);
	display: inline-block;
	height: 31px;
	width: 170px;
	text-indent: -9999px;
}
ul#navi li a.uslugi:hover,
body#uslugi ul#navi li a.uslugi {
	background-position: -174px -31px;
	background-repeat: no-repeat;
	background-image: url(../images/menu2.png);
}

ul#navi li a.wmediach {
	float: left;
	background-position: -344px 0px;
	background-repeat: no-repeat;
	background-image: url(../images/menu2.png);
	display: inline-block;
	height: 31px;
	width: 193px;
	text-indent: -9999px;
}
ul#navi li a.wmediach:hover,
body#wmediach ul#navi li a.wmediach {
	background-position: -344px -31px;
	background-repeat: no-repeat;
	background-image: url(../images/menu2.png);
}

ul#navi li a.linki {
	float: left;
	background-position: -537px 0px;
	background-repeat: no-repeat;
	background-image: url(../images/menu2.png);
	display: inline-block;
	height: 31px;
	width: 136px;
	text-indent: -9999px;
}
ul#navi li a.linki:hover,
body#linki ul#navi li a.linki {
	background-position: -537px -31px;
	background-repeat: no-repeat;
	background-image: url(../images/menu2.png);
}

ul#navi li a.kontakt {
	float: left;
	background-position: -673px 0px;
	background-repeat: no-repeat;
	background-image: url(../images/menu2.png);
	display: inline-block;
	height: 31px;
	width: 206px;
	text-indent: -9999px;
}
ul#navi li a.kontakt:hover,
body#kontakt ul#navi li a.kontakt {
	background-position: -673px -31px;
	background-repeat: no-repeat;
	background-image: url(../images/menu2.png);
}

.main {
	min-height: 300px;
	margin-bottom: 20px;
	padding-left: 82px;
	margin-top: 30px;
	float: left;
	width: 858px;
}
.text {
	display: inline;
	margin-right: 40px;
	width: 320px;
	float: left;
}
.text h2 {
	display: inline;
	letter-spacing: 0.5em;
	font-weight: bold;
	font-size: 1.6em;
	text-transform: uppercase;
	color: #A70038;
}
h2.h2 {
	display: inline;
	letter-spacing: 0.5em;
	font-weight: bold;
	font-size: 1.6em;
	text-transform: uppercase;
	color: #A70038;
}
.main p {
	color: #4a4a4c;
	margin-bottom: 8px;
	margin-top: 8px;
	line-height: 1.5em;
	font-size: 1.2em;
}
.main p a {
	font-weight: bold;
	color: black;
	text-decoration: none;
}
.main p :hover {
	text-decoration: underline;
}
#footer {
	display: inline;
	padding-left: 80px;
	text-align: left;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-image: url(../images/footer.png);
	margin-top: 20px;
	float: left;
	height: 36px;
	width: 940px;
}
#footer p {
	letter-spacing: 0.5em;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	width: 838px;
	line-height: 36px;
	color: white;
	font-size: 0.8em;
	font-family: Helvetica, Arial, sans-serif;
}
ul.linki2 {
	margin-top: 20px;
	float: left;
	list-style-type: none;
}
ul.linki2 li {
	font-size: 1.2em;
	margin-bottom: 5px;
	margin-top: 5px;
	list-style-type: none;
}
ul.linki2 li a {
	font-weight: bold;
	color: black;
	text-decoration: none;
}
ul.linki2 li a:hover {
	text-decoration: underline;
}
#footer p a {
	text-decoration: none;
	color: white;
}
#footer p a:hover {
	text-decoration: none;
	color: #ffa0b0;
}
.text img {
	margin-top: 10px;
}
.maps {
	margin-top: 20px;
	float: left;
}
.maps h2 {
	margin-bottom: 5px;
}
.flash {
	width: 940px;
	height: 250px;
	float: left;
}
