html,body{ 
	font-family: Tahoma, "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif; 
	font-size : 11px;
	color: #000000;
	background: #677D88;
	background-image: url(../images/design/back.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

/* ************************************************* BEGIN OF DESIGN */
/*div.main_page{
    margin: 0 auto;
    //width: 1200px;
    width: 980px;
}*/

div.reklama{
    float: right;
    padding: 93px 0px 0px 0px;
}

div.stranka{
	width: 100%;
	text-align: left;
	float: left;
}

div.top{
    width: 100%;
    height: 24px;
}
/*
div.main{
    width: 100%;
}*/

div.logo{
    padding-left: 16px;
}

div.sezona{
    text-align: center;
    margin-bottom: 10px;
}

div.banner{
    width: 100%;
    //height: 330px;
    height: 220px;
    position: relative;

    background: #ffffff;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

div.banner_padding{
    padding: 10px 10px 10px 10px;
}

div.top_3d{
    position: absolute;
    z-index: 100;
    margin: 20px 0px 0px 750px;
}

div.top_youtube{
    position: absolute;
    z-index: 100;
    top: 10px;
    right: 10px;
}

/*div.menu{
    width: 100%;
    height: 46px;
    background: #ffffff;
}*/

div.content{
	width: 100%;
	margin: 0px;
	background-color: #ffffff;
	background-image: url(../images/design/content_back.jpg);
	background-repeat: no-repeat;
    background-size: 100% auto;
}

div.content_1column{
    width: 100%;
	background-color: #ffffff;
	background-image: url(../images/design/content_1column_back.jpg);
	background-repeat: no-repeat;    
}

.holder:after, .clanok:after, .content:after, .content_1column:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

div.left_frame{
    width: 231px;
    float: left;
    /*background-image: url(../images/design/left_back.jpg);*/
    background-repeat: no-repeat;
}

div.left_frame_padding{
    padding: 20px 15px 0px 25px;
    line-height: 17px;
}

div.right_frame{
    width: 749px;
    float: right;
}

div.right_frame_padding{
    padding-left: 22px;
    padding-top: 20px;
    padding-right: 20px;
    line-height: 17px;
}

div.bottom{
    height: 50px;
    width: 100%;
    text-align: center;
}

div.bottom_menu{
    padding: 25px 0px 0px 15px;
    float: left;
    color: #c0c0c0;
}

div.breadcrumbs_padding{
    padding: 0px 0px 0px 35px;
}

div.left_clanok{
    margin: 10px 0px;
}

div.clanok{
    padding: 20px;
    line-height: 16px;
}

div.holder{
    clear: both;
    margin: 5px 0px 10px 0px;
}

div.clanok:hover{
    background: #f0f0f0;
    border: 1px solid #e0e0e0;
    padding: 19px;
}

div.aktualizacia{
    float: right;
    color: #7f7f7f;
    font-size: 10px;
    width: 140px;
    text-align: right;
    margin: 0px 0px 0px 0px;
}

div.areal_info{
    font-size: 12px;
    line-height: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
}

div.galeria{
    float: right;
    margin: 20px 20px 0px 0px;
}

div.galeria ul{
    list-style: none;    
}

div.galeria li{
    display: inline-block;
}

div.map{
    width: 170px;
    height: 155px;
}

div.map_big{
    width: 100%;
    height: 300px;
    border: 1px solid #c0c0c0;
    margin-top: 15px;
}

div.count_info{
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
}

div.areal_kamery{
    float: right;
    clear: both;
    margin: 10px 20px 0px 0px;    
}

div.vyhladavanie{
    float: right;
    padding: 12px 10px 0px 0px;
    font-size: 9px;
    color: #c0c0c0;
}

div.filter{
    width: 230px;
    float: right;
    /*background: #ececec;*/
    /*border: 1px solid #c0c0c0;*/
    padding: 0px 15px 15px 15px;   
    margin: 0px 0px 0px 10px;
}

div.meteo-stanica_filter{
    width: 130px;
}

div.otvaracie_hodiny{
    padding: 0px;
}

div.border{
    border: 1px solid #c1c1c1;
 	padding: 1px;
 	background: #ffffff;
}

div.layout_1column{
    padding: 10px 20px 10px 20px;
}

div.top_video{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100;
    border-left: 10px solid #fff;
}
/* ************************************************* END OF DESIGN */

/* ************************************************* BEGIN OF TABLES */
table{

}

table.border td{
    border: 1px solid #000000;
    padding-left: 5px;
    padding-right: 5px;
}

thead td{
	background-color: #275d8c;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

table.width100{
    width: 100%;
}

td{
   font-family: Tahoma, "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif; 
   font-size : 11px;	
   padding: 3px;
}

.otvaracie_hodiny table td{
    padding: 0px 4px;
}

tr.dark td{
    background: #ececec;
}

td.center{
    text-align: center;
}

td.title{
    font-weight: bold;
    text-align: left;
}

td.border{
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
}

td.required{
    font-weight: bold;
    color: #275d8c;
}

td.foto{
    background-color: #e5e5e5;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #c0c0c0;
}

td.right{
    text-align: right;
}

td.otvaracie_hodiny{
    font-size: 9px;
}
/* ************************************************* END OF TABLES */

/* ************************************************* BEGIN OF HREF */
a{
    color: #000000;
	text-decoration: none;
	font-weight: bold;
}   

a:hover{
    color: #000000;
    text-decoration: underline;
}

a.left_clanok{
    font-size: 12px;
    color: #275d8c;
}

a.left_clanok:hover{
    text-decoration: none;
    color: #000;
}

a.bottom{
    font-weight: normal;
    color: #909090;
    font-size: 11px;
    text-decoration: none;
}

a.bottom:hover{
    color: #000;
    font-size: 11px;    
    text-decoration: none;
}

a.breadcrumbs{
    color: #7f7f7f;
    font-size: 9px;
    font-weight: normal;
}

a.breadcrumbs:hover{
    color: #000000;
    text-decoration: none;
}

a.button{
	color: #fff;
	border-width: 1px;
	padding: 10px 5px;
	border-style: solid;
	border-color: #13436c;
	background-color: #275d8c;
	text-align: center;
	font-size: 11px;
	display: block;
	width: 150px;
}

a.button:hover{
    text-decoration: none;
}

.clanok a.button{
    float: right;
    padding: 2px;
    width: 50px;
    /*background: url(../images/design/clanok_button_back.png);*/
}

.clanok a.orange{
    background-color: #f66b02;
    border: 1px solid #cc5803;
}

.clanok a.ranne-spravy{
    background-color: #248729;
    border: 1px solid #0b5811;
}

a.white{
    color: #fff;
}

a.white{
    text-decoration: none;
}

span.left_odkaz{
    margin: 0 0 1em 0;
    display: block;
}
/* ************************************************* END OF HREF */

/* ************************************************* BEGIN OF TITLE */
h1{
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	line-height: 30px;
}

div.title{
    border: 1px solid #b39f3c;
    width: 100%;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    margin-bottom: 10px; 
}

h2{
	font-size: 14px;
	color: #000000;
	margin: 0px;
}

h2 a{
    color: #000000;
    text-decoration: none;
}

h2 a:hover{
    color: #000000;
}

.clanok h2{
    font-size: 12px;
}

h3{
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
}

/* ************************************************* END OF TITLE */

/* ************************************************* BEGIN OF TEXT */

span.highlite{
	color: #85a9d1;
}

span.message{
    color: #b2191c;
    font-size: 14px;
    font-weight: bold;
}

div.left_title{
    background: url(../images/design/left_title_back.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    behavior: url(../shared/iepngfix/iepngfix.htc);
    width: 100%;
    height: 34px;    
}

span.left_title{
    font-size: 18px;
    font-weight: normal;
    color: #275d8c;
    display: block;
}

span.top_title{
    font-size: 24px;
    color: #275d8c;
}

span.error{
	font-weight: bold;
	color: #b2191c;
}

.defaultErr{
    color: #b2191c;
}

span.low{
    font-size: 10px;
    color: #7f7f7f;
}

span.datum{
    font-size: 10px;
    color: #b0b0b0;
}

span.poznamka{
    cursor: default;
}

span.poznamka:hover{
    text-decoration: underline;
}

ul{
 	padding: 0px;
 	margin: 0px;
 	padding-left: 30px;
    /*list-style-image: url(../images/design/sipka.jpg);	*/
}

ul.medzera li{
    padding-bottom: 10px;
}

ul.nopadding{
    list-style-image: url(../images/design/sipka2.jpg);	
}

ul.nopadding li{
    padding-bottom: 0px;
    padding-left: 5px;
}

ul li ul{
    list-style-type: square;
    padding-left: 20px;
}

li{
    margin: 0px;
    padding: 0px;
}

ul.menu{
}

ul.menu li{
    display: inline;
}

ul.top{
    line-height: 18px;
    padding: 10px 0px 0px 30px;
}

#mainNav{
    padding: 5px 0px 0px 0px;
    display: inline-block;
}

#mainNav ul {
    float:left;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 0px;
    padding: 3px 0px 0px 10px;
    width: 100%;
}

#mainNav ul li{
    float: left;
}

#mainNav ul li.button{
    padding: 0px;
}

#mainNav ul li.separator{
    padding: 8px 2px;
}

