/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body {
  text-align: center; /* vycentrovanie pro IE */
  /*font: 80% 'Verdana CE', 'Arial CE', 'Helvetica CE', Verdana, Sans-serif;*/
  font: 80% 'Arial CE', Arial, Sans-serif; 
  background: #ececec url('../images/header.png') 0 0 repeat-x;
}

#all {
  width: 960px; /* sirka layoutu */
  text-align: left; /* zrušeni vycentrovani textu */
  margin: 0 auto; /* vycentrovani v ostatnich prohlizecich */
}

a {
  color: #bf2b2b;
  font-weight: normal;
}

a:hover {
  text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
  color: #666666;
/*  font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif; */
}

h2 {
  font-size: 16px;
  font-weight: bold;
}
/*
h3 {
  font-size: 14px;
  font-weight: bold;
}*/

p {
  color: #666666;
  font-size: 12px;
  margin: 0 0 10px 0;
}

fieldset {
  border: none;
}

#nav_nadpis {
  font-size: 14px;
  font-weight: bold;
  color: #bf2b2b;
  background: #fff url('../images/menu_nadpis.png') left top no-repeat;
  height: 24px;
  padding: 9px 0 0 11px;
}
/* obecne definice-konec */

#svatky {
  width: 950px;
  height: 26px;
  margin: 0;
  padding: 10px 0 0 10px;
}

#svatky p{
  color: #fff;
  margin: 0px;
}

/* hlavicka - zacatek */
#header {
  display: block;
  width: 960px;
  height: 233px;
  color: black;
/*  background: #fff url('../images/logo.png') left top no-repeat;*/
}

h1 a, h1 span {
  display: block;
  height: 191px; /*200 233*/
  width: 960px;
}

h1 a {
  background: #fff;
  color: black;
  position: relative;
  line-height: 191px;
  text-align: left;
}

h1 span {
  position: absolute;
  top: 0; left: 0;
  cursor: pointer;
}

h1 a span {
  background: url('../images/logo_part1.jpg') left top no-repeat;
}

h1 a:hover {
  text-decoration: none;
}

#hledani {
  height: 42px;
  line-height: 42px;
  text-align: right;
  background: url('../images/logo_part2.png') left top no-repeat;
}

#tlac_hledat {
  margin: 0px;
  border: 0px;
	padding: 2px 3px;
  color: white;
	background: #c30001 url('../images/hledej_beztextu.jpg') left top no-repeat; 
}
/* hlavicka - konec */


/* hlavni menu vlevo */
#levy {
  float: left;
  width: 219px;
  min-height: 1182px;
  background: #ececec;
  margin: 0 11px 22px 0;
}

.nav_nadpis {
  font-size: 14px;
  font-weight: bold;
  color: #bf2b2b;
  background: #fff url('../images/menu_nadpis.png') left top no-repeat;
  height: 24px;
  padding: 9px 0 0 11px;
}

#hl_menu {
  background: #fff;
}

#menu {
  list-style: none;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #cccccc;
}

#menu li a {
	display: block;
  height: 22px;
  color: #666666;
  font-size: 12px;
	padding: 10px 0 0 35px;
	text-decoration: none;
	background: #fff url('../images/menu_bila.png');
	border-top: 1px solid #ececec;
	}
	
#menu li a:hover {
	color: #fff;
	background: #c30001 url('../images/menu_cervena.png');
	}
	
#menu li.active a {
	color: #fff;
	background: #c30001 url('../images/menu_cervena.png');
	}

#aktuality-menu {
  color: #666666;
  width: 219px;
  /*height: 350px;*/
  margin: 1px 0 10px 0;
  /*padding: 10px 10px 0 10px;*/
  background: #fff;
  border-bottom: 1px solid #cccccc;
}

#aktuality-menu .novinka {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #ececec;
}

#aktuality-menu a {
  display: inline;
  font-size: 13px;
  font-weight: bold;
}

#aktuality-menu a:hover{
  text-decoration: none;
}
#anketa {
  width: 199px;
  margin: 1px 0 10px 0;
  padding: 10px 0 0 20px;
  background: #fff;
  border-bottom: 1px solid #cccccc;
}

#pocasi {
  width: 199px;
  height: 100px;
  margin: 1px 0 10px 0;
  padding: 10px 0 0 20px;
  background: #fff;
  border-bottom: 1px solid #cccccc;
}

#anketa a{
  font-weight: bold;
}
#pocasi a{
  padding: 0 0 0 60px;
  font-weight: bold;
}

#anketa a:hover, #pocasi a:hover{
  text-decoration: none;
}

#fotogalerie-menu {
  width: 219px;
  height: 205px;
  margin: 1px 0 10px 0;
  background: #fff;
  border-bottom: 1px solid #cccccc;
}

