body {
	color: black;
	background-color: #f9f9ef;
	text-align: center;
	margin: 4px 2px;
	font-family: "Verdana", "Arial", sans-serif;
}

#hlavnioblast {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 765px;
	font-size: 12px;
	text-decoration: none;
}

#zahlavi {
	width: 765px;
	height: 109px;
	background: url('../images/vrsek1.jpg');
	background-repeat: none;
}

#menu {
	background: url('../images/menubg.png');
	background-repeat: none;
	height: 21px;
	color: #328544;
	padding-left: 10px;
}

#hlavni {
	border: 1px solid #f3ebac;
	background: url('../images/bg.png');
/*	background-repeat: no-repeat;*/
	padding: 10px;
}

#pata {
	background: url('../images/menubg.png');
	text-align: center;
	height: 20px;
	padding: 2px;
}

.skryt {
	display: none;
}

.vetsi {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

h2.nadpis {
	text-align: center;
	background: url('../images/znak-nadpis.png');
	background-repeat: no-repeat;
}

p {
	text-align: justify;
}

h2 {
	text-align: center;
}

th {
	background-color: #e9d870;
	font-weight: bold;
}

table.vetsi {
	font-size: 12px;
	text-decoration: none;
}

a {
	color: #328544;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}

a:hover {
	color: white;
	background-color: #328544;
}

.cssbtn {
	display:inline; display:inline-block;
	width:50px;
	margin:0.3em; padding:2px;
	font-size:9px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:normal;
	text-decoration:none;
	text-align:left;
	background:#cdf;
	color:#333;
	border:1px solid black;
	vertical-align:middle;
	white-space:nowrap;
	cursor:hand; cursor:pointer;
}

.btnxml { background:#f90; color:black }

.cssbtn strong {
	font-weight:bold;
	background:white;
	color:#06c;
}

.nadpis {
	text-align: center;
}

.err {
	color: red;
	font-weight: bold;
}


