@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-color: #ffffff;
	padding: 0px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#over {
	margin: 15px auto 0px auto;
	text-align: left;
	padding: 0px;
	display: block;
}
#content-head {
	display: none;
}
#content-foot {
	display: none;
}
#content-main table.main {
	height: auto;
}
table.main td.menu {
	display: none;
}
table.main td.border {
	display: none;
}
table.main td.animation {
	display: none;
}
table.main td.main {
	width: 100%;
	background-image: none;
}
#data {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	padding: 0px;
	overflow: visible;
	line-height: 16px;
	background-color: #ffffff;
	color: #000000;
}
h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom: none;
	text-transform: uppercase;
}
h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom: none;
}

#contact_form {
	display: none;
}