
.filter {
	background: url(img/menu_block.png) left
		repeat-y white;
	width: 140px;
	margin:10px;

}

.filter .top {
	background: url(img/menu_top.png) left top
		no-repeat;
		margin:0px;
		padding:0px;
}

.filter .bot {
	background: url(img/menu_bot.png) left bottom
		no-repeat;
		margin:0px;
		padding:0px;		
}

.filter h2 {
	background: url(img/menu_head.png) left bottom
		no-repeat;
	display: block;
	width: 100%;
	line-height: 22px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #67696c;
	font-weight: bold;
			margin:0px;
		padding:0px;
}

.filter table {
	width: 100%;
}

.filter h3 {
	padding: 7px 0 0 0;
	font-size: 9px;
	color: black;
	font-weight: bold;
}

.filter th {
	padding: 0px;
	font-size: 11px;
	line-height: 12px;
}

.filter td {
	padding: 0px;
	font-size: 9px;

	text-align: left;
}

.filter th.link-more {
	padding: 0px;
}

.filter th.no-link-more {
	padding-bottom: 8px;
}

.filter .search {
	font-size: 10px;
	padding: 8px;
}

.filter .search input {
	font-size: 9px;
	width: 100px;
	color: #888;
}

.filter .activefilter {
	padding: 6px;
}

.filter .activefilter	table {
	border-top: none;
}

.filter .activefilter	th.af-left {
	padding: 5px 0 0 5px;
	font-size: 9px;
	color: #777;
	text-align: left;
	background: url(img/bckg-activefilter.png) left
		top no-repeat;
}

.filter .activefilter	th.af-right {
	padding: 0;
	font-size: 9px;
	color: #777;
	text-align: right;
	background: url(img/bckg-activefilter.png) right
		top no-repeat;
}

.filter .activefilter	td.af-left {
	padding: 2px 0 2px 5px;
	font-size: 11px;
	color: black;
	text-align: left;
	font-weight: bold;
	background: url(img/bckg-activefilter.png) left
		center no-repeat;
}

.filter .activefilter	td.af-right {
	padding: 2px 4px 2px 4px;
	font-size: 9px;
	color: #777;
	text-align: right;
	background: url(img/bckg-activefilter.png) right
		center no-repeat;
}

.filter .activefilter	.af-bot td.af-left {
	padding: 2px 0 0;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	background: url(img/bckg-activefilter.png) left
		bottom no-repeat;
}

.filter .activefilter	.af-bot td.af-right {
	padding: 2px 0 0;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	background: url(img/bckg-activefilter.png) right
		bottom no-repeat;
}




/* -------------------------------------------------- */


body{
	font-family: Arial,sans-serif;
	color:#333333;
	line-height: 1.166;	
	margin: 10px;
	padding: 0px;
	background:#1e2a77;
	text-align:center;
	font-size:11px;
}

#fm_main {
  width: 901px;
border-collapse: collapse;
border-width: 5px; 
background-color:white;



}

#fm_main td {
  padding:0px;
  vertical-align:top;
  border:1px solid white;
 }

#fm_menu {
  width: 150px;

  text-align:left;
}


#fm_right_b {
  width: 200px;

}

#fm_content {
  vertical-align:top;
  text-align:left;
  width:798px;
  
}

#login {
background-color:#f7f7f7;
padding:10px;
text-align:left;
border:1px solid gray;
}

/* IS DIALOG ///////////////////////////////////////////////////////////////////////////*/
#is_dialog {
	border : 1px solid #dcdac7;
	background-color:#f9f8f0;	
	margin-left:5px;
	margin-top:5px;
	margin-bottom:5px;	
}

#is_dialog_head td {
	text-align:left;
	background-color:#f3f3f0;
	color:#666666;
	font-weight:bold;
	padding:2px;
	border:1px solid #cfcfc9;
}

#is_dialog td {
	text-align:center;
	padding-bottom:5px;
}

#is_dialog a, #is_dialog a:visited {
	background-color:#f3f3f0;
	padding:1px 5px 2px 5px;
	border:1px solid #cfcfc9;
	color:#666666;
}

#is_dialog a:hover {
	background-color:#666666;
	color:#f9f8f0;
	border:1px solid #999999;
}



/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
	font-weight:bold;
}

a:hover{
	text-decoration: none;
	font-weight:bold;
	color:red;
}


input {
border-style:solid;
border:1px solid grey;
margin:1px;
/*height:1em;*/
}
















/****************************************************************************************/

#index{
	font-family: Arial,sans-serif;
	color:#333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background:#E4ECFB;
}


/************** header tag styles **************/

h1{
 font: bold 20px Arial,sans-serif;
 color:#E76403;
 margin: 15px 0px 0px 0px;
 padding: 0px;
 text-align:center;
}

h2{
 font: bold 16px Arial,sans-serif;
 color:#000000;
 margin: 10px 0px 2px 0px;
 padding: 0px;
}

h3{
 font: bold 14px Arial,sans-serif;
 color:#E76403;
 margin: 0px 0px 0px 0px;
 padding: 0px;
}

h4{
 font: bold 12px Arial,sans-serif;
 color:#000000;
 margin: 10px 0px 5px 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}



