/* CSS Document */

/* obecne vlastnosti */

html, body, p, h1, h2, h3, table, div, span, strong, ul, li, img {
  margin: 0;padding: 0;border: 0;
}

body {
  text-align: center;
  background-color: #FFF;
}

#main {
  position: relative;
  width: auto;
  height: 100%;
  margin: 0 auto;
  text-align: left;
} 


table { width:  auto; }
/* menu style */



#menu {
  display: none;
  visibility: hidden;
}
#menu #menu-header {
  display: none;
  visibility: hidden;
}
#menu #submenu {
  display: none;
  visibility: hidden;
}
#menu #menu-footer {
  display: none;
  visibility: hidden;
}

/* header style */


#header {
  position: absolute;
  top: 0px;
  left: 400px;
  width: 30%;
  height: 200px;
  text-align: left;
}
body[class] #header {
  height: auto;
}
#header img {
	display: none;
	visibility: hidden;
}
#header p {
  width: 100%;
  margin-top: 45px;
  margin-right: 20px;
  padding: 5px;
  text-align: left;
  font: normal 12px Arial;
  color: #01559B;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
}
#header p a {
  color: #01559B;
  text-decoration: none;
}

#menu2 {
 visibility: hidden;
 display: none;
}


/* content style */

#main-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;

}

#titles {
  position: absolute;
  top: 10px;
  left: 0;
  margin-left: 100px;
  width: 250px;
  height: 200px;
  min-height: 200px;
  z-index: 99;
  background: url("/img_zaklad/logo_fekt.gif")  center left  no-repeat;
}
body[class] #titles { height:  auto; }

#logo-print { display: block;}
h1 {
  display: none;
  visibility: hidden;
  padding-top: 15px;
  width: 280px;
  padding-left: 120px;
  font: normal 1.2em Arial; 
  color: #01559B;
  margin: 0;
  text-align: left;
}

h2.info {
  display: none;
  font: bold 0.8em Arial; 
  color: #333;
}


h2.news {
display: none;
  font: bold 0.8em Arial; 
  color: #333;
}


#content {
  border-top: 1px solid #999;
  position: absolute;
  top: 180px;
  width: 100%;
  height: auto;
  text-align: left;
}

.zpet {
 visibility: hidden;
 display: none;
}
.netisknout {
 visibility: hidden;
 display: none;
}
.nahoru {
 visibility: hidden;
 display: none;
}

/* sloupec informace */

.info {
  width: 100%;
  height: auto;
}

#content #info {
  display: none;
  visibility: hidden;
  position: relative;
  top: -1px;
  left: -1px;
}

img#info {
  display: none;
  visibility: hidden;
  position: relative;
  top: -1px;
  left: -1px;
}

.info img {
	display: none;
	visibility: hidden;
}


#content table th strong{ font: bold 14px Arial; color: #333; }
#content table td strong{ font: bold 12px Arial; color: #01559B; }
#content table a {font: bold 12px Arial; color: #01559B;}
#content table a:hover {color: #999;}


.info ul { margin: 0px 5px 10px 35px; }

.info li { 
  font: normal 0.8em Arial;
  margin: 0 0 20px 0;
  padding-left: 15px;
  list-style-type: disc;
}

.info li strong {  color: #000; }

.info li a {
  font: normal 1em Arial;
  text-decoration: none;
  color: #666;
  margin: 0;
}
.info li a:hover, .info li a:hover span {
  color: #000;
  text-decoration: none;
}

.info ul span { color: #EB1C24; }

.info a {
  font: bold 0.8em Arial;
  text-decoration: none;
  color: #01559B;
  margin: 0 35px;
}

.info a:hover {
  text-decoration: underline;
  color: #000;
}


/* sloupec aktuality */


.news {
  
  width: auto;
  height: auto;
}


.news ul { margin: 10px 5px 10px 15px; height: auto; }

.news li { 
  font: normal 0.7em Arial;
  margin: 10px 0 20px 0;
  list-style-type: none;
  color: #000;
}

.news li a {
  text-decoration: none;
    color: #000;
}

.news li a:hover, .news li a:hover strong, .news li a:hover span {
  color: #333;
  text-decoration: none;
}


.news li strong {color: #000; font: bold 1em Arial; display: block; }
.news li span { color: #000; display: block;  }



#cleaner {display: none;visibility: hidden;}

/* paticka */


#footer {display: none;visibility: hidden;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font: normal 14px Arial;
  
}

#footer strong {display: none;visibility: hidden;
  font: bold 18px Arial;
}




