html,body{ 
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;	
	margin: 0px;
	padding: 0px;
        
    background-color: #005821;
	background-image: url(../images/design/b22.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
}

.clear:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* ************************************************* BEGIN OF LAYOUT */
div.page{
	width: 980px;
	margin: 0 auto;
}

div.lang{
    height: 20px;
}

div.content_top{
    /* background: url(../images/design/content_top.png); */
    width: 100%;
    height: 30px;
}
.title1{
    font-size: 60px;
    color: white;
    font-weight: bold;
    line-height: 1em;
}
.title2{
    font-size: 38px;
    color: white;
    font-weight: bold;
    line-height: 1em;
}
.title3{
    font-size: 72px;
    color: white;
    font-weight: bold;
    line-height: 1em;
}

div.content{
	width: 100%;
	margin: 0px;
    
    
}

div.content_width{
    width: 980px;

}
.same_height1{
    width: 100%;
    float: left;
    right: 680px;
    position: relative;
    
    background: #003311;
    -webkit-box-shadow: inset 0 0 120px rgba(0,0,0, 0.75);
    -moz-box-shadow: inset 0 0 120px rgba(0,0,0, 0.75);
    box-shadow: inset 0 0 120px rgba(0,0,0, 0.75);
}
.same_height2{
    float:left;
    width:100%;
    background: #ffffff;
    filter: alpha(opacity=80);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.8;
    overflow:hidden;
    position:relative;
}
.dashed{
    border: 0 none;
    border-top: 2px dashed #322f32;
    background: none;
    height:0;
}

div.radius{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

div.shadow{
    -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
    box-shadow:         0px 0px 3px rgba(0,0,0,0.5);
}

.middle{
    vertical-align: middle;
}

.square{
    background-image: url(../images/design/square.png);
    background-position: right 50%;
    background-repeat: no-repeat;
    display: block;
}
/* ************************************************* END OF DESIGN */

/* ************************************************* TOP */
div.top{
    width: 100%;
    text-align: center;

    padding-top: 30px;
    padding-bottom: 10px;
}

div.top img.logo{
    padding: 25px 0 0 0;
}
/* ************************************************* BOTTOM */
div.bottom{
    width: 100%;
    height: 40px;

    text-align: center;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.4);

    font-size: 12px;
    background: rgba(0, 88, 33, 1);
    padding-top: 17px;  

}

.bottom_menu ul{
    list-style: none;
    padding: 40px 0px 10px 0px;
    margin: 0px;
}

.bottom_menu ul li{
    display: inline;
    line-height: 9px;

    border: 3px solid #bebd9d;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 0px;
}

.bottom_menu ul li.first{
    border: 0px;
}

.bottom_menu ul li a{
    text-decoration: none;
    text-transform: lowercase;
    color: #fff;
    padding: 0px 5px;
    font-size: 10px;
    text-align: center;
}

.bottom_menu ul li a:hover{
    text-decoration: none;
    background: #324f14;
    color: #fff;
}

.bottom_menu ul li.first a{
    padding-left: 0px;
}

div.bottom a{
    color: #fff;
}

div.bottom a:hover{
    text-decoration: underline;
    color: #fff;
}

/* ************************************************* MENU */
.menu{
    width: 100%;
    text-align: left;
    margin: 0px 0 0 0;
}

.menu ul{
    list-style: none;
    padding:  20px 20px;
    margin: 0 auto;
}

.menu ul li{
    padding: 0;
    margin: 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.7);
}

.menu ul li.first{
    background: none;
}
.menu ul li:last-child{
     border-bottom-style:none;

} 

.menu ul li a{

    font-size: 18px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;

    display: block;
    line-height: 36px;

    padding: 0 0 0 10px;
    margin: 0 0 0 0px;
}

.menu ul li a:hover{
    background: #005821;
   
    color: white;
}


/* ******************************************************** BANNER */
div.banner{
    width: 100%;
    height: 340px;
    background: url(../images/design/banner.png);

    position: relative;

    margin: 1em 0;
}

