/*
 *  CSS - styly jednotlivych podstranek
 *  Copyrighted by Tomas Halada, www.LTweb.info
 */

/* kontakt */
.table-kontakt {
  margin-top: 50px;
  border: 1px solid #000000;
  background-color: #ffffe0;
}
.table-kontakt td {
  padding: 5px 10px;
}

/* cenik */
#cenik h2 {
  padding-left: 70px;
}
#cenik table {
  width: 500px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #d0d0d0;
}
#cenik table td {
  padding: 1px 10px;
}
#cenik table .text {
  text-align: left;
}
#cenik table .cena {
  text-align: right;
  width: 100px;
}

/* navrhy ucesu */
.ucesy {
  text-align: center;
}
.ucesy img {
  width: 120px;
  height: 124px;
  border: 1px solid #000000;
  background-color: #f0f0f0;
  margin: 2px 0;
}

/* barevna typologie */
#typologie .typ {
  clear: right;
}
.img-typ {
  float: right;
}
.img-typ img {
  width: 100px;
  height: 110px;
  border: 1px solid #000000;
  background-color: #f0f0f0;
  margin: 0 50px 0 20px;
}

/* liceni */
.liceni-img {
  text-align: center;
}
.liceni-img img {
  width: 125px;
  border: 1px solid #000000;
  background-color: #f0f0f0;
  margin: 2px;
}

.svatebni-img {
  float: right;
}
.svatebni-img img {
  height: 215px;
  border: 1px solid #000000;
  background-color: #f0f0f0;
  margin: 0 2px;
}

/* manikura */
.manikura-img {
  float: right;
}
.manikura-img img {
  width: 150px;
  height: 125px;
  margin: 2px 0 2px 20px;
  border: 1px solid #000000;
  background-color: #f0f0f0;
}

/* image a styl */
.styl-img {
  float: right;
}
.styl-img img {
  margin: 2px 0 2px 20px;
  border: 1px solid #000000;
  background-color: #f0f0f0;
}

/* osobni profil */
.profil-img {
  float: left;
}
.profil-img img {
  margin: 10px 20px 0 60px;
  border: 1px solid #000000;
  background-color: #f0f0f0;
  width: 195px;
  height: 195px;
}


/* facebook */
.facebook {
	font-weight: bolder;
	text-align: center;
	margin: 10px auto;
	width: 100%;
}
.facebook a img {
	border: none;
	margin: 0 auto;
	text-align: center;
}
.facebook a {
	margin: 0 auto;
	text-align: center;
}