/* ---------------------------------- */
/* ------- Calunnictvo Pohoda ------- */
/* ---------------------------------- */


* {
	margin: 0px;
	padding: 0px;
	border: none;	
}

body {
	font-family: Verdana;
	font-size: 11px;
	background-color: #FFF7E3;
	background-image: url('../img/background.gif'); 
}

/* ---------------------------------- */

.top  {
	margin: 0px auto;
	width: 100%;
	height: 100px;
	background-color: #78120d;
		text-align: center;
		vertical-align: middle;
background-image: url('../img/patterRED.gif'); 
}	
	.topLeft {
		width: 450px;
		height: 100px;
		text-align: left;
	}
	.topRight {
		width: *;
		height: 100px;
		text-align: right;
	}

.middle {
	margin: 0px auto;
	margin-top: 10px;
	width: 990px;
}
	.middleLeft {
		width: 170px;
		text-align: center;
		vertical-align: top;
	}
	.middleRight {
		width: 820px;
		text-align: center;
		vertical-align: top;
	}
	
.pricelist {
	width: 690px;
	margin: 0px auto;
	border-top: 1px solid #57310B;
	border-left: 1px solid #57310B;
		font-size: 15px;
}
	.p00 {
		background-color: #540e0b;
		color: #FFF7E3;
		font-weight: bold;
	}
	.p01 {
		background-color: #efe0b8;
	}
	.p02 {
		background-color: #ec463e;
	}
		.p {
			border-right: 1px solid #78120d;
			border-bottom: 1px solid #78120d;
			height: 28px;
			padding: 2px;
		}

.contactT {
  padding-left: 20px;
}

/* ---------------------------------- */
	
.menu a {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 4px;
	padding-bottom: 7px;
	display: block;
	width: 170px;
	height: 20px;
	border: 1px solid #57310B;
		text-decoration: none;
		font-size: 21px;
		font-family: 'Monotype Corsiva';
	}
	.menu a:hover {
		border: 1px inset #fff3d5;
		background-color: #fff3d5;
		color: #78120d;
	}
		.mPassive {
			background-color: #78120d;
			color: #fff3d5;
		}
		.mActive {
			background-color: #fff3d5;
			color: #78120d;
		}

.submenu {
	width: 680px;
	margin: 0px auto;
	text-align: center;
	background-color: #78120d;
	padding: 2px;
}
	.submenu a {
		text-decoration: none;
		font-weight: bold;
		font-size: 15px;
	}
		
/* ---------------------------------- */	
	
.title1 {
	position: absolute;
	top: 116px;
	left: 180px;
	width:450px;
		font-family: 'Monotype Corsiva';
		font-size: 60px;
		color: #FFF7E3;
}


.title {
	margin: 0px auto;
	margin-top: 38px;
	margin-right: 20px;
		text-align: right;
		vertical-align: bottom;
		font-family: 'Monotype Corsiva';
		font-size: 30px;
		color: #78120d;
}

.title0 {
	margin: 0px auto;
		text-align: left;
		vertical-align: middle;
		font-family: 'Monotype Corsiva';
		font-size: 30px;
		color: #78120d;
}

.title3 {
	position: absolute;
	top: 83px;
	left: 750px;
	width:280px;
		font-family: 'Monotype Corsiva';
		font-size: 21px;
		color: #FFF7E3;
}



.title5 {
	position: absolute;
	top: 25px;
	left: -17%;
	width:400px;
		font-family: 'Monotype Corsiva';
		font-size: 60px;
		color: #FFF7E3;
}


.title13 a {
	position: absolute;
	top: 175px;
	left: 92%;
	font-size: 15px;
	color: #78120d;
	text-decoration:underline;
}




.info {
  padding: 2px;
  border: 1px solid #78120d;
  background-color: #FBE9B9;
}

.content {
	width: 810px;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	font-size: 15px;
}

.text0 {
	padding: 0px 20px;
}
.text {
	margin-bottom: 15px;
	font-size: 15px;
	text-align: center;
}
	.text1 {
		text-align: left;
		font-size: 21px;
		margin-left: 98px;
	}
	.text2 {
		text-align: right;
		font-size: 21px;
		margin-right: 98px;
	}
	
	.text3 {
		text-align: left;
		font-size: 21px;
		font-style: italic;
		margin-left: 18px;
	}
	.text4 {
		text-align: center;
		font-size: 15px;
	}
.note {
    font-style: italic;
    font-size: 15px;
    text-align: right;
    margin-top: 10px;
    margin-right: 59px;
}

.line {
	width: 90%;
	line-height: 0px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid black;
}

/* ---------------------------------- */

ul {
	margin-left: 55px;
}

/* ---------------------------------- */

.gallery {
	margin: 0px auto;
	text-align: center;
	margin-bottom: 15px;
}

.image {
	margin-left: 13px;
	margin-right: 13px;
	border: 2px solid #78120d;
}

.img {
	margin-top: 50px;
	border: 2px solid #78120d;
}

/* ---------------------------------- */

.button {
	margin: 0px auto;
	padding: 0px 30px;
	border: 1px solid #78120d;
	background-color: #FFF7E3;
		font-weight: bold;
		color: #78120d
}
.button:hover {
	background-color: #78120d;
	color: #FFF7E3;
}

