a{
	text-decoration:none;
}
body{
	width: 780px;
	text-align: center;
	margin-top: 3px;
	background-image: URL('fgf/bgindex.gif');
	background-attachment: fixed;
	font-family: "Times New Roman", Times, serif;
}
.hodinky{ 
	position: absolute; 
	top: 51px;
	margin-left: 155px;
	height: 18px;
	text-align: left;
	margin-top: 2px; /* odsazení od shora */
	/* margin-right: 2px; odsazení od prava */
	border-style: none; /* okraj není */
	font-family: Times New Roman; /* font */
	font-size: 13pt; /* velikost textu */
	font-weight: bold; /* text tučný */
	background:  none; /* pozadí není */

} 
.hlavicka{
	position: relative;
	top: 3px;
	width: 780px;
	margin: auto;
}
.hlavni{
	width: 780px;
	margin-top: 0px;
	border-style: solid; 
	border-color:  #67CC66;
	border-width: 0px, 2px, 0px, 2px;
	background-image: url('fgf\bgkoncerty.gif');
}
.levy{
	text-align: left;
	width: 160px; 
	float: left;
}
.pravy{
	text-align: center;
	width: 600px; 
	margin-top: 0px;
	padding: 10px;
	border-style: solid; 
	border-color:  #67CC66;
	border-width: 0px, 0px, 0px, 2px;
	float: right;
}
