/* commented backslash hack for ie5mac \*/ 
html, body {
	background-color: White;
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	color: Black;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/* end hack */

#top {
	width: 700px;
	position: absolute;
	left: 50%;
	margin-top: 10px;
	margin-left: -350px;
}

#PRINT {
	display: block;
	width: 640px;
	float: left;
	overflow: hidden;
	background-color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	color: Black;
	line-height: 20px;
	padding: 10px 30px 10px 30px;
}

#TRESC {
	width: 660px;
	float: left;
	overflow: hidden;
	background-color: #fff;
	padding: 0px 20px 0px 20px;
	text-align: left;
}

#DANE {
	width: 600px;
	float: left;
	overflow: hidden;
	background-color: #fff;
	padding: 40px 40px 40px 60px;
	text-align: left;
}

#TRESC p {
	font-size: 14px; 
	font-weight: bold;
	text-align: center; 
}

#TRESC H5 {
	font-weight: bold;
	font-size: 12px; 
	font-style: italic;
	text-align: center;
	margin-bottom: 0px;
}

img {
	padding: 10px 10px 10px 10px;	
}

#LOGO, #STOPKA, #END, #MENU, H3 { 
	display: none; 
}