/*RESET  v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =Global design
-------------------------------------------------------------- */
/*color and background*/
body {
	background:url(../images/bg_new2.jpg) top center repeat-x;
	margin-top:15px;
	font-family: arial, serif;
	color:#333;
	font-size:13px;
	line-height:1.3em;
	background-color: #dff1ff;	
}

.narrow,  .detail ul.dlouhodoba-predpoved li p, h2.small {
	font-family: arial, serif;
}
h1 { 
	font-size:36px;
	margin-bottom:25px;
	margin-top:5px; 
	-moz-text-shadow: 0px 1px 3px #ffffff;
	-webkit-text-shadow: 0px 1px 3px #ffffff;
	text-shadow: 0px 1px 3px #ffffff;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	line-height:125%;

}

h2 {font-size:20px;
	margin-bottom:5px;
	-moz-text-shadow: 0px 1px 3px #ffffff;
	-webkit-text-shadow: 0px 1px 3px #ffffff;
	text-shadow: 0px 1px 3px #ffffff;
}
h2.small {
	margin-bottom:10px;
	font-size:16px;
	font-weight:normal;	
}
.leftCol h2, .rightCol h2 {
	font-size:16px;
	margin-bottom:5px;
	color:#028de9;
	-moz-text-shadow: 0px 1px 2px #ffffff;
	-webkit-text-shadow: 0px 1px 2px #ffffff;
	text-shadow: 0px 1px 2px #ffffff;
}

.komercnisdeleni {
	margin-bottom:10px;
	font-size:16px;
	-moz-text-shadow: 0px 1px 2px #ffffff;
	-webkit-text-shadow: 0px 1px 2px #ffffff;
	text-shadow: 0px 1px 2px #ffffff;
	line-height:110%;
	margin-top:15px;
}

h3 {
	margin-bottom:10px;
	font-size:16px;
	-moz-text-shadow: 0px 1px 2px #ffffff;
	-webkit-text-shadow: 0px 1px 2px #ffffff;
	text-shadow: 0px 1px 2px #ffffff;
	line-height:110%;
}
h3 {
	margin-top:15px;
	margin-left:10px;
}
h4 {
	margin-top:10px;
}



a { color:#0057c0;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
} 
.white {
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	-moz-box-shadow: 0px 1px 3px #9fd5f2;
	-webkit-box-shadow: 0px 1px 3px #9fd5f2;
	box-shadow: 0px 1px 3px #9fd5f2;
	background-image:url(../images/bg-white.png);
	_background-image:none;
	_background-color:#daeaf4;
	
}

.center {
	text-align:center;
}
.leftColBig,.leftColSuperBig p {
	padding-bottom:10px;
	margin-left:10px;
	margin-right:10px;
}

.radar p {
	padding-bottom:10px;
	margin-left:10px;
	margin-right:10px;
}

.radar h1 {
	padding-bottom:10px;
	margin-left:10px;
	margin-right:10px;
}

.leftColBig,.leftColSuperBig h1 {

	padding-left:10px;
}

.leftColBig,.leftColSuperBig h2 {
	padding-bottom:10px;
	padding-left:10px;
		padding-top:5px;
}



img.left{
	float:left;
	margin-right:15px;
	
}
/* =Layout
-------------------------------------------------------------- */
* {
	margin: 0;
}
html, body {
	height: 100%;
}
#wrapper {
	min-height: 100%;
	width:100%;
	height: auto !important;
	height: 100%;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:20px;
	/*background:url(/images/spodek2.jpg) bottom center no-repeat; */
	background:url(/images/spodek-pampelisky2.jpg) bottom center no-repeat; 

}
#mrak {
	min-height: 100%;
	width:100%;
	height: auto !important;
	height: 100%;
	background:url(/images/mrak.png) 150px 140px no-repeat;

}
.push {
	clear: both;
}
#container, #footer {
	margin-left:auto;
	margin-right:auto;
	width:980px;
}
#container {
	min-height:1700px;
	height: auto !important;
	height:1700px;
	position:relative;
	
}
#header, #menu, #feature, #main, #top {
	float:left;
	width:100%;
}
#main {
}
.leftCol, .leftColBig, .leftColSuperBig, .middleCol, .rightCol, .map, .home {
	display:inline;
	float: left;
	position: relative;
}
.leftCol {
	width:180px;
	margin-right:20px;
	padding-top:30px;
}
.home .leftCol {
	padding-top:0px;
}
.middleCol {
	width:490px;
	margin-right:20px;
}

