body	{
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  font-size: 0.9em;
}
#header	{
  border-bottom: 10px solid #dedede;
  text-align: center;
}

#header img	{
  padding: 19px;
}

#content {
  margin-top: 20px;
  padding: 20px;
}

ul {
    list-style-type: square;
}

ol {
    list-style-type: lower-roman;
}

h1 {
    font-size: 18px;
}


h2 {
    font-size: 14px;
}
table	{
	border: 1px solid;
	border-collapse: collapse;
}

thead	{
	font-weight: bold;
}

td	{
	text-align: center;
	padding: 2px;
	border-right: 1px dashed;
}

.obsazeno	{
	background-color: #FD0000;
}

.volno	{
	background-color: #C0F7B9;
}


.menu	{

}

.block	{
	float: left;
	width:100%;
	border-color:black;
	border-style:solid;
	border-width:1px;
	float:left;
}

#navigace ul, #navigace li{
	list-style: none;
	display: inline;
}

label{
	font-weight: bold;
}

input {
	font: 0.8em Tahoma, sans-serif;
	border: black 1px solid;
}

select {
	font: 0.8em Tahoma, sans-serif;
	border: black 1px solid;
}

textarea {
	border: black 1px solid;
	font: 0.8em Tahoma, sans-serif;
}

.row	{
	background-color: #FDFFDA;
}

.rowalt	{
	background-color: white;
}


.legend{
	font-weight:bold;
	font-size:9pt;
}
label{
	display:block;
	/*height:1em;*/
	padding:10px 0px 0px 0px;
}


.slogan {
	position: relative;
	margin-left: 34px;
	color: #5D5E5E;
	float: left;
	clear: left;
}

.navigace {
	font-size: 12px;
	font-variant: small-caps;
	color: #5D5E5E;
	margin-left: 45px;
}

.navigace ul {
	list-style-image: url("/images/tecka.png");
}

.navigace li {
	float: left;
	clear: none;
	margin-left: 20px;
}