div.banner img{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    position: absolute;
    top: 10px;
    right: 10px;
}

div.banner #next{
    width: 35px;
    height: 85px;
    background: url(../images/design/sipka_right.png);
    position: absolute;
    top: 130px;
    right: 10px;
    z-index: 1000;
    cursor: pointer;
}

div.banner #prev{
    width: 35px;
    height: 85px;
    background: url(../images/design/sipka_left.png);
    position: absolute;
    top: 130px;
    left: 10px;
    z-index: 1000;
    cursor: pointer;
}

div.banner div.popis{
    z-index: 2;
    position: relative;
    top: 10px;
    left: 30px;

    width: 255px;
}

div.banner .slogan{
    position: relative;

    font-size: 24px;
    color: #727272;

    border: 1px solid #d8d8d8;
    border-width: 0 0 1px 0;

    padding: 1em 0 1em 0;

    display: block;
    width: 100%;
}

div.banner .slogan a{
    color: #727272;
    text-decoration: none;
}

div.banner .kratky_text{
    z-index: 2;
    font-weight: normal;
    font-size: 16px;
    color: #727272;

    border: 1px solid #d8d8d8;
    border-width: 0 0 1px 0;

    padding: 1em 0 1em 0;

    display: block;
    width: 100%;
}

div.banner .kratky_text a{
    color: #727272;
    text-decoration: none;
}

#nav{
    z-index: 1000;
    text-align: right;
    position: absolute;
    left: 30px;
    bottom: 30px;
}

#nav a {
    background: #ffffff;
    text-decoration: none;
    font-size: 0px;
    line-height: 0px;
    width: 10px;
    height: 10px;
    margin: 0px 3px;
    padding: 0;

    display: inline-block;
    text-align: center;
}

#nav a.activeSlide {
    background: url(../images/design/banner_nav.png);
}

#nav a:focus {
    background: url(../images/design/banner_nav.png);
}

/* ************************************************* LEFT FRAME */
div.left_frame{
    width: 300px;
    float: left;
    position:relative;
    overflow:hidden;

    
}

div.left_frame_padding{
    padding: 0 20px;
}

div.left_frame a{
    text-decoration: none;
}

/* ************************************************* NOVINKA */
div.novinka{
    margin: 0 0 1em 0;
    color: #393939;

    line-height: 1.5em;
}

div.novinka h3{
    padding: 0;
    margin: 0;

    font-size: 1.2em;
    font-weight: bold;
}

div.novinka h3 a{
    color: #015186;
}