.rightCol {
	width:270px;
	float: left;
}

.leftColBig {
	width:670px;
	margin-right:20px;
}

.leftColSuperBig {
	width:975px;
	margin-right:20px;
}


.radar {
padding-bottom:10px;


	margin-left:10px;
	
display:inline;
	float: left;
	position: relative;
width:975px;
	margin-right:20px;
	}

.panel, .detail, .clanky {
	width:100%;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:20px;
}
.map {
	width:700px;
	float:left;
	background-image:url(/images/mapa.png);
	background-repeat:no-repeat;
	height:360px;
	position:relative;

}
.home {
	width:710px;
	float:left;

	

}
.pocasi_web_sezn,table.pocasi_web_form_layout {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.pocasi_web_sezn li {
	list-style: disc inside url(/images/check.png);
	margin-bottom: 10px;
	font-size: 15px;
}
.pocasi_web_sezn table {
	width: 100%;
}
.pocasi_web_sezn td {
	text-align: center;
	padding: 10px;
	vertical-align: middle;
}
.pocasi_web_sezn tr {
	border-bottom: 1px solid #a9a9a9;
}
table.pocasi_web_form_layout {
	width: 100%;
}
.pocasi_web_form_layout td {
	text-align: center;
	vertical-align: middle;
}
.pocasi_web_form_table td {
	padding: 3px;
	text-align: left;
	white-space: nowrap;
}
div.pocasi_web_vysledek {
	text-align: center;
}
.defaultText-empty {
	color: #6A6A6A;
}
/*HEADER
-------------------------------------------------------------- */
#header {
	margin-top:25px;
	position:relative;
	height:130px;
}
.logo {
	width:180px;
	height:108px;
	top:3px;
	left:0px;
	position:absolute;
	background:url(/images/logo2.png);
}
a.homelink {
	display: block;
	width: 180px;
	height: 108px;
	text-decoration: none;
}
a.homelink span {
	visibility: hidden;
}
.search-form {
	position:absolute;
	width:500px;
	height:53px;
	left:480px;
	top:4px;
	
}
.perex {
	color:#000;
	font-size:12px;
	text-transform:uppercase;
	position:absolute;
	left:215px;
	top:20px;
	text-shadow: #fff 0px 1px 2px;
	
}
.search-form #searchfield {
	height:25px;
	width:344px;
	font-size:16px;
	padding-left:10px;
	padding-top:10px;	
	padding-right:10px;
	margin-top:7px;
	margin-left:7px;
}

.search-form button#searchbutton {
	border:0;
	cursor:pointer;
	font-weight:bold;
	text-align:center;
	background:url(/images/tl-hledat.png);
	font-size:17px;
	color:#FFF;
	width:109px;
	height:39px;
	line-height:39px;
	overflow:visible;
	text-shadow: #1275df 0px -1px 2px;
	margin-left:5px;
}
.search-form button#searchbutton:hover {
	background:url(/images/tl-hledat-hover.png);
}

/*MAPA
-------------------------------------------------------------- */
ul.mapa-cr {

}

ul.mapa-cr li{
	width:48px;
	height:80px;
	position:absolute;
	text-align:center;

}

ul.mapa-cr li a{
	font-size:16px;
	padding-top:48px;
	display:block;
	font-weight:bold;




}

ul.mapa-cr li#karlovy-vary{
	top:95px;
	left:45px;
}

ul.mapa-cr li#plzen {
	top:160px;
	left:85px;
}

ul.mapa-cr li#praha {
	top:130px;
	left:205px;
}

ul.mapa-cr li#usti-nad-labem {
	top:45px;
	left:140px;
}

ul.mapa-cr li#liberec {
	top:20px;
	left:260px;
}

ul.mapa-cr li#hradec-kralove {
	top:60px;
	left:350px;
}

ul.mapa-cr li#ceske-budejovice {
	top:234px;
	left:198px;
}

