/* ------------------------------------------------------ */
/* --- Cascading Style Sheet for www.penzionmichal.sk --- */
/* ------------------- autor: ElPasso ------------------- */
/* ------------------------------------------------------ */

/* ------------------------------------------------------ */

* {
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	background-color: #E6BCA1;
	font-family: Verdana;
	font-size: 11px;
}

.link {
	color: #000;
	font-weight: bold;
}
	.link:hover {
		background-color: #FE8E42;
	}
	.link_noline {
		text-decoration: none;
	}

/* ------------------------------------------------------ */

.main {
	width: 773px;
}
	.top {
		width: 773px;
		height: 25px;
		background-color: #FAA56B;
		text-align: right;
		padding-right: 10px;
		vertical-align: middle;
	}
	.left {
		width: 250px;
		background-color: #FAA56B;
		text-align: center;
		vertical-align: top;
	}
	.right {
		width: 523px;
		text-align: center;
		vertical-align: top;
	}

.gallery {
	width: 460px;
	margin: auto;
	margin-left: 45px;
	margin-top: 10px;
}
	.gallery td {
		padding-top: 5px;
	}
	
.pricelist {
	width: 490px;
	margin: auto;
	margin-left: 30px;
	margin-top: 20px;
}
	.pricelist th {
		vertical-align: top;
		background-color: #F98D44;
		padding: 5px;
		font-weight: normal;
	}
		.nobold {
			font-weight: normal;
		}
	.pricelist td {
		background-color: #FAA976;
		padding: 3px;
	}
	
#pricelistLink {
	float: right;
	margin-top: 2px;
	margin-left: 10px;
}

#pricelistLink2 {
	margin-left: 275px;
	margin-top: 2px;
}
	
/* ------------------------------------------------------ */

.logo {
	position: absolute;
	top: 0px;
	left: 0px;	
}

.logo2 {
	margin-left: 325px;
	margin-bottom: -2px;
}

.info_img {
	width: 142px;
	margin-top: 10px;
	padding-left: 60px;
	float: left;
	text-align: center;
	vertical-align: top;
}
.info_text {
	width: 305px;
	margin-top: 10px;
	float: right;
	padding-left: 5px;
	text-align: left;
	vertical-align: top;
}

.text {
	width: 490px;
	margin-left: 30px;
	margin-top: 20px;
	text-align: justify;
}
	#t1 {
		margin-top: 130px;
	}

.note {
	margin-top: 20px;
	padding: 5px;
	text-align: center;
	background-color: #FAA56B;
}

.verticaltext {
	writing-mode: tb-rl;
	filter: flipv fliph;
}

.banners {
	margin-top: 70px;
}
.banner {
	margin: 0px auto;
	margin-top: 5px;
	padding: 5px;
	width: 200px;
	overflow: hidden;
	background-color: #E6BCA1;
}

.confirm {
	margin: 4px auto;
	padding: 2px;
	width: 500px;
	background-color: #FFF;
	border: 1px solid #0C0;
	color: #0C0;
	font-weight: bold;
}

.error {
	margin: 4px auto;
	padding: 2px;
	width: 500px;
	background-color: #FFF;
	border: 1px solid #F00;
	color: #F00;
	font-weight: bold;
}

/* ------------------------------------------------------ */

.image {
	border: 1px solid orange;
}

.img {
	margin: auto;
	margin-top: 20px;
	text-align: center;
}

.picture {
	border: 1px solid orange;
}

.input {
	border: 1px solid orange;
	background-color: #FFF;
	font-size: 11px;
	padding: 1px;
	color: #000;
}

.submit {
	border: 1px solid orange;
	background-color: #FFF;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 30px;
	color: darkorange;
}
.submit2 {
	border: 1px solid orange;
	background-color: #FFF;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 10px;
	color: darkorange;
}
	.submit:hover {
		background-color: orange;
		color: #FFF;
	}
	.submit2:hover {
		background-color: orange;
		color: #FFF;
	}
	
textarea {
	border: 1px solid orange;
	background-color: #FFF;
	font-family: Verdana;
	font-size: 11px;
	padding: 5px;
	color: #000;
}
