body {
      display: block; 
      font-family: arial, "Trebuchet MS", tahoma, verdana, sans-serif;
      font-size: .8em;
      color: black; 
      background: #FFFFE0
     }

a:link {
        color: black;
		background : #FFFFE0
}
a:visited {
        color: black;
		background : #FFFFE0
}
a:active {
        color: #DEDF99;
		background : #FFFFE0
}

dt {font-style: italic}             

.co {
    font-style: italic;
    width: 89%
    }
.kedy{
      font-weight: bold;
      width: 11%;
      text-align: right;
      vertical-align: top
     }
.nadpistabulky{font-weight: bold}
    
/* Paticka stranky */
div#pata {
  margin:1em auto;
  font-weight: bold;
  font-style: italic;
  font-size: .6em;
  text-align:left;
  background: #DEDF99;
  color: #000;
  width: 100%;
}
div#pata p {
  text-align: center;
}

.inline-format {
	position: relative; 
	width: 100%;
	text-decoration: none;
}

.inline-format em {
	width: 20%;
}

.inline-format span {
	margin: 0 0 0 14%; 
    padding:0;
}