ul.mapa-cr li#olomouc {
	top:136px;
	left:469px;
}

ul.mapa-cr li#ostrava {
	top:138px;
	left:549px;
}

ul.mapa-cr li#brno {
	top:229px;
	left:418px;
}

ul.mapa-cr li#jihlava {
	top:202px;
	left:327px;
}

ul.mapa-cr li#zlin {
	top:209px;
	left:517px;
}

ul.mapa-cr li#pardubice {
	top:136px;
	left:380px;
}


/*MENU
-------------------------------------------------------------- */
.menu {
	top:65px;
	left:185px;
	position:absolute;
	z-index: 1;
}
.lavaLampBottomStyle {
	position: relative;
	height: 50px;
	padding: 14px;
	margin: 0px;
	overflow: hidden;
}
.lavaLampBottomStyle li {
	float: left;
	list-style: none;
}
.lavaLampBottomStyle li.back {
	border-bottom: 5px solid #ffc700;
	/*background-image:url(images/bg.png);*/
	/*IE 6 hack*/
	_background-image:url(none);
	background-repeat:repeat-x;
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}
.lavaLampBottomStyle li a {
	font-family: arial, serif;
	font-size:16px;
	font-weight:bold;
	text-decoration: none;
	text-shadow: #1275df 0px 1px 2px;
	color: #ffffff;
	outline: none;
	text-align: center;
	top: 0px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 14px;
	/*IE 6 hack*/
    _margin:6px;
}
.lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
	border: none;
}

/* =Banners
-------------------------------------------------------------- */
.banner-top {
	/*margin-left:auto;
	margin-right:auto;*/
	float:right;
	width:728px;
	height:90px;
	background-color:#FFF;
}
.banner-right {
	margin-left:auto;
	margin-right:auto;
	width:25Opx;
	float:left;
}
.banner-left-12O {
	width:12Opx;
	margin-left:auto;
	margin-right:auto;
	float:left;
}
/*PANELY
-------------------------------------------------------------- */
.rightCol .pocasi-na-web {
	background-image:url(/images/pocasi-na-web-small.png);
	background-repeat:no-repeat;
	width:250px;
	height:70px;

	
}
.rightCol .pocasi-na-web a {
	width:120px;
	height:70px;
	padding-left:130px;
	display:block;
	
}
.rightCol .pocasi-na-web h2 {
	line-height:1.2em;
	font-size:20px;

	
}
ul.pocasi-cr{
	
	
}


ul.faze-mesice li{
	float:left;
	width:62px;
	display:block;
	text-align:center;

	
}
ul.pocasi-cr-abc li{
	margin-right:1px;
	float:left;
	
	width:15px;
}
ul.pocasi-cr-abc li a{
	display:block;
	font-size:12px;
	text-align:center;
}
ul.pocasi-cr-abc li a:hover{
	text-decoration:none;
	color:#fff;
	background-color:#0057c0;
	

}
ul.pocasi-cr li, ul.mesta li{
	float:left;
	display:block;
	width:100%;
	height:24px;
	font-size:12px;
	
}
ul.pocasi-cr li, ul.mesta li{
	border-bottom:1px solid #82cef3;

	
}
ul.pocasi-cr li strong, ul.mesta li strong{
	display:inline-block;
	font-weight:normal;
	width:110px;
	zoom:1;
}
ul.mesta li strong{
	width:70px;
}
ul.pocasi-cr li a:hover strong, ul.mesta li a:hover strong{
	text-decoration:underline;
}
ul.pocasi-cr li img, ul.mesta li img{
	display:inline-block;
	width:20px;
	padding-top:2px;
	zoom:1;	
}

ul.pocasi-cr li em, ul.mesta li em {
	display:inline-block;
	width:30px;
	text-align:right;
	zoom:1;
	font-style:normal;	
}
ul.pocasi-cr li a em, ul.mesta li a em{
	color:#333;
	
}


.rightCol .panel{
	
}

.pocasi-svet{
	
}
.pocasi-svet ul.destinace{


}
.pocasi-svet ul.destinace, ul.mesta{
	margin-bottom:10px;
	width:120px;
	float:left;
	margin-right:10px;
}
.pocasi-svet ul.destinace.right, ul.mesta.right{
	margin-right:0px;
}
.pocasi-svet ul.destinace li{
	height:20px;
	display:block;
	width:100%;
}


