body {
	margin:0px;
	padding:0px;
	background:#ffffff;
	text-align:center; }

#hlavicka {
	padding: 0px;
	background: #dddddd; 
	height: 101px;
	background-image: url(./_pic/hlavicka.jpg);
	background-color: white;
	background-repeat: no-repeat; }

#obsah {
	width: 1000px;
	margin:2px auto;
	border: 1px solid blue;
	text-align:left; }

hr.cleaner {
	clear:both;
	display: none; } 

#navigace {
	float: left;
	position: absolute;
	width: 200px;
	margin:0px;
	padding:0px 1px; 
	font-family: Verdana, sans-serif;
	top: 105px; }

#telo {
	padding:0px 15px; 
	min-height: 320px;
	background-color: #F2F5FA;
	border: 1px solid #A3B3C0;
	margin:1px 1px 1px 203px;
	_margin:0px 0px 0px 203px; }

#paticka {
	padding: 10px;
	border-top: 1px solid blue;
	background-color: #BACEDD;
	font-family: Arial, sans-serif;
	font-size: 0.8em; }

table.file_table {
	border-collapse: collapse;
	width: 100%;
	_width: 68%; }

table.file_table td {
	border: 1px solid black;
	border-width: 0px 0px 1px 0px; }

tr.barva1 { background-color: #dddddd; }

tr.barva2 { background-color: #F2F5FA; }

.sidebar {
	background-image: url(_pic/sb_br.gif);
	background-color: #F2F5FA;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	margin-bottom: 8px;
	width: 200px; }

.sb_header {
	background-image: url(_pic/sb_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px; }

.sb_title {
	background-image: url(_pic/sb_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px; }

.sb_title h4 {
	font-weight : bold;
	color : #003060;
	border-bottom : 1px solid #A8B2BB;
	margin: 0px;
	padding-bottom : 2px;
	font-family: Verdana, sans-serif;
	font-size: 0.9em; }

.sb_content {
	border-left: 1px solid #A3B3C0;
	border-right: 1px solid #A3B3C0;
	height: auto;
	padding: 5px 10px 0px 10px;
	margin: 0px; }

.sb_content br { font-size: 0px; line-height: 0px; height: 0px;}

.sb_content ul {
	padding: 0px;
	margin: 0px; }

.sb_content li {
	font-size : 85%;
	font-weight: bold;
	color : #053462;
	list-style-type: none;
	margin: 1px;
	border: 1px solid #A3B3C0; }

.sb_content li a {
	color: #003060;
	text-decoration: none;
	display: block;
	border-left: 7px solid blue;
	padding: 3px 0px 3px 10px; }

.sb_content a:active,
.sb_content a:visited {
	color: #003060; }

.sb_content li a:hover {
	color: #003366;
	background-color: #FFF5D3;
	border-left: 7px solid #FFC90B; }

.sb_footer {
	border-left: 1px solid #A3B3C0;
	height: 10px;
	margin: 0px; }

h1 {
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	margin: 0px; }

h2 {
	font-family: Arial, sans-serif;
	font-size: 1.1em;
	margin: 0px; }

h1.hlavicka_txt { display: none; }

h5 {
	margin: 8px 0px;
	padding: 0px;
	font-family: Arial, sans-serif; }

table.hlavicka_tab {
	padding: 0px;
	margin: 0px;
	width: 980px;
	border-collapse: collapse;
	border: 0px; }

p {	margin: 7px 0px;
	font-size: 1.04em; }

p.datum {
	font-size: 0.7em;
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 3px 5px 3px 0px;
	text-align: right; }

p.crumbs {
	font-size: 0.7em;
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 3px 5px 3px 0px; }

p a.file {
	text-decoration: none; }

p a.file img {
	width: 20px;
	height: 20px;
	border: 0px;
	vertical-align: bottom; }

table.data {
	border: 1px solid black;
	border-collapse: collapse;
	width: 765px;
	font-family: Arial, sans-serif;
	font-size: 0.8em; }

table.data th {
	background-color: #dddddd; }

table.data td {
	border: 1px solid #A3B3C0; }

.nicetitle {
	font: normal 11px Verdana, Arial, sans-serif;
	left: 0px;
	padding: 4px;
	position: absolute;
	top: 0px;
	text-align: left;
	width: 25em;
	z-index: 100;
	border: 1px solid black;
	background: transparent url("./_pic/bg_tit.png") repeat left top; filter: alpha(opacity=85); 
	width: auto;
	height: auto; }

.nicetitle p {
	margin: 0px;
	padding-bottom: 3px;
	color: #000; }

.nicetitle p.destination {
	color: #000;
	font-size: 11px;
	padding-bottom: 0px;
	text-align: left; }


.cm_text {
	margin: 60px; }

/* Obrázkové karty */
.card-left, .card-right {
  float: left;
  width: 465px;
  margin: 10px 10px 10px 0px;
  padding: 5px;
  text-align: center;
  background: white;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 75%;
	font-family: Verdana, sans-serif;
}
.card-right {
  float: right;
  margin: 10px 0 10px 10px;
}

