body {
	font-family: Trebuchet MS;
	font-size: 0.72em;	
	color: #003366;
	margin: 0px;
	padding: 0px;
	background: #EEE url(../images/body_bg.jpg) center top no-repeat;	
}

a {
  color: #003366;
  text-decoration: none;
}
p {
  margin: 0px;
  padding: 0px;
}
hr {
  border: none;
  border-top: 1px solid #b3c2d1;
  height: 1px;
}
img {
  border: 0px;
}
.clearer {
  clear: both;
}
.fright {
  float: right;
}
.fleft {
  float: left;
}
.no_margin {
  margin: 0px!important;
  
}
.no_padding {
  padding: 0px!important;
}

.button_mini {
  display: inline-block;
  width: 16px;
  height: 20px;
  padding: 0px;
  margin: 0px;
  line-height: 20px;
  border: 0px;
  text-align: center;
  font-size: 95%;
  font-weight: bold;
  background: url(../images/button_mini.gif);
}
  input.button_mini {
    display: inline;
  }
.button_small {
  display: inline-block;
  width: 71px;
  height: 20px;
  padding: 0px;
  margin: 0px;
  line-height: 20px;
  border: 0px;
  text-align: center;
  font-size: 95%;
  font-weight: bold;
  background: url(../images/button_small.gif);
}
  input.button_small {
    display: inline;
  }
.button_medium {
  display: inline-block;
  width: 100px;
  height: 20px;
  padding: 0px;
  margin: 0px;
  line-height: 20px;
  border: 0px;
  text-align: center;
  font-size: 95%;
  font-weight: bold;
  background: url(../images/button_medium.gif);
}
  input.button_medium {
    display: inline;
  }
.button_large {
  display: inline-block;
  width: 130px;
  height: 20px;
  padding: 0px;
  margin: 0px;
  line-height: 20px;
  border: 0px; 
  text-align: center;
  font-size: 95%;
  font-weight: bold;
  background: url(../images/button_large.gif);  
}
  input.button_large {
    display: inline;
  }
h1 {
  font-size: 180%;
  margin: 0px;
  padding: 0px;
}
h2 {
  font-size: 130%;
  margin: 0px;
  padding: 0px;
}
h3 {
  font-size: 120%;
  margin: 0px;
  padding: 0px;
}
/*
* PAGE
*/
#page {
	position: relative;
	width: 969px;
	margin: 0px auto;
	border-left: 1px solid #56718C;
		border-right: 1px solid #56718C;
			border-bottom: 1px solid #56718C;
}

/*
* HEADER
*/
	#header {
		position: relative;
		width: 970px;
		height: 103px;
		color: #FFF;
		background: url(../images/header_bg.jpg) no-repeat;
	}
  	#header a {
  		color: #FFF;
  	}
		#logo {
			position: absolute;
			display: block;
			width: 180px;
			height: 72px;
			background: url(../images/logo.png) no-repeat;
			z-index: 10;
			top: 15px;
			left: 17px;
		}
		#page_title {
		  position: absolute;
		  top: 63px;
			left: 90px;
		}
		#page_title h1 {
			font-size: 27px;
			font-weight: bold;
		}
		#page_title h2 {
			font-size: 13px;
			font-weight: normal;
		}
    #fulltext {
      position: absolute;
      right: 20px;
      top: 20px;
      line-height: 20px;
    }
    #fulltext input.text {
  		width: 167px;
      height: 16px;
      margin: 0px;
  		margin-right: 2px;
      padding: 2px;
  		background: url('../images/search_input.gif') top no-repeat;
  		line-height: 16px;
  		display: inline-block;
  		float: left;
  		border: none;
  		border-width: 0px;
    }    
	  #fulltext input.button {
      width: 71px;
		  height: 20px;
      margin: 0px;
      padding: 0px;
  		line-height: 19px;
  		display: inline-block;
  		float: left;
  		background: url('../images/search_button.gif') bottom no-repeat;
  		border: none;
  		border-width: 0px;		
	  }

/*
* MAIN DIV - OBSAH STRANEK
*/
  #main {
    position: relative;
    width: 949px;
    margin: 0px;
    padding: 10px;
    background: #FFF;
  }
    #left_column {
      position: relative;
      float: left;
      width: 235px;
      min-height: 100px;
      padding: 20px;
      color: #FFF;
    }
      #left_column a {
        color: #FFF;
      }
    #content_3_cols {
      position: relative;
      float: left;
      width: 425px;
      padding: 15px;
    }
    #content_3_cols_clanky p, #content_3_cols p {
		padding-top: 8px;
	}
	#content_3_cols	.breadcrumbs {
		margin-bottom: 5px;
	}
    #content_3_cols_home {
      position: relative;
      float: left;
      width: 455px;
      /*padding: 15px;*/
    }
    #content_3_cols_clanky {
      position: relative;
      float: left;
      width: 455px;
      padding: 25px 0;
    }
    #breadcrumbs {
      position: absolute;
      left: 5px;
      top: 5px;
    }
    #main_teaser {
      position: relative;
      width: 455px;
      left: 0px;
      top: 0px;
      margin: 0px;
    }
    #right_column {
      position: relative;
      float: left;
      padding: 20px;
      padding-bottom: 0px;
      width: 199px;
      overflow: hidden;
      min-height: 100px;
    }
      #right_column a {
        color: #FFF;
      }