.pocasi-svet ul.destinace li img{

	padding-top:3px;
	padding-right:3px;
	
	
}

.pocasi-svet ul.destinace-dlouha li{
	height:20px;
	display:block;
	width:100%;
	font-size:12px;
}
.pocasi-svet ul.destinace-dlouha li:nth-child(odd) {
	background:url(/images/bg-white.png);
	_background:#b6dff7;

}
.pocasi-svet ul.destinace-dlouha li strong{
	font-size:13px;
}
.pocasi-svet ul.destinace-dlouha li img{

	padding-top:4px;
	padding-right:3px;
	padding-left:3px;
	
	
}
.pocasi-svet ul.destinace li a strong{
	
	font-weight:normal;

}

form#pocasi-na-mail{
	

}
form#pocasi-na-mail label{
	display:block;
	padding-bottom:5px;
	font-weight:bold;

}
form#pocasi-na-mail label.radio{
	width:100px;
	float:left;
	font-weight:normal;
	padding-left: 5px;
}
form#pocasi-na-mail input{
	float:left;
	margin-bottom:5px;
	
}

form#pocasi-na-mail input.text{
	width:235px;
	font-size:14px;
	padding:5px;
	
}
form#pocasi-na-mail input#odeslat {
	border:0;
	cursor:pointer;
	font-weight:bold;
	text-align:center;
	background:url(/images/tl-odeslat.png);
	font-size:12px;
	color:#FFF;
	width:67px;
	height:24px;
	line-height:24px;
	overflow:visible;
	text-shadow: #1275df 0px -1px 2px;
	float:right;
}
form#pocasi-na-mail input#odeslat:hover {
	background:url(/images/tl-odeslat-hover.png);
}

.komercni-sdeleni{
	
}
.komercni-sdeleni .item img{
	float:left;
	margin-right:10px;
	
}
.komercni-sdeleni .item h3{
	margin-bottom:0px;
	font-weight:normal;
	
}

/*DETAIL
-------------------------------------------------------------- */
.detail {  /*v sekci layout*/

}

.detail p, .leftColBig p, .leftColSuperBig p{
	margin-top: 10px;
	margin-bottom: 10px;
}

.detail .datum_cas{
    font-size: 12px;
    font-style: italic;
}

