html, body {
	height: 100%; 
	margin: 0; padding: 0;
	background: #3D0039;
}
body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B091AE;
}
a {
	color: #9A7497;
}
a:hover {
	color: #BFA6BD;
}
#kontener {
	height: 100%; 
	width: 100%; 
	border-collapse: collapse;
}
#kontener td {
	padding:0px;
	vertical-align: middle;
	text-align: center;
}
#preloader {
	display: none;
	position: absolute;
	top: 50%;
	left:0;
	width: 100%;
	text-align: center;
}
#doZaladowania {
}
#podpis {
	position: relative;
	top: -25px;
	margin-left: 90px;
}
#pudelko {
	width: 778px;
	margin: auto;
	background: url('images/graf_02.jpg') repeat-y center;
	position: relative;
}
#graf-top {
	height: auto !important;
	height: 568px;
	min-height: 568px;
	background: url('images/graf_01.jpg') no-repeat top center;
}
#graf-bottom {
	background: url('images/graf_03.jpg') no-repeat bottom center;
}
#tresc {
	padding: 145px 135px 55px 418px;
	text-align: left;
}
#short {
	position: absolute;
	left: 195px;
	top: 370px;
	width: 160px;
	height: 140px;
	text-align: left;
}
#menu-top {
	position: absolute;
	left: 0px;
	top: -1px;
}
#menu-right {
	position: absolute;
	right: 0px;
	top: 160px;
}
#index {
	position: absolute;
	left: 400px;
	top: 50px;
	width: 280px;
	height: 60px;
	border: 0;
}

/******* kontakt.php ********/
label {
	display: block;
	width: 200px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 2px;	
	font-weight: bold;
}
.inpt {
	color: #B091AE;
	border: 1px solid #63215E;
	background: #5F2C5A;
	font: inherit;
	width: 200px;
	display: block;
	margin: auto;
}
.btn {
	display: block;
	margin: auto;
	margin-top: 10px;
	font: inherit;
	font-weight: bold;
	background: #B4A003;
	color: #63215E;
	border: white 2px solid;
}

.licznik
{
  display: none;
}

.msg {
	text-align: center;
	padding: 20px;
	font-weight: bold;
}

/****** galeria.php *********/
#galeria {
	margin: auto;
	margin-top: 20px;
}
#galeria td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
	width: 50%;
}
#galeria img {
	cursor: pointer;
}
