﻿@charset "utf-8";
/* CSS Document */
p {
	margin: 0.85em 0;
	font-size: 12px;
	line-height: 1.25em;
	text-align: justify;
}
b, strong {
	font-weight: bold;
}
h1 {
	font-size: x-large;
	font-weight: bold;
	line-height: 1.2em;
}
h2 {
	font-size: large;
	line-height: 1.2em;
}
h3 {
	font-size: medium;
}
h4 {
	font-size: small;
}
ul, ol {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	padding-left: 15px;
}
hr {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
img {
	border: 0px;
}
a:link {
	color: white;
	text-decoration: none;
}
a:visited {
	color: white;
	text-decoration: none;
}
a:hover {
	color: silver;
	text-decoration: none;
}
a:active {
	color: white;
	text-decoration: none;
}
/* CSS reset */
body {
	text-align: center;
	background: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
	color:white;
}
#container {
	margin: 0 auto;
	width: 876px;
	text-align: left;
}
#naglowek {
	width: 876px;
	height: 214px;
	overflow: hidden;
	background: transparent url('../images/ng.jpg') no-repeat;
}
#naglowek_tresc {
	width: 310px;
	float: right;
	margin-right:20px;
	overflow: hidden;
	padding-top:110px;
}
/* to jest na całości bg */
#allcontent {
	width: 876px;
	background: transparent url('../images/bg.jpg') repeat-y center top fixed; */
}
#content {
	width: 876px;
	/* min-height: 200px; */
	overflow: visible;
}
#srodek {
	width: 876px;
	background: transparent url('../images/srodek.jpg') no-repeat;
	min-height: 120px;
	overflow: visible;
}
#kontakt {
	color:#e965a3;
}
#kontakt input {
	color: black;
	text-indent: 5px;
	background-color: white;
	border: 0px;
	width: 166px;
	height: 18px;
	margin: 4px 0px 4px 0px;
}
#kontakt input:hover {
	background-color: silver;
}

#kontakt textarea {
	text-indent: 5px;
	border: 0px;
	width: 166px;
	height: 50px;
	background-color: white;
	margin: 4px 0px 4px 0px;
	padding-top: 10px;
	color: white;
}
#kontakt textarea:hover{
	background-color: silver;
}
#kontakt label {
	float: left;
	width: 166px;
	margin-right: 15px;
	clear: both;
	font-weight: bold;
	text-align: left;
	height: 12px;
	color:#e965a3;
}
#kontakt fieldset {
	border: 0px;
}
.zawartosc {
	padding: 10px 20px;
	text-align: justify;
}
#stopka {
	width: 876px;
	height: 87px;
	background: transparent url('../images/stopka.jpg') no-repeat;
	vertical-align: middle;
}