.detail .teplota{
	font-size:36px;
	display:block;
	margin-bottom:10px;
	font-weight:bold;
	-moz-text-shadow: 0px 1px 3px #ffffff;
	-webkit-text-shadow: 0px 1px 3px #ffffff;
	text-shadow: 0px 1px 3px #ffffff;}

.detail .vitr{
	font-size:16px;
	line-height:20px;
}
.detail .vitr img{
	padding-right:5px;

}

.detail ul.aktualni-pocasi-popis{
	margin-bottom:5px;
	width:134px;
	float:left;
	margin-right:10px;
}
.detail ul.aktualni-pocasi-popis.noMargin{
	margin-right:0px;
}
.detail ul.aktualni-pocasi-popis li{
	background:url(/images/linka.png) top left repeat-x;
	padding:3px;
}


.detail ul.predpoved{
	width:100%;
	float:left;
	list-style: none;
}
.detail ul.predpoved li{
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	width:86px;
	text-align:center;
	background:url(/images/bg-predpoved.png) repeat-x bottom left;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;	
}

/*centrovat pocasi*/
.detail ul.predpoved li em, .detail .ikona em{ 
	width:86px;
	height:70px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	*display: block;
	overflow:hidden;
	font-size:0px;
}
.detail .ikona em{ 
	width:186px;

}		
.detail ul.predpoved li em *, .detail .ikona em *{
    vertical-align: middle;
}

.detail ul.predpoved li em span, .detail .ikona em span  {
    display: inline-block;
    height: 100%;
    width: 1px;
}	

.detail ul.predpoved li em span img, .detail .ikona em span img{
	max-width:86px;
	max-height:80px;	
}
.detail .ikona em span img{
	max-width:182px;
	max-height:80px;	
}
.detail ul.predpoved p.cas{
	background:url(/images/bg-predpoved-top.png) repeat-x bottom left;
	padding:5px;
	margin-bottom:5px;
	color:#FFF;
	font-size:12px;
	-moz-text-shadow: 0px 1px 1px #0156b5;
	-webkit-text-shadow: 0px 1px 1px #0156b5;
	text-shadow: 0px 1px 1px #0156b5;
	
}
.detail ul.predpoved p.cas strong{
	font-size:13px;
	
}
.detail ul.predpoved p.teplota{
	font-size:22px;

}

.detail ul.predpoved p.vitr{
    font-size:15px;

}

.detail ul.dlouhodoba-predpoved{
	
}

.detail ul.dlouhodoba-predpoved li,
.detail ul.detail-predpoved li{
	margin-top:20px;
	float:left;
	padding:5px;
	background:url(/images/bg-predpoved.png) repeat-x bottom left;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;		
}
.detail ul.dlouhodoba-predpoved li.odd,
.detail ul.detail-predpoved li.odd{

	background:url(/images/bg-predpoved.png) repeat-x left 5px;
		
}
.detail ul.dlouhodoba-predpoved li span,
.detail ul.detail-predpoved li span{
	display:inline;
	float: left;	
}
.detail ul.dlouhodoba-predpoved li p,
.detail ul.detail-predpoved li p{
	padding-top:5px;
	padding-left:10px;
	font-size:12px;
	float:left;
}

.detail ul.dlouhodoba-predpoved li .datum{
	width:166px;
	font-weight:bold;
	line-height:18px;
	/*color:#82cef3;*/
	color:#333;
	
}

.detail ul.dlouhodoba-predpoved li .datum strong{
	color:#333;
	
}

.detail ul.dlouhodoba-predpoved li .cas1,
.detail ul.dlouhodoba-predpoved li .cas2,
.detail ul.dlouhodoba-predpoved li .cas3{
	width:92px;
	margin-left:5px;
	text-align:right;
	
}
.detail ul.dlouhodoba-predpoved li .cas1,
.detail ul.dlouhodoba-predpoved li .cas2,
.detail ul.dlouhodoba-predpoved li .cas3{
	border-left:1px solid #82cef3;

	
}
.detail ul.dlouhodoba-predpoved li img,
.detail ul.detail-predpoved li img{
	padding-left:3px;
	padding-right:3px;
	
}
.detail ul.dlouhodoba-predpoved li .cas1 strong,
.detail ul.dlouhodoba-predpoved li .cas2 strong,
.detail ul.dlouhodoba-predpoved li .cas3 strong{
	font-size:16px;
	line-height:16px;
	
}



.detail ul.dlouhodoba-predpoved li a{
	font-size:11px;
	
}
.detail ul.detail-predpoved{
    margin-left: 33px;
}
.detail ul.detail-predpoved li #cas{
    width:120px;
    font-weight:bold;
    line-height:18px;
    color:#333;
}
.detail ul.detail-predpoved li .sloupce{
    margin-left:5px;
    text-align:right;
    border-left:1px solid #82cef3;
}
.detail ul.detail-predpoved li .sloupce#ikona{
    width: 35px;
}
.detail ul.detail-predpoved li .sloupce#teplota{
    width: 35px;
}
.detail ul.detail-predpoved li .sloupce#vitr{
    width: 80px;
}
.detail ul.detail-predpoved li .sloupce#tlak{
    width: 90px;
}
/*FOOTER
-------------------------------------------------------------- */
#footer {
	height:130px;
	margin-bottom:20px;
	position:relative;

}
#footer .logo {
	top:10px;
	left:10px;
}

#footer .info {
	position:absolute;
	top:40px;
	left:210px;
}
#footer .info p {
	margin-bottom:10px;
}
#footer.white {
	
}

#footer .pocasi-na-web {
	background-image:url(/images/pocasi-na-web.png);
	background-repeat:no-repeat;
	position:absolute;
	width:380px;
	height:90px;
	right:0px;
	top:15px;
	
}
#footer .pocasi-na-web a {
	width:190px;
	height:90px;
	padding-left:180px;
	display:block;
	
}
#footer .pocasi-na-web h2 {
	margin-top:10px;
	font-size:24px;
	line-height:1.2em;

	
}
/*CLANKY
-------------------------------------------------------------- */
ul.odkazy-home{
	float: left;
	margin:0px;
	padding:0px;
	
}