div.aktualita a.viac, div.clanok_uvod a.viac, div.clanok a.viac, div.novinka a.viac{
    background: #324F14;
    background-repeat: no-repeat;
    background-position: 5px 5px;
    color: #fff;

    text-decoration: none;
    display: inline-block;

    line-height: 1em;
    padding: .5em 1em;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

div.aktualita a.viac:hover, div.clanok_uvod a.viac:hover, div.novinka a.viac:hover, div.clanok a.viac:hover{
    background: #767676;
}

span.datum{
    color: #848484;
    font-size: 0.8em;

    display: inline-block;
    vertical-align: top;
    padding: 2px 0 0 0;

    float: right;
    left: 680px;
}

/* ************************************************* RIGHT_FRAME */
div.right_frame{
    width: 680px;
    float: left;
    position: relative;
    left: 980px;
    overflow:hidden;
    padding: 20px 20px 20px 20px;
    box-sizing: border-box;
    line-height: 1.6em;
   
   }

/* ************************************************* BEGIN OF TABLES */

table{

}

table.border{
    width: 100%;
}

table.border td{
    border-width: 1px;
    border-style: solid;
    border-color: #b1b1b1;
}

td{
	color: #000000;
	font-family: Tahoma, Arial;
	font-size: 1em;

    padding: 3px;
}

table.border thead tr td{
    background: #324f14;
    color: #fff;
}

/* ************************************************* END OF TABLES */

/* ************************************************* BEGIN OF HREF */
a{
    color: #324f14;
    text-decoration: underline;
}   

a:hover{
    color: #324f14;
}
/* ************************************************* END OF HREF */

/* ************************************************* BEGIN OF TITLE */
h1{

	font-size: 30pt;
	font-weight: normal;
    letter-spacing: -1px;

    line-height: 1em;

    margin: 0 0 10px 0;    
    

    color: #8eaa47;
    font-weight: regular;
    text-transform: uppercase;


}
h1::after{
     content: '\A';     
     display: block;
     margin: default;
     padding-top: default;
     padding-top: 20px; 
     border-bottom: 1px dashed rgba(0, 0, 0, 0.27);
     width: 100% ;
}

h2{
	font-size: 20px;
    font-weight: normal;

	color: #324f14;

	margin: 0;
    padding: 0 0 10px 0;
}

h3{
    color: #727272;
    font-size: 14px;
    font-weight: normal;

    margin: 0;
	padding: 0 0 5px 0;
}

/* ************************************************* END OF TITLE */

/* ************************************************* BEGIN OF IMAGES */

img{
	border: 0px;
}

img.border{
    border: 1px solid #b9b9b9;
    padding: 1px;
}

img.photo_left{
    float: left;
    margin-right: 20px;
}

img.right{
    float: right;
    margin-left: 20px;
}
/* ************************************************* END OF IMAGES */

/* ************************************************* BEGIN OF FORM*/
p{
	margin: 0px;
	padding: 0px 0 15px 0px;
}

p.center{
    text-align: center;
}

form{
	margin: 0px;
}

input.text{
    width: 200px;
	/*border-width: 1px;*/
	/*border-style: solid;*/
	/*border-color: #999999;*/

}

input.file{
	font-size: 11px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
}

input.submit{
	color: #5b5b5b;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	background-color: #f4f4f4;
	height: 20px;

}

div.submit_button{
	height: 16px;
	color: #5b5b5b;
	font-size: 11px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	background-color: #f4f4f4;
	background-image: url(../images/buttonback.jpg);
	text-align: center;
}

div.submit_button_padding{
	padding-top: 1px;
}

div.colorpicker{
	border: 1px solid #999999;
	width: 15px;
	height: 15px;
	float: left;
	margin-right: 2px;
	cursor: pointer;
}

textarea{
	font-family: tahoma;
	font-size: 11px;
	height: 50px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
}

select{
	font-size: 11px;
	width: 200px;
}

fieldset{
	background-color: #f6f6f6;
	border-width: 1px;
	border-style: solid;
	border-color: #dedede;
	margin-bottom: 10px;
	padding: 10px;
}

legend{
	font-weight: bold;
}

/* ************************************************* GALLERY */
div.gallery{
    margin: 1em auto;
    /*text-align: center;*/
}

div.gallery img{
    margin: .2em;
    padding: 0;
}

/* ****************************************************** CLANOK */
div.clanok{
    padding: 0 0 1em 0;
}

div.clanok h2{
    padding: 0;
    margin: 0;

    font-size: 18px;

    color: #324F14;
}

div.clanok h2 a{
    color: #324F14;
    font-weight: normal;
    text-decoration: none;
}
/* ****************************************************** MAP */
div.map_kontakt{
    width: 450px;
    height: 300px;
    margin: 0px 0px 0px 0px;
    float: right;
}

/* ****************************************************** UL LI*/
ul{
    padding: 0 0 15px 30px;
    margin: 0;
}

ul.pdf {
    list-style: none;

    padding: 0 0 15px 0;
}

ul.pdf li{
    background: url(../images/icon/pdf-icon.png) no-repeat;

    padding: 0 0 5px 30px;
}

.danger{
    background: #cc0000;
    color: white;
    padding: .5em 1em;
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 1em;
}


  