/* CSS Document */

/* template side 1 */

td.lpic1 {
	margin: 0px;
	padding: 0px;
	width: 150px;
	height: 435px;
    background: url(../images/lpic-1.jpg) left 50px no-repeat;
	}

td.main {
	margin:0px;
	padding: 0px;
	padding-top: 50px;
	padding-left: 120px;
	padding-right: 120px;
	padding-bottom: 55px;
	}

td.rpic1 {
	margin: 0px;
	padding: 0px;
	width: 68px;
	background: url(../images/rpic-1.jpg) right 50px no-repeat;
	}

/* template side 2 */

td.lpic-s2 {
	margin: 0px;
	padding: 0px;
	width: 150px;
	height: 435px;
    background: url(../images/1pic-2.jpg) right 50px no-repeat;
	}

td.rpic-s2 {
	margin: 0px;
	padding: 0px;
	width: 68px;
	background: url(../images/rpic-2.jpg) right 50px no-repeat;
	}

/* template side 3 */

td.lpic-s3 {
	margin: 0px;
	padding: 0px;
	width: 150px;
	height: 435px;
    background: url(../images/lpic-3.jpg) left 50px no-repeat;
	}

td.rpic-s3 {
	margin: 0px;
	padding: 0px;
	width: 68px;
	background: url(../images/rpic-3.jpg) left 50px no-repeat;
	}
	
/* template side 4 */

td.lpic-s4 {
	margin: 0px;
	padding: 0px;
	width: 150px;
	height: 435px;
    background: url(../images/lpic-4.jpg) left 50px no-repeat;
	}

td.rpic-s4 {
	margin: 0px;
	padding: 0px;
	width: 68px;
    background: url(../images/rpic-4.jpg) left 50px no-repeat;
	}

/* template side 5 */

td.lpic-s5 {
	margin: 0px;
	padding: 0px;
	width: 150px;
	height: 435px;
    background: url(../images/lpic-4.jpg) left 50px no-repeat;
	}

td.rpic-s5 {
	margin: 0px;
	padding: 0px;
	width: 68px;
    background: url(../images/rpic-4.jpg) left 50px no-repeat;
	}

/* kontakt */

td.lpic-kont {
	margin: 0px;
	padding: 0px;
	width: 150px;
	height: 435px;
    background: url(../images/lpic-kon.gif) left top no-repeat;
	}

td.main-kont {
	margin:0px;
	padding-top: 55px;
	padding-left: 492px;
	padding-bottom: 55px;
	height: 450px;
	background: url(../images/mpic-kont.jpg) left bottom no-repeat;
	}

td.hpic-kont {
	margin: 0px;
	padding: 0px;
	width: 68px;
    background: url(../images/rpic-kon.gif) left top no-repeat;
	}

/* form styles from alistapart */

form.cmxform fieldset {
  margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}