ul.odkazy-home li{
	display:inline;
	float: left;
	margin-left:10px;
	margin-bottom:5px;
	
}

ul.odkazy-home li a{
	width:215px;
	display:block;
	height:58px;
	padding-top:12px;
	font-size:20px;
	line-height:1.1em;
	font-weight:Bold;
	padding-left:15px;
	color:#fff;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;		


	
}

ul.odkazy-home li.hory-cr a{
	background:url(../images/tl-hory.jpg);
}
ul.odkazy-home li.alpy a{
	background:url(../images/tl-aply.jpg);
}

ul.odkazy-home li.rekreace-cr a{
	background:url(../images/tl-dovolena-cr.jpg);
}
ul.odkazy-home li.rekreace-svet a{
	background:url(../images/tl-dovolena.jpg);
}
ul.odkazy-home li.sport a{
	background:url(../images/tl-sport.jpg);
}
ul.odkazy-home li.webkamery a{
	background:url(../images/tl-webkam.jpg);
}
.clanky{
	
}
.clanky .item{
	width:100%;
	border-top:1px solid #82cef3;
	margin-top:10px;
	padding-top:10px;

	
}
.clanky .item img,.detail #clan-obr{
	float:left;
	margin-right:10px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	-moz-box-shadow: 0px 1px 3px #fff;
	-webkit-box-shadow: 0px 1px 3px #fff;
	box-shadow: 0px 1px 3px #fff;
	border-radius: 3px;
	
}
.clanky .item h3{
	font-weight:bold;
	margin-bottom:0.4em;
	margin-top:0px;	
}

.clanky .item.top, .clanky .item.no-border{
	border-top:none;

	
}

.clanky .item.top h3{
	font-size:20px;
	margin-bottom:0.4em;

	
}
.clanky .item.top p{
	font-size:14px;
	line-height:1.3em;
	
}

.dalsi-clanky{
	text-align:right;
	border-top:1px solid #82cef3;
	margin-top:10px;
	padding-top:10px;	
}
.clanky ul.item-link{
	width:360px;
	border-top:1px solid #82cef3;
	margin-top:10px;
	padding-top:10px;
	padding-left:110px

}

.clanky ul.item-link li{
	margin-bottom:0.5em;

}

/*Meteo a sat
-------------------------------------------------------------- */


.meteoContainer, .satContainer{
	width:160px; 
	height:100px; 
	overflow:hidden; 
	position:relative;

}

.meteoContainer img{
	position:absolute; 
	left:0px; 
	top:-19px;

}
.satContainer img{
	position:absolute; 
	left:-305px; 
	top:-30px;

}
/*seznamy
-------------------------------------------------------------- */
ul#seznam-odkazu{
}

ul#seznam-odkazu li{
	float:left;
	display:inline;
	margin-bottom:5px;
}

ul#seznam-odkazu li a{
	display:block;
	margin-left:10px;
	font-weight:bold;
	line-height:18px;

	font-size:12px;
	background-image:url(../images/bg-white.png);
	_background-image:none;
	_background-color:#fff;
	padding:5px;
	padding-top:3px;
	padding-bottom:3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;	
	width:140px;	
}

ul#seznam-odkazu.sl_2 li a{
	width:220px;

}

ul#seznam-odkazu.sl_3 li a{
	width:140px;

}

ul#seznam-odkazu.sl_4 li a{
	width:100px;

}

ul.webcamlist{
	float:left;
	margin-bottom:20px;

	
}
ul.webcamlist li{
	float:left;
	display:block;
	width:100%;
	line-height:24px;
	font-size:12px;
	
}
ul.webcamlist li{
	border-bottom:1px solid #82cef3;

	
}
.add-cam{
	background:url(../images/webcam.png) no-repeat;
}
.add-cam a{
	padding-left:40px;
	line-height:32px;
	font-size:15px;
	font-weight:bold;	
}

.add-photo{
	margin-left:25px;
	background:url(../images/add-photo.png) no-repeat;
	
}
.add-photo a{
	padding-left:40px;
	line-height:32px;
	font-size:15px;
	font-weight:bold;	
}


