/** BASIC */

body {
	font: 12px/16px verdana;
}

h1 {
	margin-top: 25px;
	padding-bottom: 13px;
	font-size: 50px;
}

h2 {
	margin-top: 15px;
	margin-bottom: 35px;
	font-size: 20px;
}

h3 {
	margin-bottom: 19px;
	font-size: 27px;
	letter-spacing: -1px;
}

h4 {
	margin: 0 0 10px 0;
	font-size: 18px;
}

p {
	margin-top: 0;
	margin-bottom: 16px;
}

a {
	color: #000000;
}

.red,
.red a {
	color: #FF0000;
}

.green,
.green a {
	color: #769D1B;
}

.brown,
.brown a {
	color: #A0522D;
}

.blue,
.blue a {
	color: #0000ff;
}

/** LAYOUT */

#menu {
	display: none;
}

#right {
	display: none;
}

#footer {
	display: none;
}

#login {
	display: none;
}

/** ADDED */

#seznam {
	margin-bottom: 16px;
}

#seznam td {
	height: 32px;
	border-bottom: 1px solid #999999;
}

#seznam .no-border td {
	border: 0;
}

#strankovani-top,
#strankovani-bottom {
	font-weight: bold;
	text-align: right;
}

.border td {
	padding-bottom: 10px;
	border-top: 1px solid #999999;
}

.border {
	height: 0;
	margin: 15px 0;
	border-top: 1px dashed #999999;
}

#tisk {
	display: none;
}

#upravit {
	display: none;
}

.align-right {
	display: none;
}

small {
	font-size: 11px;
	line-height: 15px;
	letter-spacing: -1px;
}

.stav {
	width: 50px;
	border-right: 3px solid #DDDDDD;
	cursor: help;
}

.stav span {
	border-top: 10px solid #DDDDDD;
	height: 0;
	display: block;
	font-size: 0;
	line-height: 0;
}