#fotogalerie-menu .minigal {
  color: #fff;
  padding: 10px 10px 4px 10px;
  border-bottom: 1px solid #ececec;
}

#fotogalerie-menu .minigal a {
  color: #fff;
}
#fotogalerie-menu .minigal img {
  margin: 0 0 2px 2px;
  width: 92px;
  height: 69px;
  border: 1px solid #999999;  
}

.otvirani-menu {
  text-align: right;
  width: 199px;
  height: 18px;
  padding: 10px; 
}

.otvirani-menu a{
  color: #007095;
  font-weight: bold;
}

.otvirani-menu a:hover{
  text-decoration: none;
}
/* hlavni menu vlevo - konec*/


/* prava cast - uvod */
#pravy-top {
  width: 730px;
  /*height: 170px;*/
  float: left;
  text-align: justify;
  margin: 2px 0 8px 0;
  background: #fff;
  border-bottom: 1px solid #cccccc;
}

#pravy-top h2, #pravy-clanky h2 {
  color: #bf2b2b;
  height: 28px;
  padding: 12px 0 0 10px;
  border-bottom: 1px solid #ececec;
  background: #fff url('../images/clanky_nadpis.png') left top no-repeat;
}

#uvodnik {
  padding: 10px;
}

#uvodnik img {
  margin: 10px;
}

/* prava cast - menu */
#seznam1 {
  width: 236px;
  height: 262px;
  float: left;
  text-align: justify;
  margin: 0 11px 9px 0;
  background: #fff url('../images/menu_obrazek_mensi_obecniurad2.jpg') left top no-repeat; 
}

#seznam2 {
  width: 236px;
  height: 262px;
  float: left;
  text-align: justify;
  margin: 0 11px 9px 0;
  background: #fff url('../images/menu_obrazek_mensi_oobci2.jpg') left top no-repeat; 
}

#seznam3 {
  width: 236px;
  height: 262px;
  float: left;
  text-align: justify;
  margin: 0 0 9px 0;
  background: #fff url('../images/menu_obrazek_mensi_zivotvobci2.jpg') left top no-repeat; 
}

#seznam1 img, #seznam2 img, #seznam3 img {
  width: 216px;
  height: 80px;
  border: 0px;
  margin: 10px 10px 0 10px;
  padding: 0;
}

#seznam1 h2, #seznam2 h2, #seznam3 h2 {
  color: #fff;
  width: 216px;
  height: 27px;
  margin: 111px 0 0 10px;
  padding: 8px 0 0 0;
  text-align: center;
}

#seznam1 h2 {
  background: #c30001;
}
#seznam2 h2 {
  background: #336600;
}
#seznam3 h2 {
  background: #007095;
}

#seznam1 a, #seznam2 a, #seznam3 a {
  color: #666666;
}
#seznam1 a:hover, #seznam2 a:hover, #seznam3 a:hover {
  text-decoration: none;
}

#seznam1 li, #seznam2 li, #seznam3 li {
  color: #666666;
  width: 196px;
  margin: 0; padding: 0;3
}
#seznam1 ul, #seznam2 ul, #seznam3 ul {
  color: #666666;
  margin: 15px 0 0 30px;
  padding: 0;
  list-style-type: square;
}

/* prava cast - clanky, aktuality atd. */
#pravy-clanky {
  width: 730px;
  /*height: 711px;*/
  float: left;
  text-align: justify;
  margin: 0 0 8px 0;
  color: #666666;
  background: #fff;
  border-bottom: 1px solid #cccccc;
}
/*#pravy-clanky h3 {*/
.clanky-obsahsekci h3 {
  padding: 10px 0;
}

.clanky-obsahsekci ul {
  margin: 0 0 10px 16px;
}

.clanky-obsahsekci table {
  width: 690px;
  margin: 0 10px 10px 10px;
}

.clanky-obsahsekci table .sloupec1 {
  width: 280px;
}

.clanky-novinka {
  width: 710px;
  float: left;
  padding: 10px 10px 0 10px;
  border-bottom: 1px solid #ececec;
}

.clanky-novinka a.ak {
  font-size: 16px;
  font-weight: bold;
}

.clanky-novinka a.ak:hover {
  text-decoration: none;
}

.clanky-novinka-obr {
  float: left;
  width: 102px;
  height: 76px;
  margin: 5px 5px 10px 0;
  padding: 8px;
  text-align: center;
  background: #fff url('../images/akt_obr_podklad.png') 0 0 repeat-x;
  border: 1px solid #cccccc;
}

.clanky-novinka-obr img {
  text-align: center;
  width: 102px;
  height: 77px;
  margin: auto;
  padding: 0;
  border: 0;
}

