/* CSS Document */

body {
  font-family: Verdana;
  font-size: 9pt;  
  }
  
table {
	font-size: 100%;
	border-collapse: collapse;
}

img {
  border: 0px;
  padding: 0px;
  margin:0px;
  }

.cl {
  clear: both;
  }

a, a:visited {
	color: #344BA0;
}  
/* Layout **************************************************/
  
div.gradient-top {
  margin: 0px auto;
  width: 980px;
  height: 35px;
  background: url('images/bg-top.png') no-repeat; 
  }
  
div.gradient-bottom {
  margin: 0px auto;
  width: 980px;
  height: 35px;
  background: url('images/bg-footer.png') no-repeat;
  } 
  
div.gradient {
  margin: 0px auto;
  width: 980px;
  background: url('images/bg.png') repeat-y;
  }
  
div.wrap {
  width: 910px;
  margin: 0px auto;
  } 
  
div.left {
  float: left;
  width: 250px;
  text-align: center;
  }  
  
div.right {
  float: right;
  width: 640px;
  }



div.images {
	margin: 10px 0px!important;
	text-align: center;
}

div.images img {
	padding: 1px;
	border: 1px solid #344BA0;
	margin: 5px;
  }

div.image {
	display: inline;
	margin: 4px 2px;
}

div.image span {
	display: none;
}

/* HEADER ************************************/

div.header {
  width: 910px;
  height: 130px;
  margin: 0px auto;
  background: url('images/header-2016.png') no-repeat;  
  }

div.header img {
  margin: 25px 0px 0px 30px;
  float: left;
  }

div.header h1 {
  margin: 0px;
  padding: 0px;
  }
  
/* TOP MENU ************************************/

div.top-menu ul {
  margin: 0px;
  padding: 0px;
  float: left;
  }
  
div.top-menu ul li {
  float: left;
  list-style: none;
  margin: 0px 10px 0px 0px;
  padding: 0px;
  text-align: center;
  width: 108px;
  }
  
div.top-menu ul a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10pt;
  font-weight: bold;
  color: #264F91;
  line-height: 200%;
  display: block;
  height: 28px;
  background: url('images/top-menu-bg1.png') no-repeat; 
  }
  
div.top-menu ul a:hover {
  color: #264F91;
  background: url('images/top-menu-bg2.png') no-repeat; 
  }

#menu_67 a {
  padding-left: 20px;
  background: url('images/top-menu-bg-eng-1.png') no-repeat; 
  }
  
#menu_67 a:hover {
  padding-left: 20px;
  background: url('images/top-menu-bg-eng-2.png') no-repeat; 
  }
  
/* LEFT MENU ************************************/

div.leftmenu {
  text-align: left;
  width: 250px;
  background: #B1BCDF; 
  }

div.leftmenu ul {
  padding: 10px;
  margin: 0px 0px 0px 40px;
  }
  
div.leftmenu li {
  list-style: circle;
  font-size: 10pt;
  font-weight: bold;
  padding: 5px;
  }

div.leftmenu ul ul {
  padding: 10px 5px;
  margin: 0px;
  }
  
div.leftmenu ul ul li{
  list-style: disc;
  font-size: 8pt;
  font-weight: normal;
  padding: 2px;
  }
  
div.menufooter {
  width: 250px;
  height: 20px;
  background: url('images/leftmenu.png') no-repeat; 
  }

div.leftmenu a {
  color: #344BA0;
  text-decoration: none;
  }
  
div.leftmenu a:hover {
  color: #ffffff;
  }

div.leftmenu a.current {
  color: #000000;
  }

/* BOX ************************************/
div.box-top {
  background: url('images/box-top.png') no-repeat;
	padding: 0px;
  }

div.box-left {
  width: 312px;
  float: left;
  margin: 15px 0px 15px 0px;
  }
  
div.box-right {
  width: 312px;
  float: right;
  margin: 15px 0px 15px 0px;
  }
  
div.box {
  width: 312px;
  height: 170px;
  overflow: hidden;
  background: url('images/box-bg.png') repeat-y; 
  }
 
div.box p {
  padding: 0px 15px;
  margin: 0px;
  }
div.box-footer {
  width: 312px;
  height: 12px;
  padding: 0px;
  background: url('images/box-footer.png') no-repeat;
  }  


div.box h1, div.box h2, div.box h3 {
  margin: 0px;
  padding: 0px 10px;
  font-size: 12pt;  
	line-height: 30px;
}

/* SECTION ************************************/
div.section-header {
  background: url('images/section-header.png') no-repeat;
	padding: 0px;
  width: 640px;
  height: 33px;
  margin: 0px auto; 
  }
  
div.section-footer {
  width: 640px;
  height: 15px;
  margin: 0px auto; 
  background: url('images/section-footer.png') no-repeat; 
  margin: 0px 0px 15px;  
  }
 