#page_bottom {
  
}

.page_bottom_block {
  width: 241px;
  float: left;
  border-right: 1px solid #FFF;
}
  .page_bottom_block h1 {
  
  }
  .page_bottom_block h1 a {
    display: block;
    background: #f4eab6;
    width: 201px;
    height: 60px;
    padding: 20px;
  }
  .page_bottom_block_content {
    padding: 10px 20px;
    font-weight: bold;
  }
  .page_bottom_block_content a {
  	text-decoration: underline;
  }

.page_bottom_block_last {
  width: 243px;
  float: left;
}
  .page_bottom_block_last h1 {
  
  }
  .page_bottom_block_last h1 a {
    display: block;
    background: #f4eab6;
    width: 203px;
    height: 60px;
    padding: 20px;
  }


/*
* SITEMAP
*/
.sitemap_part {
  width: 228px;
  float: left;
  padding: 10px 0 10px 10px;
}
  .sitemap_part ul {
    list-style-type: none;
    margin: 10px 0 0 30px;
    padding: 0px;
  }
  .sitemap_part ul li {
    margin: 0px;
    padding: 0px;
  }
/*
* FOOTER
*/
  #footer {
    border-top: 1px solid #7a7a7a;
    width: 969px;
    margin: 5px auto;
		position: relative;
    height: 16px;
    color: #7a7a7a;
    font-size: 95%;
  }
    #footer a {
      display: block;
      float: left;
      line-height: 16px;
  		padding: 0 10px;
    }
    

/*
* ČLÁNKY
*/
/* clanky short titul */
.clanky_short_titul {
  
}
.clanky_short_titul .datum{
  color: #a0a0a0;  
}
  .clanky_short_titul h2 a {
    color: #99c7f1;
    font-weight: normal;
    font-size: 100%;
  }
  .head h2 a{
    font-weight: normal;
    font-size: 100%;
    color: #f6ebb2;
  }

/* clanky short */
.clanky_short {
  padding: 10px 16px 10px 16px;
}
  .clanky_short h2 {
    color: #22384c;
    font-size: 109%;
    font-weight: bold;
  }
  .clanky_short h2 a {
    color: #22384c;
	text-decoration: underline;
  }
  .bright {
    background: #e8e9ea;
  }

.clanky_short .datum{
  color: #3d87cb;
}

.file_link img {
	vertical-align: bottom;
}

/* aktuality */
#aktuality {
	margin: 0px -20px 0px -20px;
	font-size: 13px!important;
	color: #FFFFFF;
}
div.aktuality_home {
	margin-top: -20px!important;
}
#aktuality_wraper {
	margin: 16px 20px 16px 20px;
}
#aktuality h2{
	font-size: 13px;
}
#aktuality h2 a {
	font-weight: bold!important;
}
#aktuality a {
	color: #99c7f1;
	text-decoration: underline;
}
#aktuality a:hover {
	color: #f6ebb2;
}
#aktuality p.datum {
	color: #a0a0a0;
}
#aktuality div.obsah {
	color: #FFFFFF;
	text-align: left!important;
	background-image: url('../images/dots.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 8px;
	padding-bottom: 8px;
}
#aktuality div.obsah a {
	text-decoration: none;
}
#aktuality .fright {
	float: left;
}
#archiv_link {
	margin-top: 6px;
}
#aktuality .fuller {
	font-size: 1px;
}

/* clanek */
.clanek_full {
	padding: 0px 8px 8px 8px;
}

/* kontakt */
#kontakt h2 {
	font-size: 27px;
	font-weight: normal!important;
	color: #ffffff;
}
#kontakt {
	color: #FFFFFF;
}
#kontakt ul {
	margin: 11px 0px 0px 0px;
	list-style: none;
	padding: 0px 0px 0px 3px!important;
}
#kontakt li {
	padding: 0px!important;
	margin: 0px!important;
}
#kontakt a {
	color: #99c7f1;
	text-decoration: underline;
}
#kontakt a:hover {
/*	text-decoration: none;*/
}

/* e-podatelna banner */
#e_podatelna {
	margin: 16px -20px 0px -20px;
	padding: 20px;
	background-color: #99c7f1;
	color: #FFFFFF;
	overflow: hidden;
}
#e_podatelna h2 {
	font-weight: normal;
	font-size: 27px;
}
#e_podatelna a {
	text-decoration: underline;
}