/*fotogalerie
-------------------------------------------------------------- */

ul.fotogalerie{

	
}
ul.fotogalerie li{
	/*width:101px;*/
	float:left;
	/*height:101px;*/
	margin-left:16px;
	margin-bottom:10px;

	
}

.home ul.fotogalerie li{
	margin-left:10px;

	
}

ul.fotogalerie li em{ 
	/*width:101px;*/
	/*height:101px;*/
	display:table-cell;
	/*vertical-align:middle;*/
	text-align:center;
	/**display: block;*/
	overflow:hidden;
	font-size:0px;
	
}
	
ul.fotogalerie em *{
   /* vertical-align: middle;*/
}

ul.fotogalerie li em span {
    display: inline-block;
    height: 100%;
    width: 1px;
}

ul.foto li {
	display:table-cell;
	vertical-align:middle;
	float:left;
	margin-left:10px;
	display:inline;
	margin-bottom:10px;
	}

p.foto-popis {
	margin-left:32px;
	}

.back-photo a{
	padding-left:40px;
	line-height:32px;
	font-size:15px;
	font-weight:bold;	
}
/*formulare
-------------------------------------------------------------- */
table.pocasi-na-web-form, table.tab-form {
	border-top:1px solid #d9f0fb;
	border-left:1px solid #d9f0fb;
	border-right:1px solid #d9f0fb;

}	
table.pocasi-na-web-form td, table.tab-form td {
	background-color:#ecf8fd;
	border-bottom:1px solid #d9f0fb;
	line-height:1.8em;
	padding:5px;

}	
table.tab-form td, table.tab-form tr {
	vertical-align:top;

}	
table.pocasi-na-web-form th {

}
table.tab-form input.tlacitko {
	border:0;
	cursor:pointer;
	font-weight:bold;
	text-align:center;
	background:url(/images/tl-odeslat.png);
	font-size:12px;
	color:#FFF;
	width:67px;
	height:24px;
	line-height:24px;
	overflow:visible;
	text-shadow: #1275df 0px -1px 2px;
	text-transform:uppercase;
}
table.tab-form input.tlacitko:hover {
	background:url(/images/tl-odeslat-hover.png);
}	

/*poprve
-------------------------------------------------------------- */

ul.poprve{
	border-top:1px solid #82cef3;
	margin-top:5px;

}

ul.poprve li{
	padding:10px;
	padding-left:25px;
	border-bottom:1px solid #82cef3;

}
ul.poprve li.ico-meteoradar{
	background:url(../images/transmit.png) no-repeat 3px 10px;
}
ul.poprve li.ico-satelit{
	background:url(../images/orbit.png) no-repeat 3px 10px;
}	
ul.poprve li.ico-fotogalerie{
	background:url(../images/photo.png) no-repeat 3px 10px;
}	
ul.poprve li.ico-webkamery{
	background:url(../images/webcam-small.png) no-repeat 3px 10px;
}	
ul.poprve li.ico-meteostanice{
	background:url(../images/weather_cloudy.png) no-repeat 3px 10px;
}
ul.poprve li.ico-pocasi-na-web{
	background:url(../images/computer.png) no-repeat 3px 10px;
}			
ul.poprve li.ico-mesic{
	background:url(../images/contrast.png) no-repeat 3px 10px;
}	
ul.poprve li.ico-newsletter{
	background:url(../images/email_open.png) no-repeat 3px 10px;
}	

/*tabulka slunecni aktivita
-------------------------------------------------------------- */
.sl-aktivita{
	position:absolute;
	top:0px;
	left:0px;
	width:230px;
	height:85px;
	font-size:10px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
		
}	

.sl-aktivita table th{
	text-align:left;
	
}

.sl-aktivita table td.dark{
	background:#b6dff7;

	
}

table.table-destinace {
	margin-bottom:20px;

}

table.table-destinace td {
	padding:5px;

}

table.table-destinace td:nth-child(even) {
	background:url(/images/bg-white-75.png);
	-moz-box-shadow: 0px 1px 3px #9fd5f2;
	-webkit-box-shadow: 0px 1px 3px #9fd5f2;
	box-shadow: 0px 1px 3px #9fd5f2;
}
