* {
	margin: 0;
	padding: 0;
}
body {
	font-family: verdana, arial, helvetica, sans-serif;
}
#obsah {
	margin: 0em;
	padding: 4em 6em 2em 6em;
}

/*typografie*/
a {
	text-decoration: none;
	font-weight: bold;
}
a:link {
}
a:visited {
}
a:active {
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 0em 0em;
	font-weight: normal;
}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
img {
	border: 0;
}
ol, ul, li {
	 /*list-style: none;*/
	font-size: 1.0em;
	margin-left: 1em;
	/* line-height: 1.8em; TODO */
	margin-top: 0.2em;
	margin-bottom: 0.1em;
}
p {
	font-size: 1.0em;
	line-height: 1.3em;
	margin: 1.2em 0em 1.2em 0em;
}
li > p {
	margin-top: 0.2em;
}
pre {
	font-family: monospace;
	font-size: 1.0em;
}
strong, b {
	font-weight: bold;
}
table, th, td {
	font-size: 1em;
	border: none;
}
td {
	height: 1.2em;
}

hr {
	border: none;
	height: 1.2em;
	clear: left;
}

/* hotfixes */
  #rezervace {
    width: 100%;
    font-size: 90%;
  }
  form {
    font-size: 90%;
  }
  span.hvezdicka {
    font-size: 90%;
    color: red;
    display: inline;
    clear: left;
  }