div.section-content {
  margin: 0px auto;
  width: 640px;
  background: url('images/section-bg.png') repeat-y;  
	padding: 10px 0px;
	line-height: 150%
  }
  
div.section-content p {
  padding: 0px 20px;
  margin: 0px;
  }
  
div.section-content div {
  padding: 0px 20px;
  margin: 0px;
  }
  
div.section-content table {
	margin: 0px 20px;
	border-collapse: collapse;
}

div.section-content table p{
  padding: 0px;
}


div.section-content h2 {
  margin: 0px;
  padding: 10px;
  font-size: 11pt;
  }

div.section-content h3 {
  margin: 0px;
  padding: 10px;
  font-size: 10pt;
  }

h1.section-header,
h2.section-header {
  margin: 0px;
  padding: 7px 15px 15px;
  font-size: 12pt;
  } 

div.section-content p.hl {
  border: 1px solid #CCCCCC;
	background: #F3F3F3;
  font-weight: bold;
	margin: 5px;
  padding: 8px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;	
  }

div.section-content p.podpis {
  font-style: italic;
	text-align: right;	
  }

div.section-content p.citace {
  font-style: italic;
  }


div.section-content img.textimg {
	padding: 3px;
	margin: 3px;
  border: 1px solid #CCCCCC;
	background: #F3F3F3;	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;	
}

  
div.section-content img.noborderimg {
	padding: 0px;
	margin: 6px;
  border: none;
}

div.top {
	font-size: 8pt;
	text-align: right;
	width: 200px;
	float: right;
	padding: 0px 0px 0px;
}

div.top a {
	text-decoration: none;
}

/* FOOTER ************************************/
div.footer-header {
  background: url('images/footer-top.png') no-repeat;
	padding: 0px;
  width: 910px;
  height: 15px;
  margin-top: 15px;
  }
  
div.footer-footer {
  width: 910px;
  height: 10px;
  background: url('images/footer-footer.png') no-repeat; 
  }
 
div.footer-content {
  width: 910px;
  background: url('images/footer-bg.png') repeat-y;
  }
  
div.footer-content p {
  color: #ffffff;
  padding: 0px 10px;
  margin: 0px;
  font-size: 8pt;
  }  

/* TLACITKA ******************/

.button {
  margin: 20px 0px 0px 0px;
  }

  
/* SOUBORY KE STAZENI */
h2.soubory-kategorie {
	cursor: pointer;
	cursor: hand;
	margin: 8px 10px; 
}

span.soubory-pocet {
	font-weight: normal;
	font-size: 9pt;
}

ul.soubory {
	margin: 0px 10px 10px 10px;
	padding: 5px 0px;
	border-bottom: 1px dashed #999999;
}

ul.soubory li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 16px;
	border-top: 1px dashed #999999;
}

#content ul.soubory li img {
	vertical-align: top;
	float: left;
	border: none;
}

a.file-jmeno {
	font-weight: bold;
	font-size: 10pt;
}

div.file-datum {
	text-align: right;
	color: #000000;
}

div.files-popis {
	margin-top: 2px;
	font-size: 9pt;
}  

/* Aktuality *************************************************/

div.news-header h2 {
  padding-left: 0px;   
	font-size: 11pt;
  }
  
div.news-header h2 a {
  text-decoration: none; 
 	color: #000000;
 }
  
div.news-header h2 a:hover {
  text-decoration: underline; 
  }
  
div.aktualita {
	margin: 0px auto;
  padding-bottom: 10px;
  }
  
.dalsi{
  display: block;
  text-align: right;
  font-size: 8pt;
  margin-right: 20px;
  }
  
span.dalsi a {
  padding-left: 15px;
  }  

div.aktualita img{
	position: absolute;
	left: 10px;
	top: 0px;
  }    

div.section-content div.news-content {
	padding-left: 110px;
  background: url('images/news-bg.png') 10px 0px no-repeat;  
	position: relative;
  }

p.news_popis {
	min-height: 100px;
}

div.vice {
	text-align: right;
	font-weight: bold;
	margin-right: 10px;
}

div.newsPages {
	padding: 10px 0px;
	margin: 0px;
	text-align: center;
} 

div.newsPages a.newsPages {
  font-size: 10pt;
	padding: 1px 5px;
	color: #344BA0;
	text-decoration: none;
	background: #ffffff;
	border: 1px solid #344BA0;
	font-weight: normal;
} 

div.newsPages a.newsPages:hover {
	color: #D20000;
	border: 1px solid #D20000;
} 

div.newsPages a.currentPage, div.newsPages a.currentPage:hover {
	color: #ffffff;
	background: #222767;
	border: 1px solid #222767;
} 

  