th.sekce {
	background-image : url(images/bg_sekce.gif);
}

th#sekce1 {
	border-top : none;
}

td#infoL, td#infoR {
	vertical-align : top;
	padding : 0px;
}

td#infoL {
	border-right : 3px double #666665;
}

/* info o zemi*/
#infoL .text, #infoR .text {
	text-align : left;
}
#vlajka {
	padding : 0px 15px 0px 15px;
}

/* Pomocná navigace */
.navigace {
	background-color: #FAFDFE;
	color : #000000;
	padding : 3px 3px 3px 3px;
	vertical-align : top;
}

table#navigace {
	border-bottom : 3px double #666665;
}

#AktualniKlic {
	font-weight : bold;
}


#navigace1 {
	border-bottom : 3px double #666665;
	font-size : 11px;	
}

#navigace2 {
	font-size : 12px;
	padding : 12px 3px 12px 3px;
	line-height : 20px;
}

#navigace2 .Klic {
	padding-left : 35px;
	width : 300px;
}

#navigace2 #AktualniKlic {
	background-image : url(images/nav_sipka.gif);
	background-position : left;
	background-repeat : no-repeat;
}

/* u adresy */
.adresa .nazev {
	color : #317F93;
	font-weight : bold;
}

.adresa .typ {
	color : #317F93;
	font-style : italic;
}

.adresa .podnadpis {
	font-weight : bold;
}

.adresa .pozn {
	font-size : 10px;
}


/**********************************************/
/*  List  uvnitř (sudá/lichá + hlavička)      */
/**********************************************/
#seznam {
	padding : 0px;
	border-top : 3px double #007690;
	border-bottom : 3px double #007690;
}

table.list {
	width : 100%;
}

.list th {
	background-color : #98DAFA;
	text-align : left;
	font-weight : bold;
	font-size : 11px;
	padding : 3px 8px 3px 8px;
	border-bottom : 3px double #0872BE;
}

.list td {
	padding : 3px 8px 3px 8px;
	border-top : 1px solid #B5B1AE;
}

#line1 td {
	border-top : none;
}

tr.suda td {
	background-color : #FFFFFF;
}

tr.licha td{
	background-color : #F6FBFF;
}
.List .pozn {
	font-weight : normal;
	font-size : 11px;
}


/**************************/
/*    cestovky            */
/**************************/
#leva {
	border-right : 3px double #666665;
}

#seznam hr{
	height : 1px;
}

table#seznam {
	border-bottom : 3px double #666665;
}

h3 {
	font-size : 12px;
	font-weight : bold;
	color : #48838F;
	margin : 0px 0px 6px 0px; 
}



/**********************************************/
/*  List  uvnitř (sudá/lichá + hlavička)      */
/**********************************************/
#seznam {
	padding : 0px;
	border-bottom : 3px double #007690;
}

table.list {
	width : 100%;
}

.list th {
	background-color : #5D9FB6;
	text-align : left;
	font-weight : bold;
	font-size : 11px;
	padding : 3px 8px 3px 8px;
	border-bottom : 3px double #666665;
	border-top : 1px solid #666665;
	color : #ffffff;
}

.list td {
	padding : 3px 8px 3px 8px;
	border-top : 1px solid #666665;
}

#line1 td {
	border-top : none;
}

.list .suda {
	background-color : #E7F4F9;
}

.list .licha {
	background-color : #F6FBFF;
}
.List .pozn {
	font-weight : normal;
	font-size : 11px;
}

/***********************/
/*  detail cestovky    */
/***********************/

/* půlená tabulka s údajeme */
table.detail {
	border-bottom : 3px double #666665;
}

table.detail td {
	vertical-align : top;
}

.detail td#leva {
	width : 50%;
	border-right : 3px double #666665;
	padding : 0px;
}

.detail td#prava {
	width : 50%;
	padding : 0px;
}

td#prava, td#leva, td#prava table, td#leva table {
	height : 100%;
}


.detail .l {
	background-color : #E7F4F9;
	color : #3B6D7E;
	font-weight: bold;
	text-align : right;
	padding : 1px 6px 0px 6px;
	width : 98px;
}

.detail .r {
	padding : 1px 6px 0px 6px;
	background-color : #F6FBFF;
}

.topspace td.l, .topspace td.r {
	padding-top : 10px
}

#posledni {
	height : 100%;
}

/* seznam pobocek */
#pobocky {
	padding : 0px;
}

#pobocky td#leva{
	width : 388px;
	padding : 15px 15px 15px 15px;	
}

#pobocky td#prava{
	width : 388px;
	padding : 15px 15px 15px 15px;	
}

#pobocky hr {
	color : #666665;
	height : 1px;
}


/***********************************************
 Vnitřek formuláře  (u detailu CK)
************************************************/
td#sekceform {
	padding-bottom : 0px;
	border-bottom : 3px double #666665;
	background-color : #B0D6F0;
}

.form INPUT, .form text, .form select, .form textarea {
	font-size : 11px;
}
.form.l{
	color : #000000;
	padding-left : 5px;
	padding-right : 5px;
}
.form.lerr{
	color : red;
	padding-left : 5px;
	padding-right : 5px;
}
.form.r{
	padding-left : 5px;
	padding-right : 5px;
}
.w1{
	width : 55px;
}
.w2{
	width : 70px;
}
.w3{
	width : 90px;
}
.w35{
	width : 130px;
}
.w4{
	width : 150px;
}

/* nevýrazná položka v comboboxu*/
option.sub {
	color : Gray;
}

td.but {
	padding : 0px;
}

/****************************/
/* tabulka zemí kam jezdíme */
/****************************/
#kamjezdime td {
	width : 33%;
}




/* fotogal */

/* prazdna sekce (jen dvojita cara nahore  */
th#sekce0 {
	border-top: 3px double #666665;
	background-color: #E7F4F9;
	background-image : none;
}

table.nahled {
	margin : 12px 18px 12px 18px;
}

table#1 {
	margin : 12px 18px 12px 3px;
}
table#0 {
	margin : 12px 3px 12px 18px;
}

.nahled td {
	text-align : center;
	font-size : 10px;
	color : #276574;
	padding-top : 9px;
	width : 120px;
}

.nahled img {
	border : 1px solid Black;
}


#strankovani{
	padding-top : 15px;
	text-align : right;
	font-size : 11px;
	color : #276574;
}

#strankovani a {
	color : #276574;
}

.CurrentPage {
	font-weight : bold;
}


