.btn {
	border: 0px;
	text-decoration: none;
}

.btn img {
	border: 0px;
}

.center {
	text-align: center;
	margin: 0px auto;
}

#miniatury {
	margin-left: 5%;
	height: 100%;
	padding-top: 5%;
}

#karuzela {
	height: 80%;
	margin-top: 5%;
	margin-bottom: 1%;
}

#karuzela ul {
	height: 100%;
	margin: 0;
	padding: 0;
}

#karuzela li.miniaturka img {
	border: 2px solid #fff;
}

#karuzela li.miniaturka {
	display: block;
	height: 25%;
	margin-bottom: 4%;
}

#karuzela li.miniaturka img {
	width: 80%;
	/*height: 80%;*/
}

.photo_medium {
	text-align: center;
	margin-top: 10%;
	height: 50%;
	width: 100%;
	vertical-align: middle;
}

.photo_medium img {
	width: 90%;
}

#middle .photo_medium p.opis {
	text-align: center;
	color: #fff;
	margin: 5px auto;
	border: 1px solid white;
	background-color: #9a9a9a;
	width: 89%;
}


/*  Mieszkania */
div.mieszkanie {
	border-bottom: 1px dashed #a4a4a4;
	padding-bottom: 5px;
	padding-top: 5px;
}

div.mieszkanie li {
	list-style-type: none;
}


div.link {
	text-align: left;
}

div.link a {
	text-decoration: underline;
	color: white;
	font-size: 11pt;	
}

div.link a:hover {
	text-decoration: underline;
	color: #3D94D5;
}

div.link {
	background-image: url(../images/icons/icon_generic.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}

div.link_pdf {
	background-image: url(../images/icons/icon_pdf.gif);
}

div.link_dwg {
	background-image: url(../images/icons/icon_3d.gif);
}

div.link_xls {
	background-image: url(../images/icons/icon_xls.gif);
}

div.link_doc {
	background-image: url(../images/icons/icon_doc.gif);
}

div.input label {
	float: left;
	width: 100px;
	text-align: right;
	padding-right: 20px;
	color: white;
}

div.input input, div.input select, div.input textarea {
	width: 60%;
	line-height: 110%;
	border: 1px solid black;
}

textarea.edytor {
	border: 1px solid black;
	width: 100%;
	height: 300px;
}

div.mniejszy textarea, div.mniejszy input {
	width: 200px;
	
}

div.check input {
	width: 25px;
}

button.zapisz {
	background-color: #99ff99;
	border: 1px solid green;
}

button.usun {
	background-color: #ff6666;
	border: 1px solid red;
}

button.maly {
	width: 15px;
	height: 15px;
	text-align: center;
	vertical-align: middle;
}

#lista_zdjec {
	text-align: center;
}

#lista_zdjec .miniaturka {
	float: left;
	margin: 5px;
	vertical-align: top;
}

/* KONTAKT */
.kontakt {
	margin-top: 20%;
	color: #fff;
}

.kontakt h2 {
	border-bottom: 1px solid white;
}

.kontakt textarea {
	height: 100px;
	width: 80%;
}

.kontakt input {
	width: 80%;
}

.kontakt div.input {
	margin-bottom: 10px;
}
