/* CSS Document */
body {
	background-color: #F0E68C;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#all
{
		width: 720px;
		border: thin ridge Gray;
		margin: 0 auto;
	margin-top: 1em;
	margin-bottom: 1em;
}
#m {
	background-color: #FFF8DC;

	text-align: left;
	padding: 0 0 0 0;
	
	
}

#clanek
{
padding: 5px 10px 5px 10px
}
#title-img
{
	width:720px;
	height:96px;
	margin:0 0 0 0;
	z-index:1;
	position: absolute;
	background-repeat : no-repeat;
	background-image : url(top1.jpg);
	padding: 0 0 0 0;
}
#hlavicka {
	width:720px;
	height: 96px;
	font-size: xx-large;
	color: black;
	background-color: #FF8C00;
	margin: 0 0 0 0;

}
#m .lista {
	margin-left: 0;
	margin-right: 0;
	background-color: #FF8C00;
	color: #FFF8DC;
	/* pozicovanifloat: none;
	position: relative;
	right: -10px;
*/
	border: thin solid black;
	border-left: none;
	border-right: none;
	width:720px;
}

h1 {
	font-weight: bold;
}
#m h2 {
	border-bottom: thin inset #FF8C00;
	margin-right: -10px;
}
#m a:hover {
	background-color: #FF8C00;
	color: #FFF8DC;
}
#copy {
	font-size: small;
	color: gray;
}




a {
	color: #FF8C00;
	text-decoration: underline;
}
dt {
	margin-top: 1em;
	font-weight: bold;
	/*color: #FF8C00;
*/
}
img {
	border: 0px;
}
/*identifikatory*/


/*menu*/



.lista A.navigace_l
{
	color:#000000;
	text-decoration:none;
	font-size:larger;
	border-left: thick groove #FF8C00;
	padding-left:0.5em;
}

	.lista A:hover
{
	color: #FFF8DC;

}

.lista .navigace_l
{
	margin-right: 1em;
}

.obsah
{
	text-align:center;
}
.lang
{
	float:right;
}
.chyba {
	color: red;
	background-color: #F5DEB3;
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
}