#mainNav a{
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    padding: 8px 7px;
    display: block;
}

#mainNav a:hover{
    color: #fff;
    text-decoration: none;
    background: #cecece;
}

.left_frame ul{
    padding: 0px 0px 0px 30px;
    list-style: none;
}

.left_frame ul li{
    padding: 3px 0px;
}

hr{
    border: 1px solid #857757;
    border-top: 0px;
    border-left: 1px;
    border-right: 1px;    
    margin-top: 10px;
    height: 1px;
}

hr.low{
    border: 1px solid #cfcfcf;
    border-top: 0px;
    border-left: 1px;
    border-right: 1px;
    margin: 0px;    
}
/* ************************************************* END OF TEXT */

/* ************************************************* BEGIN OF IMAGES */
img{
	border: 0px;
}

img.png{
    behavior: url(../shared/iepngfix/iepngfix.htc);
}

img.poznamka{
    padding: 0px;
}

.left_title_padding, .right_title_padding{
    padding-top: 7px;
}

img.ciara{
	padding-left: 1px;
}

img.stav{
    float: left;
    margin-top: 4px;
    margin-right: 5px;
}

img.border{
 	border: 1px solid #c1c1c1;
 	padding: 1px;
 	background: #ffffff;
}

.reklama .border{
    border: 1px solid #fff;
    padding: 1px;
    background: none;
}

