a img {
    border-width: 0px;
}

td {
    font-size: 12px;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h1, h2, h3, h4, h5 {
	margin: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
}

p {
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0px;
}

form {
    margin: 0px 0px 0px 0px;
}

input, textarea, select {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}




div#rez_datum_navi {	background-color: #eff4f8;
	border: 1px #d2e0eb solid;
	padding: 10px;
}

div#rez_datum_navi ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div#rez_datum_navi ul li {
	display: inline;
	padding-right: 20px;
}


table#rez_table tr th {
	font-size: 11px;
	background-color: #eff4f8;
	border: 1px #d2e0eb solid;
	font-weight: normal;
}

table#rez_table tr td {	font-size: 11px;
	border: 1px #d2e0eb solid;
	width: 60px;
}

table#rez_table tr td, table#rez_table tr th {
	text-align: center;
}

table#rez_table tr td.volno {
	background-color: #d2ecd7;
}

table#rez_table tr td.obsazeno {
	background-color: #ffe2e0;
}

table#rez_table tr td a {
	padding: 2px;
	color: #000;
	text-decoration: none;
	display: block;
	width: 60px;
	height: 100%;
}

table#rez_table tr td a:hover {
	background-color: #ffefa0;
}


.error {	color: #aa0000;
}

.clear {	clear: both;
}

div#fotogalerie div.img {
	float: left;
	width: 320px;
	height: 256px;
	cursor: pointer;
	border: 1px #e5e5e5 solid;
	padding: 4px;
	margin: 10px;
}

div#fotogalerie div.img:hover {	border: 1px #ff5900 solid;
}

div#zoom {
	background: url("images/overlay.png");
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
	cursor: pointer;
    text-align: center;
	z-index: 90000;
}

* html div#zoom {
	background: url("images/overlay.gif");
}

div#zoom div#zoomdiv {	position: absolute;
	text-align: center;
}

div#zoom div#zoomdiv.detail {
	background-color: #fff;
    border: 10px solid #fff;
}

div#zoom div#zoomdiv div.close {	margin-top: 6px;
	font-size: 12px;
	font-weight: bold;
}
