#main {
	width: 980px;
	margin: 0em auto;
}
#schema {
	width: 980px;
	height: 765px;	
	position: relative;
	background-repeat: no-repeat;
}
#schema .watch, #schema a {
	width: 44px;
	height: 19px;
	color: white;
	font-weight: normal;
	font-size: 13px;
	font-family: Arial;
	position: absolute;
	text-align: center;
}
#schema .imgwatch {	
	position: absolute;	
}
#schema .watch SPAN {
	font-size: 13px;
}
#schema .watch.date {
	width: 220px;
	height: 20px;
	font-size: 13px;
	text-align: left;
	color: white;
}
#schema .watch.uspora {
	width: 180px;
	height: 30px;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	color: black;	
}
#schema .watch.wide {
	width: 70px;
}
#schema .watch.wider {
	width: 50px;
}
#schema .refresh {
	position: absolute;
	color: white;
}
#schema a {
	color: #3F3FFF;
	width: auto;
	height: auto;	
}

#naklady {
	font-family: Arial;
	font-size: 12px;
}
#naklady .note {
	font-size: 11px;
}
#naklady TABLE {
	width: 100%;
	border-collapse: collapse;
}

#naklady TABLE TH {
	border-bottom: 1px solid #999999;
	text-align: left;
	padding: 4px;
}
#naklady TABLE TH SPAN {
	font-weight: normal;
	font-size: 11px;
}
#naklady TABLE TD {
	border-bottom: 1px solid #999999;
	padding: 4px;
}
#naklady .right {
	text-align: right;
}
#naklady .center {
	text-align: center;
}

#footer {
	width: 100%;
	float: left;
	text-align: right;
	padding: 45px 0 8px 0;
	font-size: 12px;
	font-family: Arial;
}

#footer A {
	text-decoration: underline;
	color: #AE281C;/*#435CCC;*/
}

#footer A:hover {
	
}


