/* zakladni prvky */
body, div, p, li, input, select, textarea, td, th {
	color: #000000;
	font-family: "Comic Sans MS", Verdana, Tahoma, "Arial CE", Arial, "Helvetica CE", Helvetica, Tahoma, sans-serif;
	font-size: 13px;
	line-height: 1.5;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: #eeeeee;
}

img, h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding: 0;
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #4d1106;
}

h1 {
	padding: 0 0 0.3em 0;
	font-size: 210%;
	clear: both;
}

#zahlavi h2 {
	display: none;
}

h2 {
	font-size: 170%;
	margin: 0 0 0.5em 0;
}

h3 {
	font-size: 150%;
	margin: 0 0 0.5em 0;
}

h4 {
	margin: 0 0 0.3em 0;
	font-size: 110%;
}

a {
	color: #000000;
	
}

a:hover {
	color: #000000;
}

p {
	margin: 0 0 1.5em 0;
}

ul, ol {
	margin-top: 3px;
	margin-bottom: 0.8em;
}
/* /zakladni prvky */

/* zakladni tridy */
.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.taj {
	text-align: justify;
}

.tac {
	text-align: center;
}

.tac table {
	margin-left: auto;
	margin-right: auto;
}

.fl {
	float: left;
}

.fli {
	float: left;
	margin-right: 10px;
}

.fr {
	float: right;
}

.fri {
	float: right;
	margin-left: 10px;
}

.clear {
	clear: both;
	font-size: 1px;
	height: 0px;
}

.invisible, .no-css {
	display: none;
}

.error {
	font-weight: bold;
	color: #ff0000;
}

.info {
	color: #009900;
	font-weight: bold;
}

.warning, .error {
	color: #ff0000;
	font-weight: bold;
}

.ll {
	list-style-type: lower-alpha;
}

hr {
	height: 0px;
	border: none;
	border-bottom: 1px solid #888888;
}

#content-in table {
	border-collapse: collapse;
}

#content-in table, #content-in td, #content-in th {
	border-color: #888888;
}

#content-in td, #content-in th {
	padding: 1px 3px;
}

#content-in table.small td, #content-in table.small th, td.small, p.small, div.small, span.small {
	font-size: 90%;
}

.required { background: url(img/sys/required.gif) no-repeat right top }
/* /zakladni tridy */

/* layout - zaklad */
#main {
	text-align: left;
	position: relative;
	margin: 0 auto;
	height: 100%;
	width: 810px;
	background: #ffffff;
}

body>#main {
	min-height: 100%;
	height: auto;
	border-bottom: 1px solid #ffffff;
}

#content {
/*	float: left;
	width: 560px;*/
	overflow: hidden;
}

#content-in {
	padding: 0 10px 65px 10px;
}

#panel {
	float: right;
	width: 250px;
	overflow: hidden;
}

#panel-in {
	padding: 0 15px 65px 15px;
  text-align: center;
}

#zahlavi {
	background: #ffffff url(img/sys/bg_zahlavi.jpg) 0 5px no-repeat;
}

#zahlavi-in {
  padding: 240px 0 0 0;
}

#zahlavi-in div {
  color: #ffffff;
}

#zapati {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 65px;
	width: 100%;
  background: #ffffff;
}

#zapati-in {
  border-top: 2px solid #ead200;
  margin-top: 10px;
  padding: 5px;
}

#navigation {
	color: #777777;
	font-size: 90%;
	margin: 1ex 0 2ex 0;
}

#navigation a {
	color: #777777;
	font-size: 100%;
}
/* /layout - zaklad */

/* layout - special */
#logo {
	display: block;
	position: absolute;
	top: 7px;
	left: 13px;
	width: 125px;
	height: 119px;
	background: url(img/sys/bg_logo.gif) 50% 50% no-repeat;
}

#menu a, #menu div.selected {
	font-weight: bold;
}

#menu a {
	color: #000000;
	font-size: 100%;
	display: block;
	width: 100%;
	text-decoration: none;
	background: #ead200;
}

#menu a:hover {
	background: #eeeeee;
}

#menu a span {
	display: block;
	padding: 3px 5px;
	border: 1px solid #ffffff;
	border-width: 1px 1px 2px 1px;
}

#menu a:hover span {
	border-bottom: 2px solid #4d1106;
}

#langs {
  position: absolute;
  top: 10px;
  right: 10px;
}

#langs img {
  border: 1px solid #cccccc;
}
/* /layout - special */

/* ostatni tridy pro web */
td.vysledek {
	padding-left: 25px; 
}
/* /ostatni tridy pro web */

/* news */
.nw, .nw_panel {
	margin: 0 0 1em 0;
}
/* /news */

