/* @override http://zdravotnidieta.cz/css/custom.css */

table, table td {
  vertical-align: top;
  font-size: 100%;
}

table td {
  padding: 5px;
}

#small-logo {
	background: url(logo.png);
  background-repeat: no-repeat;
  background-position: center center;
	width: 150px;
	height: 56px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -525px;
	z-index: 1000;
}

#nav {
	padding-left: 160px;
}

.navi, .navi ul {
	margin-left: 20px;
}

.navi .caption {
	color: #24a451;
	font-weight: bold;
}

.navi > li {
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#nav ul.dropotron {
	background: #000;
}

.button {
	color: #fff;
	background: #24a451;
}

.hdn {
	display: none;
}

.text-right {
	text-align: right;
}

.news-article-short {
	margin-bottom: 20px;
}

#main {
	color: #222;
}
