body,html{
	background: url(../images/bg.gif) repeat-x #000;
	text-align: center;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.25em;
}

#cont{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
#header{
	background: url(../images/header.jpg) no-repeat;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	height: 270px;
}
#vyhledat{
	padding: 10px 0 30px 20px;
	text-align: center;
	color: #fff;
}
#vyhledat input{
	width: 230px;
	border: solid 1px black;
}
#vyhledat input.button{
	width: 100px;
	background-color: #6C9000;
	color: #fff;
}
#pismena{
	padding: 1px 0 30px 20px;
	text-align: center;
}
#pismena a{
	color: #fff;
	margin-left: 5px;
	font-size: 1.1em;
}
#pismena a:hover{
	background-color: White;
	color: #000;
}
#text{
	text-align: left;
	background-color: #fff;
}
#content{
	padding: 20px;
}
#footer{
	height: 50px;
	background: #a5c766;
	color: #fff;
	padding: 10px;
}
#footer a{
	color: #fff;
}
.navigace{
	margin: 10px;
}
.navigace a{
	color: #0079EE;
}
.navigace :hover{
	background: #3366CC;
	color: #ddd;
}
table.vypis{
	width: 550px;
	border-collapse: collapse;
}
table.vypis tr.one, table.vypis tr.two, table.vypis tr.three{
	border: solid 1px;
	line-height: 2em;
	font-size: 0.9em;
	border-color: #678AD0;
	padding: 2px;
	text-align: center;
}
table.vypis tr.one{
	background-color: White;
}
table.vypis tr.two{
	background-color: #DDEEFF;
}
table.vypis tr.three{
	background-color: #ddd;
}
table.vypis tr th{
	text-align: center;
	border: solid 1px #ddd;
	font-size: 0.95em;
	height: 30px;
	font-weight: normal;
	background-color: #FAFAFA;
}
table.vypis a{
	color: black;
}
.info_no{
	width: 400px;
	border: red solid 1px;
	background-color: #FFD5CC;
	padding: 10px;
	text-align: center;
	font-variant: small-caps;
	font-size: 1.3em;
	margin: 50px auto 20px auto;
	font-weight: bolder;
}
.info_no img{
	width: 20px;
	float: left;
}
form{
	margin: 0;
	padding: 0;
}
.lyric{
	margin: 30px 20px 30px 50px;
	padding: 10px;
	font-size: 1.15em;
	line-height: 1.3em;
	border: solid 1px #ededed;
	width: 600px;
}
.lyric h2{
	font-size: 1.2em;
	font-weight: normal;
	color: #004E99;
	text-decoration: underline;
}