img.photo_left{
	margin: 5px 5px 0px 0px;
	float: left;
}

img.photo_right{
	float: right;
	margin-left: 5px;
}

img.breadcrumb_point{
    vertical-align: middle;
    padding: 0px 3px;
}

img.middle{
    vertical-align: middle;
}

img.banner{
    margin-bottom: 15px;
}

/* ************************************************* END OF IMAGES */

/* ************************************************* BEGIN OF FORM*/
p{
	margin: 5px 0px;
	padding: 0px;
}

p.right{
    text-align: right;    
}

p.center{
    text-align: center;
}

p.filter{
    text-align: center;
    margin: 0px 0px 20px 0px;    
}

p.message{
    text-align: center;
    font-size: 14px;
}

p.popis{
    font-size: 12px;
}

p.left_frame{
    margin-bottom: 20px;
}

div.left{
    float: left;
}

div.right{
    float: right;
}

form{
	margin: 0px;
}

input.text{
    width: 300px;
	font-size: 11px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	padding: 3px;
}

input.vyhladavanie{
    width: 100px;
    font-size: 11px;
    color: #999;
    border: 1px solid #e0e0e0;
    padding: 3px;
}

input.medium{
    width: 200px;
}

input.male{
    width: 25px;
}

input.small{
    width: 100px;
}

input.submit{
	color: #fff;
	border-width: 1px;
	padding: 10px 5px;
	border-style: solid;
	border-color: #000;
	background-color: #275d8c;
	text-align: center;
	font-size: 11px;
}

input.vyhladavanie_submit{
	color: #fff;
	padding: 3px;
	border: none;
	background-color: #275D8C;
	text-align: center;
	font-size: 9px;
}

textarea{
	font-family: tahoma;
	font-size: 11px;
	height: 50px;
    width: 300px;
    padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
}

select{
	font-size: 11px;
	width: 308px;
	padding: 1px;
}

select.middle{
    width: 130px;
}

select.small{
    width: 100px;
}

fieldset{
	background-color: #ebebeb;
	border-width: 1px;
	border-style: solid;
	border-color: #bebebe;
	margin-bottom: 10px;
	padding: 10px;
}

legend{
	font-weight: bold;
	color: #000000;
}

select.filter{    
    width: 100px;
    padding: 2px;
}

input.filter{
    width: 100px;
    padding: 2px;
}