/* STRÁNKA */
* {
  box-sizing: border-box;
}



body {
	text-align: center;
	background: #dfdfdf;
	background-image: url(pozadi.png);
	background-attachment: fixed;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

@media only screen and (max-width:620px) {
   body {
	text-align: center;
	background: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

}



img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}


iframe, canvas, video, svg {
  max-width: 100%;
  box-sizing: border-box;
  height: auto;
}

.pomer-stran {
  position: relative;
  height: 0;
  /* poměr stran 16:9 */
  padding-top: 56.25%;
}
.pomer-stran > * {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%; height: 100%;
}

.obal {
    float: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.main {
  float: left;
  width: 78%;
  padding: 0px;
  border: 3px solid #01321f;
  background: #ffffff;
	padding-right: 10px;
	padding-left: 4px;
	text-align: justify;
}

@media only screen and (max-width:620px) {
 .main {
    width:100%;
    border: 0px;
  }
}



.zpetnahoru {
  display: none;
}

@media only screen and (max-width:620px) {
 .zpetnahoru {
	display: block;
	width: 100%;
	padding-top: 5px;
	background-color: #ffffff;
	text-align: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

	
}


.hlavicka {
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 15px;
	background: #01321f;
	margin-bottom: 10px;
}

@media only screen and (max-width:620px) {
  .hlavicka {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 5px;
  }
}


/* MENU STRÁNKY */

.menu {
  float: left;
  width: 22%;
  text-align: center;
}


.menu-button, .menu-button:focus{

    background: #01321f;

    border: 0;

    color: #fff;

    font-size: 15px;

    cursor: pointer;

    display: none;
    width: 80%;

}



.menu-button:hover {

    background: #ffffff;
    color: #01321f;
}



.zobrazit menu {display: block;}


body {position: relative; left: 0; transition: left .2s;}



@media screen and (max-width: 480px) {

    html {overflow-x: hidden;}

    .zobrazit {left: 0px;}

    .menu-button {

        display: block;

    }

    
    .menu {

        display: grid;

        left: 0;

        top: 0;

        width: 0;

        overflow: hidden;

        transition: width .2s;

    }

    .zobrazit .menu {

        width: 100%;
    }

}


.sidebar {
	width: 100%;
	padding: 0;
	float: right;
	
}


.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li {
	margin: 5px;
	margin-top: 0px;
	line-height: 1.9em;
}

.sidebar li ul {
	padding: 5px;
	background-color: #fff;
	border: 3px solid #01321f;
}

.sidebar li ul li {
	display: block;
	border-top: none;
	padding: 6px 2px;
	margin: 0;
	line-height: 1.5em;
	font-size: 9px;
	border: none;
}

.sidebar li ul li a {
	font-weight: normal;
	color: #111111;
}

.sidebar li ul li a:hover {
	color: #ffffff;
	background-color: #01321f;
	text-decoration: none;

}

.sidebar li ul.blocklist li {
	padding: 0px;
	display: inline;
}

.sidebar li ul.blocklist li a {
	display: block;
	border-top:2px solid #ffffff;
	border-bottom:2px solid #f5f5f5;
	padding: 2px 2px;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}

.sidebar li ul.blocklist li a:hover {
		color: #ffffff;
		text-decoration: none;

}

.sidebar h5 {
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: -0.5px;
	border-bottom: 1px solid #366E30;
	text-transform:uppercase;
	margin: 0;
	margin-bottom: 8px;
	line-height: 1.9em;
	font-weight: bold;
	background: #01321f;
}


/* ÚVODNÍ STRÁNKA */



#blockquote {
	width: 100%;
	max-width: 700px;
	padding: 10px;
	border: #000000 1px dashed;
	background-color: #ffffff;
	text-align: justify;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}


#novinkadne {
	background-color: #ffffff;
	padding-top: 9px;
	width: 100%;
	max-width: 700px;
	text-align: center;
	float: center;
	
}


#video {
	background-color: #ffffff;
	width: 100%;
	max-width: 700px;
	height: auto;,
	min-height: 360px;
	padding-top: 9px;
	
}

#aktualizovano {
	background-color: #ffffff;
	width: 100%;
	max-width: 650px;
	padding-top: 9px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	
}


#udalostpng {
	max-width: 650px;
	max-height: 40px;
	border-top: #3a6ea5 1px dashed;
	border-bottom: #3a6ea5 1px dashed;	
}

#aktualpng {
	max-width: 650px;
	max-height: 40px;
	border-top: #3a6ea5 1px dashed;
	border-bottom: #3a6ea5 1px dashed;	
}

#videopng {
	max-width: 650px;
	max-height: 40px;
	border-top: #3a6ea5 1px dashed;
	border-bottom: #3a6ea5 1px dashed;	
}

#owebu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;

}

#errorpage {
	border: #000000 1px dashed;
	width: 100%;
	max-width: 500px;
	float: center;
	
}


#errorpageno2 {
	border: 0;
	width: 100%;
	max-width: 300px;
	float: center;
	
}

/* MENU JEDNOTLIVÝCH ČLÁNKŮ */

#nadpisclanku {
	background-color: #ffffff;
	border-bottom: 1px solid #000000;
	padding-top: 23px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	color: #000000;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 23.9px;
	text-align: center;
	font-weight: bold;
	width: 100%;
}

.bitvy span {color: #ff0000;}
.lide span {font-family: times new roman, serif; font-style: italic;}
.technika span {font-family: times new roman, serif; font-style: italic;}
.zbrane span {color: #0070C0;} 

#menuvlajka {
	background-color: #ffffff;
	width: 180px;
	height: 170px;
	float: left;
	color: #000000;
	font-family: arial, verdana;
	font-size: 15px;
	text-align: center;
}

#menutextodk {
	font-family: times new roman, arial;
	font-size: 18px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;

}

#podlestatu { 
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}


#mail {
	font-family: times new roman, arial;
	font-size: 16px;
	text-align: center;

}



/* MEZERA V ARCHIVU AKTUALIZACI */

#mezeracl {
	color: #ffffff;
}


.ksichtokniha {
	border: 1px dashed #000000;
	max-width: 105px;

}



/* PATIČKA */

.paticka {
	background: #01321f;
	width: 100%;
	height: auto;
	max-width: 1000px;
	color: #ffffff;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 17px;
	text-align: center;
	margin-top: 3px;
	padding: 10px;
}


.paticka a {color: #ffffff; text-decoration: underline;}
.paticka a:hover {color: #ffffff; text-decoration: none;}
.pocitadlo a {color: #ffffff; text-decoration: none;}
.admin a {color: #01321f; text-decoration: underline;}
.admin a:hover {color: #ffffff; text-decoration: none;}
.upozorneni {font-size: 12px;}


/* OSTATNÍ - PODBARVENÍ ODKAZŮ */


a {color: #333333; text-decoration: underline} 
a:hover    { color: #333333; text-decoration: none}