@charset "utf-8";
/** Styl, v ktorom sa nakoduju len rozdiely medzi tlaciarnovym vystupom a vystupom na monitor
 * zobrazovat sa ma len hlavna stredna cast, menu a vrch ma byt skryty
 */
body {
	background-image: none;
	background-color: white;
	text-align: left;
	padding: 0px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a {
	color: #000000;
}
#over {
	margin: 0px;
	text-align: left;
	width: 100%;
	padding: 0px;
}
#top, #bottom-up, #bottom-up, #rezervacie-form, #footer {
	display: none;
}
#bottom-left {
	background-color: white;
	background-image: none;
	margin: 0px;
	padding: 0px;
	width: 250px;
	float: right;
	height: 50px;
}
#bottom-right {
	background-color: white;
	color: black;
	background-color: white;
	background-image: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#data {
	width: 100%;
	margin: 0px;
	background-color: #ffffff;
	padding: 0px;
}
td.data-right {
	border-left: none;
}
#contact_form {
	display: none;
}
h1 {
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 250%;
}
p {
	padding: 0px;
	margin: 5px;
}