#telo{
	left: 2%;
	right: 2%;
	width:950px;
	min-height:400px;
	background-color:#FFFFFF;
	border:1px solid gray;
	text-align:left;
}

#tl {
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
}

#tr {
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
}

#masthead{
	top: 0px;
	left: 2%;
	right: 2%;
	width:950px;
	border:1px solid gray;	
	background-color:#61788D;
	
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 0px 10px 10px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
	vertical-align:top;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px 0px 5px 10px;
	padding: 16px 0px 8px 0px;
	color:#FFFFFF;
	font-weight: normal;
	text-align:left;
	
}

/************** hl_menu styles *****************/

#hl_menu{
	font: 75% Verdana,sans-serif;
	top: 16px;
	right: -2px;
	color:#CDD1FC;
	text-align:right;
	padding:5px;
}
/*** color:#919999 ***/

#hl_menu a{
	color:#F8AD3D ;
	font-weight:bold;
}
/*** color: #ffffff ***/
#hl_menu a:hover{
	text-decoration:none;
	color:#CDD1FC;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
width: 100%;
min-width: 640px;
height: 30px;
color:#414141;
padding: 0px;
margin: 0px;
text-align:right;
}

#globalNav a, #globalNav a:visited {
  	font-size: small;
  	color:white;
	font-weight: bold;
	margin: 0px 30px 0px 20px;
	padding: 4px 40px 2px 2px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

#globalNav a:hover {
	color:#E76403;
	text-decoration: none;
	border-right: 1px solid orange;
	border-bottom: 1px solid orange;
}

#pano {

background-image:url(img/head.jpg);
width:950px;
height:160px;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** search styles *****************/

#search{
	top: 5px;
	right: 10px;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	color:#000000;
	
}

#search a:hover{
	margin: 0px;
	color:#E76403;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 0px 0px 0px 0px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
	background-color:474747;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** obsah styles *****************/

.obsah{
	padding: 0px 0px 10px 10px;
	margin-right:0px;
	font-size: 80%;
	min-height: 400px;
	height:400px;
	text-align:justify;
	vertical-align:top;
}

.obsah p {
	margin-right:25px;
}

html>body .obsah {height: auto;}

.obsah h3{
	font:Arial,sans-serif;
	font-weight:bold;
	color:#000000;
	padding: 30px 0px 5px 0px;
}

#obrazok {
	float: left;
	padding: 0px 10px 0px 0px;
}

#obrazok_b {
	float: left;
	margin: 0px 10px 0px 0px;
	border:solid 1px gray;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color:#333333;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sub_menu styles **************/

#sub_menu{
	margin: 0px;
	padding: 0px;
	font-weight:bold;
	padding:10px;
	color:#61788D;
}


#sub_menu h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sub_menu a:link, #sub_menu a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color:#414141;
	font-size:80%;
}
/*** 	background-image:url(img/bg_nav.jpg); ***/
#sub_menu a:hover{
	border-top: 1px solid #cccccc;
	background-color:#F8AD3D;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block;
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/
/***** podmaz pre jednotlivé stránky *****/

#tury {
	width:100%;	
	background-repeat:no-repeat;
	background-position:right top;
	min-height:400px;
	height:400px;
	vertical-align:top;
}	
#tury td {
	vertical-align:top;
}


#formular{
	background-color:#DFDCD8;
	border:1px solid #474747;
	font-size:14px;

}

#formularh {
	background-color:#61788D;
	color:#F8AD3D;
	font-size:20px;
	font-style:oblique;
	padding:3px;
}

.tlacidla a, .tlacidla a:visited {
	color:#993300;
	font-weight:bold;
	margin-right:15px;
	margin-left:10px;
}

.tlacidla a:hover {
	color:#FF0000;
	font-weight:bold;
	margin-right:15px;
	margin-left:10px;
}

 #jaro {
	background-image:url(img/jaro_bg.jpg);
	background-repeat:no-repeat;
	background-position:rights;
	background-position:bottom;
	width:100%;
}

 #jaro h3 {
 	padding-top:0px;
	padding-bottom:0px;
}

#vitajte {
	background-image:url(img/vitajte.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-position:center; 
}

.fm_dialog {
text-align:center;
margin:80px 80px 80px 80px;

}

#flagy {
  margin:0px 40px 0px 0px;

}

#flagy img {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:1px solid black;
}

#flagy img:hover {
	padding:0px 0px 0px 0px;
	border:1px solid white;
}

#flagy a, #flagy a:visited, #flagy a:hover {
	margin:10px 10px 10px 5px;
	padding:0px 0px 0px 0px;
	vertical-align:bottom;
	border:none;
}

#vop {
	margin-right:30px;
} 

#uiagm {
	background-image:url(img/uiagm.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	min-height:300px;
}


.clanok {
	background-color:#DDDDFF;
	border: 1px solid black;
clear:both;

}

.clanok:after {

	content:'';
display:block;
clear:both; 

}

.clanok img {
	margin: 5px;
}

.clanok p {
	margin:5px 15px 5px 15px;
}

.clanok h4 {
	margin:5px 20px 5px 15px;
}

.clanok h2 {
	margin-left:5px;
}