.clanky-novinka .otvirani-menu {
  text-align: left;
  width: 300px;
  padding: 0 0 10px 0;
}

.clanky-obsahsekci {
  padding: 10px;
}

.soubor {
  margin: 0 10px 10px 10px;
}

.soubor a:hover {
  text-decoration: none;
}

#pravy-clanky hr {
  height: 1px;
  border: 0;
  color: #ececec;
  background: #ececec; 
}

/* Fotogalerie */
#clanky_alba, #clanky_obrazky {
  padding: 8px;
}

#clanky_alba a, #clanky_obrazky a {
  font-weight: bold;
}
#clanky_alba a:hover, #clanky_obrazky a:hover {
  text-decoration: none;
}
  
#clanky-alba img {
  display: block;
}

.table_path_alb {
  text-align: left;
  margin: 0 0 10px 0px;
}

.table_main_alb {
  width: 100%;
}

.table_main_alb2 {
  width: 100%;  
  /*width: 590px;*/
  /*margin: 10px 0 10px 0px;*/
/*  border-top: 1px solid #DADADA;
  border-left: 1px solid #DADADA;*/
  /*border: 1px solid #B60000; /* #DADADA*/
  border-spacing: 0px;
  border-collapse: separate;
}

.table_main_alb2 tr{
  padding: 0px; 
}
.table_main_alb2 td{
  padding: 3px;
}

.album_text2 {
  width: 30%;
  padding: 3px 0 3px 0;
}
.album_datum2 {
  width: 10%;
  padding: 3px 0 3px 0;
  color: #ffffff;
  /*border: 1px solid #B60000; /* #DADADA*/
  background-color: #c30001;
}
.album_pocet2 {
  width: 5%;
  padding: 3px 0 3px 0;
  color: #ffffff;
  /*border: 1px solid #B60000; /* #DADADA*/
  background-color: #c30001;
}
.album_popis2 {
  width: 55%;
  padding: 3px 0 3px 0;
  color: #ffffff;
  /*border: 1px solid #B60000; /* #DADADA*/
  background-color: #c30001;
}
.album_datum2data {
  width: 10%;
  padding: 3px 0 3px 0;
}
.album_pocet2data {
  width: 5%;
  text-align: center;
  padding: 3px 0 3px 0;
}
.album_popis2data {
  width: 55%;
  padding: 3px 0 3px 0;
}

.table_main_alb img {
  margin: 10px auto;
  border: 1px solid #999999;
}

.table_main_image {
  width: 100%;
  text-align: center;
}

.table_main_image img{
  text-align: center;
  margin: 10px auto;
  border: 1px solid #999999; 
}
.table_main_image a img {
  display: block;
  text-align: center;
  text-decoration: none;
}

/* REKLAMNI PREDMETY */
.ref-test {
  width: 708px;
  margin: 0 0 20px 0;
  padding: 10px 0 0 0;
  border: 1px solid #c30001;
}

.ref-test img {
  margin: 0 20px 10px 10px;
}

.popisek {
  
}

.cena {
  clear: both;
  height: 20px;
  line-height: 20px;
  padding-right: 10px;
  border-top: 1px solid #c30001;
  text-align: right;
}


/* PAGING - zacatek*/
.table_paging {
  width: 100%;
  text-align: center;
  /*margin: -10px;*/
  padding: 0;
  height: 36px;
  font-weight: bold;
}

.table_paging table {
  margin: 0; padding: 0;
}

.table_paging a {
  font-weight: bold;
}
/* PAGING - konec*/


/* FOOTER- zacatek */
#footer {
  background: #c30001 url('../images/footer.png') left top repeat-x;
  width: 100%;
  text-align: center;
  clear: both;
  color: #fff;
}

#footer .in {
 /* width: 960px;*/
  height: 90px;
  text-align: center;
  margin: 0 auto;
}

#footer-menu {
  height: 30px;
  list-style-type: none;
  font-size: 85%; /*11px*/
  text-align: center;
  padding: 20px 0 0 0;
  margin: 0;
}

#footer-menu li{
  display: inline;
}

#footer-menu a {
  color: #fff;
  padding: 0;
  font-weight: normal;
}

#footer-menu a:hover {
  color: #fff;
  padding: 0;
  text-decoration: none;
  font-weight: normal;
}

#footer-menu .oddelovac {
  color: #fff;
  padding: 0 3px 0 6px;
/*  line-height: 30px;*/
}

#footer p {
  color: #fff;
  font-size: 90%;
  text-align: center;
  margin: 4px 0 0 0;
  padding: 0;
}

#footer a{
  color: white;  
}

#footer a:hover{
  color: white;
  text-decoration: none; 
}
/* footer - konec */


/* pomocne tridy */ 
.float-left{ float: left; }
.float-right{ float: right; }